Age | Commit message (Expand) | Author |
2012-07-02 | Include metalink/metalink.h for libmetalink functions | Tatsuhiro Tsujikawa |
2012-07-02 | errors: CURLM_CALL_MULTI_PERFORM is not returned anymore | Daniel Stenberg |
2012-07-01 | release: cleaned up plans for this and coming release | Daniel Stenberg |
2012-06-29 | curl-compilers.m4: remove -Wstrict-aliasing=3 from clang | Yang Tse |
2012-06-29 | test2017 to test2022: more metalink tests | Yang Tse |
2012-06-29 | test2005 to test2016: improve failure detection | Yang Tse |
2012-06-28 | lib582.c: fix conversion warning | Yang Tse |
2012-06-28 | nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes | Yang Tse |
2012-06-28 | nss.c: Fixed size_t conversion warnings | Marc Hoersken |
2012-06-28 | sslgen.c: cleanup temporary compile-time SSL-backend check | Yang Tse |
2012-06-28 | schannel: provide two additional (dummy) API defines | Daniel Stenberg |
2012-06-28 | Metalink: message updates | Tatsuhiro Tsujikawa |
2012-06-27 | sslgen: avoid compiler error in SSPI builds | Daniel Stenberg |
2012-06-27 | ssluse.c: fix compiler warning: conversion to 'int' from 'size_t' | Yang Tse |
2012-06-27 | sslgen.c: add compile-time check for SSL-backend completeness | Yang Tse |
2012-06-27 | build: add our standard includes to curl_darwinssl.c and curl_multibyte.c | Yang Tse |
2012-06-27 | build: add curl_schannel and curl_darwinssl files to other build systems | Yang Tse |
2012-06-27 | tests: add five more Metalink test cases | Yang Tse |
2012-06-27 | tests: update Metalink message format | Yang Tse |
2012-06-27 | Metalink: updated message format | Tatsuhiro Tsujikawa |
2012-06-27 | DarwinSSL: allow using NTLM authentication | Nick Zitzmann |
2012-06-27 | curl_darwinssl.h: add newline at end of file | Yang Tse |
2012-06-26 | ossl_seed: remove leftover RAND_screen check | Daniel Stenberg |
2012-06-26 | DarwinSSL: several adjustments | Nick Zitzmann |
2012-06-26 | curl-compilers.m4: -Wstrict-aliasing=3 for warning enabled gcc and clang builds | Yang Tse |
2012-06-26 | sockaddr.h: Fixed dereferencing pointer breakin strict-aliasing | Marc Hoersken |
2012-06-26 | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg |
2012-06-26 | darwinssl: add support for native Mac OS X/iOS SSL | Nick Zitzmann |
2012-06-25 | RELEASE-NOTES: link to more metalink info | Daniel Stenberg |
2012-06-25 | RELEASE-NOTES: synced with d025af9bb576 | Daniel Stenberg |
2012-06-25 | curl_schannel.c: Remove redundant NULL assignments following Curl_safefree() | Yang Tse |
2012-06-25 | curl_schannel.c: Replace free() with Curl_safefree() | Marc Hoersken |
2012-06-25 | curl.1: Updated Metalink description in man page | Tatsuhiro Tsujikawa |
2012-06-24 | DOCS: Added clarification to CURLOPT_CUSTOMREQUEST for the POP3 protocol | Steve Holme |
2012-06-24 | smtp: Corrected result code for MAIL, RCPT and DATA commands | Steve Holme |
2012-06-24 | test: Added test HTTP receive cookies over IPv6 | Ghennadi Procopciuc |
2012-06-22 | tests: add another Metalink test case | Yang Tse |
2012-06-22 | tests: Enable test2010 and fixed hash value | Tatsuhiro Tsujikawa |
2012-06-22 | Metalink: ignore --include if --metalink is used. | Tatsuhiro Tsujikawa |
2012-06-21 | tests: add six Metalink test cases | Yang Tse |
2012-06-21 | test 2005: add verification of hash checking outcome | Yang Tse |
2012-06-21 | getpart.pm: remove misleading comment | Yang Tse |
2012-06-21 | curl: Prefixed all Metalink related messages with "Metalink: " | Tatsuhiro Tsujikawa |
2012-06-21 | tests: Added Metalink test case # 2005 | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Restore noprogress and isatty config values. | 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-20 | tool_doswin.c: fix djgpp function _use_lfn() used without a prototype | Gisle Vanem |
2012-06-20 | build: fix RESOURCE bug in lib/Makefile.vc* | Yang Tse |
2012-06-20 | schannel: Implement new buffer size strategy | Marc Hoersken |