Age | Commit message (Expand) | Author |
2019-09-13 | curl: fix memory leaked by parse_metalink() | Kamil Dudka |
2019-07-20 | curl: support parallel transfers | Daniel Stenberg |
2019-04-11 | build: fix Codacy/CppCheck warnings | Marcel Raad |
2018-08-11 | GCC: silence -Wcast-function-type uniformly | Marcel Raad |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-14 | gcc: disable picky gcc-8 function pointer warnings in two places | Daniel Stenberg |
2018-03-16 | cleanup: misc typos in strings and comments | luz.paz |
2017-11-24 | metalink: fix memory-leak and NULL pointer dereference | Daniel Stenberg |
2017-09-22 | metalink: fix NSS issue in MultiSSL builds | Viktor Szakats |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-08-28 | metalink: allow compiling with multiple SSL backends | Johannes Schindelin |
2017-08-18 | metalink: adjust source code style | Johannes Schindelin |
2017-08-10 | metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ instead | Daniel Stenberg |
2017-06-07 | metalink: remove unused printf() argument | Daniel Stenberg |
2016-11-02 | metalink: simplify the hex parsing function | Daniel Stenberg |
2016-10-31 | strcase: make the tool use curl_str[n]equal instead | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-03-19 | metalink: fix resource leak in OOM | Daniel Stenberg |
2015-03-06 | metalink: add some error checks | Daniel Stenberg |
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg |
2014-06-17 | tool_metalink: Support polarssl as digest provider | Michał Górny |
2014-03-01 | tool: Moved --stderr to the global config | Steve Holme |
2014-02-23 | tool_cfgable: Renamed Configurable structure to OperationConfig | Steve Holme |
2013-12-02 | tool_metalink: do not use HAVE_NSS_INITCONTEXT | Kamil Dudka |
2013-07-30 | md5 & metalink: use better build macros on Apple operating systems | Nick Zitzmann |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-11-13 | tool_metalink: fix error detection of hash alg initialization | Kamil Dudka |
2012-11-09 | tool_metalink: allow to use hash algorithms provided by NSS | Kamil Dudka |
2012-11-09 | tool_metalink: allow to handle failure of hash alg initialization | Kamil Dudka |
2012-11-09 | tool_metalink: introduce metalink_cleanup() in the internal API | Kamil Dudka |
2012-10-22 | metalink/md5: Use CommonCrypto on Apple operating systems | Nick Zitzmann |
2012-10-13 | Fix now broken libmetalink-aware OpenSSL build. | Guenter Knauf |
2012-10-01 | tool_metalink.c: Filtered resource URLs by type | Tatsuhiro Tsujikawa |
2012-09-12 | tool_metalink.c: Added name of validation hash to messages | Marc Hoersken |
2012-09-11 | wincrypt: Fixed cross-compilation issues caused by include name | Marc Hoersken |
2012-09-11 | tool_metalink.c: Added support for Microsoft Windows CryptoAPI | Marc Hoersken |
2012-09-11 | tool_metalink.c: Fixed error: 'O_BINARY' undeclared | Marc Hoersken |
2012-09-11 | tool_metalink.c: Fixed validation of binary files containing EOF | Marc Hoersken |
2012-08-08 | metalink: Un-broke the build when building --with-darwinssl | Nick Zitzmann |
2012-08-06 | metalink: change code order to build with gnutls-nettle | Daniel Stenberg |
2012-06-28 | Metalink: message updates | Tatsuhiro Tsujikawa |
2012-06-27 | Metalink: updated message format | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Prefixed all Metalink related messages with "Metalink: " | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Made --metalink option toggle Metalink functionality | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Refactored metalink_checksum | Tatsuhiro Tsujikawa |
2012-06-08 | metalink: restore some includes | Daniel Stenberg |
2012-06-08 | metalink: build fixes and adjustments II | Yang Tse |