summaryrefslogtreecommitdiff
path: root/src/tool_metalink.c
Commit message (Expand)AuthorAgeFilesLines
* metalink: removeDaniel Stenberg2021-06-071-873/+0
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-6/+6
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-271-1/+1
* gnutls: Fix nettle discoveryDaniel Gustafsson2021-02-251-66/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-43/+36
* tool: do not declare functions with Curl_ prefixDaniel Stenberg2020-04-141-19/+19
* windows: suppress UI in all CryptAcquireContext() callsViktor Szakats2020-03-171-6/+6
* polarssl: Additional removalSteve Holme2020-03-011-63/+0
* win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme2020-02-201-2/+2
* curl: remove 'config' field from OutStructDaniel Stenberg2020-01-121-2/+2
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-021-5/+7
* curl: fix memory leaked by parse_metalink()Kamil Dudka2019-09-131-1/+1
* curl: support parallel transfersDaniel Stenberg2019-07-201-6/+9
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-2/+2
* GCC: silence -Wcast-function-type uniformlyMarcel Raad2018-08-111-14/+9
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-211-2/+2
* gcc: disable picky gcc-8 function pointer warnings in two placesDaniel Stenberg2018-05-141-1/+6
* cleanup: misc typos in strings and commentsluz.paz2018-03-161-1/+1
* metalink: fix memory-leak and NULL pointer dereferenceDaniel Stenberg2017-11-241-3/+24
* metalink: fix NSS issue in MultiSSL buildsViktor Szakats2017-09-221-1/+4
* code style: use spaces around plusesDaniel Stenberg2017-09-111-3/+3
* metalink: allow compiling with multiple SSL backendsJohannes Schindelin2017-08-281-2/+4
* metalink: adjust source code styleJohannes Schindelin2017-08-181-1/+1
* metalink: fix error: ‘*’ in boolean context, suggest ‘&&’ insteadDaniel Stenberg2017-08-101-1/+1
* metalink: remove unused printf() argumentDaniel Stenberg2017-06-071-2/+2
* metalink: simplify the hex parsing functionDaniel Stenberg2016-11-021-14/+8
* strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg2016-10-311-6/+6
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-8/+8
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* metalink: fix resource leak in OOMDaniel Stenberg2015-03-191-1/+3
* metalink: add some error checksDaniel Stenberg2015-03-061-6/+28
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-10/+5
* tool_metalink: Support polarssl as digest providerMichał Górny2014-06-171-0/+63
* tool: Moved --stderr to the global configSteve Holme2014-03-011-8/+7
* tool_cfgable: Renamed Configurable structure to OperationConfigSteve Holme2014-02-231-5/+5
* tool_metalink: do not use HAVE_NSS_INITCONTEXTKamil Dudka2013-12-021-6/+2
* md5 & metalink: use better build macros on Apple operating systemsNick Zitzmann2013-07-301-2/+5
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* tool_metalink: fix error detection of hash alg initializationKamil Dudka2012-11-131-13/+13
* tool_metalink: allow to use hash algorithms provided by NSSKamil Dudka2012-11-091-0/+104
* tool_metalink: allow to handle failure of hash alg initializationKamil Dudka2012-11-091-10/+32
* tool_metalink: introduce metalink_cleanup() in the internal APIKamil Dudka2012-11-091-0/+4
* metalink/md5: Use CommonCrypto on Apple operating systemsNick Zitzmann2012-10-221-4/+4
* Fix now broken libmetalink-aware OpenSSL build.Guenter Knauf2012-10-131-1/+1
* tool_metalink.c: Filtered resource URLs by typeTatsuhiro Tsujikawa2012-10-011-3/+18
* tool_metalink.c: Added name of validation hash to messagesMarc Hoersken2012-09-121-7/+8