Skip to content

Tags: curl/wcurl

Tags

v2025.05.26

Toggle v2025.05.26's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
Release v2025.05.26

v2025.04.20

Toggle v2025.04.20's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
Release v2025.04.20

v2025.02.24

Toggle v2025.02.24's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
Release v2025.02.24

v2024.12.08

Toggle v2024.12.08's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
Release v2024.12.08

2024.07.10

Toggle 2024.07.10's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
Release 2024.07.10

 * Change versioning to use dots as separators instead of dashes:
     - Previous version: 2024-07-07
     - New version: 2024.07.10

 * Support older curl releases, minimum required version is now 7.46.0:
     - Only set --no-clobber if curl is 7.83 or newer
     - Only set --parallel if curl is 7.66 or newer

 * Set --fail on curl, in order to return errors instead of saving as
   output files.

 * Add more tests.

 * Remove the need for GNU coreutils' realpath for tests.

 * wcurl.1: Update manpage with links to Github and Debian's Salsa.

 * Update LICENSE file with new contributors.

2024-07-07

Toggle 2024-07-07's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
Release 2024-07-07

 * Drop getotp usage, non-linux environments are supported now.
 * Replace "-o/--opts=" parameters with "--curl-options/--curl-options=".
   This alternative is more descriptive and it does not coincide with any of curl's parameters.
 * Stop auto-resuming downloads and don't overwrite files instead by default.
   Safer alternative as otherwise curl can corrupt a file if the name clashes and the size of the existing one is smaller.
   One can easily change that behavior with '--curl-options="--continue-at -'.
 * New --dry-run option: just print what would be invoked.
 * Choose https as a default protocol, in case there's none in the URL.
 * Disable curl's URL globbing parser so {} and [] characters in URLs are not treated specially.
 * Implement support for '--'.
 * Implement a -V and --version options.
 * Basic testsuite implemented.
 * Update manpage, README and help output.

2024-07-02

Toggle 2024-07-02's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
Third release (first one to be shipped on Debian)

Closes #6

2024-06-26

Toggle 2024-06-26's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
Second release

2024-05-14

Toggle 2024-05-14's commit message

Verified

This tag was signed with the committer’s verified signature.
samueloph Samuel Henrique
First release