aboutsummaryrefslogtreecommitdiff
path: root/src/tool_metalink.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-04-14tool: do not declare functions with Curl_ prefixDaniel Stenberg
2020-03-17windows: suppress UI in all CryptAcquireContext() callsViktor Szakats
2020-03-01polarssl: Additional removalSteve Holme
2020-02-20win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme
2020-01-12curl: remove 'config' field from OutStructDaniel Stenberg
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-10-02curl: create easy handles on-demand and not ahead of timeDaniel Stenberg
2019-09-13curl: fix memory leaked by parse_metalink()Kamil Dudka
2019-07-20curl: support parallel transfersDaniel Stenberg
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
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