index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tool_metalink.c
Age
Commit message (
Expand
)
Author
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
2012-06-07
metalink: build fixes and adjustments I
Yang Tse
2012-05-26
metalink: fix build errors when disabled
Daniel Stenberg
2012-05-26
Reduced #ifdef HAVE_METALINK
Tatsuhiro Tsujikawa
2012-05-26
Disable hash check if neither OpenSSL nor GNUTLS is installed.
Tatsuhiro Tsujikawa
2012-05-26
Minimize usage of structs from libmetalink
Tatsuhiro Tsujikawa
2012-05-26
Check checksum of downloaded file if checksum is available
Tatsuhiro Tsujikawa
2012-05-26
Fixed segmentation fault when Metalink has no valid file or no resource.
Tatsuhiro Tsujikawa
2012-05-26
Support media-type parameter in Content-Type
Tatsuhiro Tsujikawa
2012-05-26
metalink: parse downloaded Metalink file
Tatsuhiro Tsujikawa
2012-05-26
metalink: show help message even if disabled
Tatsuhiro Tsujikawa
2012-05-26
Support Metalink.
Tatsuhiro Tsujikawa