summaryrefslogtreecommitdiff
path: root/src/tool_metalink.c
AgeCommit message (Expand)Author
2018-08-11GCC: silence -Wcast-function-type uniformlyMarcel Raad
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-14gcc: disable picky gcc-8 function pointer warnings in two placesDaniel Stenberg
2018-03-16cleanup: misc typos in strings and commentsluz.paz
2017-11-24metalink: fix memory-leak and NULL pointer dereferenceDaniel Stenberg
2017-09-22metalink: fix NSS issue in MultiSSL buildsViktor Szakats
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-08-28metalink: allow compiling with multiple SSL backendsJohannes Schindelin
2017-08-18metalink: adjust source code styleJohannes Schindelin
2017-08-10metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg
2017-06-07metalink: remove unused printf() argumentDaniel Stenberg
2016-11-02metalink: simplify the hex parsing functionDaniel Stenberg
2016-10-31strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-19metalink: fix resource leak in OOMDaniel Stenberg
2015-03-06metalink: add some error checksDaniel Stenberg
2015-03-05openssl: remove all uses of USE_SSLEAYDaniel Stenberg
2014-06-17tool_metalink: Support polarssl as digest providerMichał Górny
2014-03-01tool: Moved --stderr to the global configSteve Holme
2014-02-23tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme
2013-12-02tool_metalink: do not use HAVE_NSS_INITCONTEXTKamil Dudka
2013-07-30md5 & metalink: use better build macros on Apple operating systemsNick Zitzmann
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-13tool_metalink: fix error detection of hash alg initializationKamil Dudka
2012-11-09tool_metalink: allow to use hash algorithms provided by NSSKamil Dudka
2012-11-09tool_metalink: allow to handle failure of hash alg initializationKamil Dudka
2012-11-09tool_metalink: introduce metalink_cleanup() in the internal APIKamil Dudka
2012-10-22metalink/md5: Use CommonCrypto on Apple operating systemsNick Zitzmann
2012-10-13Fix now broken libmetalink-aware OpenSSL build.Guenter Knauf
2012-10-01tool_metalink.c: Filtered resource URLs by typeTatsuhiro Tsujikawa
2012-09-12tool_metalink.c: Added name of validation hash to messagesMarc Hoersken
2012-09-11wincrypt: Fixed cross-compilation issues caused by include nameMarc Hoersken
2012-09-11tool_metalink.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken
2012-09-11tool_metalink.c: Fixed error: 'O_BINARY' undeclaredMarc Hoersken
2012-09-11tool_metalink.c: Fixed validation of binary files containing EOFMarc Hoersken
2012-08-08metalink: Un-broke the build when building --with-darwinsslNick Zitzmann
2012-08-06metalink: change code order to build with gnutls-nettleDaniel Stenberg
2012-06-28Metalink: message updatesTatsuhiro Tsujikawa
2012-06-27Metalink: updated message formatTatsuhiro Tsujikawa
2012-06-21curl: Prefixed all Metalink related messages with "Metalink: "Tatsuhiro Tsujikawa
2012-06-21curl: Made --metalink option toggle Metalink functionalityTatsuhiro Tsujikawa
2012-06-21curl: Refactored metalink_checksumTatsuhiro Tsujikawa
2012-06-08metalink: restore some includesDaniel Stenberg
2012-06-08metalink: build fixes and adjustments IIYang Tse
2012-06-07metalink: build fixes and adjustments IYang Tse
2012-05-26metalink: fix build errors when disabledDaniel Stenberg
2012-05-26Reduced #ifdef HAVE_METALINKTatsuhiro Tsujikawa