platform/upstream/curl.git
2013-10-29 Daniel StenbergRELEASE-NOTES: synced with 255826c40f9316
2013-10-29 Björn Stenbergbugfix: Don't block waiting for socket1 connect.
2013-10-28 Steve Holmesasl: Updated create_digest_md5_message() to use a...
2013-10-28 Daniel StenbergSECURITY: "curl security for developers"
2013-10-28 Patrick MonneratOS400: coding style standards
2013-10-27 Steve Holmeemail: Added support for cancelling NTLM authentication
2013-10-27 Steve Holmesasl: Removed unused variables from commit b87ba2c94217c0
2013-10-27 Steve Holmeemail: Added support for cancelling DIGEST-MD5 authenti...
2013-10-27 Steve Holmeemail: Corrected a couple of typos from 1e39b95682781f
2013-10-27 Gisle Vanemdocs/examples/httpput.c: fix build for MSVC
2013-10-27 Steve Holmeemail: Added support for canceling CRAM-MD5 authentication
2013-10-27 Björn StenbergTypo fix in trynextip().
2013-10-27 Daniel StenbergTODO: remove "Happy Eyeball dual stack connect"
2013-10-27 Björn StenbergAdd "Happy Eyeballs" for IPv4/IPv6.
2013-10-27 Steve Holmeemail: Added initial support for cancelling authentication
2013-10-27 Steve Holmeemail: Moved authentication message parsing into a...
2013-10-26 Steve Holmeftp: Fixed compiler warning
2013-10-26 Daniel StenbergFTP: make the data connection work when going through...
2013-10-26 Steve Holmetool_help: Added login options to --user description
2013-10-26 Steve Holmeemail: Added references to SASL LOGIN authentication...
2013-10-26 Steve Holmetests: Tidy up of SMTP and POP3 tests
2013-10-26 Steve Holmetool_help: Added clarity to the --oauth2-bearer option
2013-10-26 Steve Holmesmtp: Fixed response code parsing for bad AUTH continua...
2013-10-25 Steve Holmegskit.c: Code policing following commit 2cc9246477285d
2013-10-25 Steve Holmetest907: Corrected DIGEST-MD5 response given in commit...
2013-10-25 Steve HolmeRELEASE-NOTES: Synced with d24b7953c2132a
2013-10-25 Steve Holmetests: Added SMTP OAUTH2 authentication with initial...
2013-10-25 Steve Holmetests: Added SMTP NTLM authentication with initial...
2013-10-25 Steve Holmetests: Added SMTP OAUTH2 authentication test
2013-10-25 Steve Holmetests: Added SMTP DIGEST-MD5 authentication test
2013-10-25 Steve Holmetests: Regrouped SMTP authentication tests
2013-10-25 Patrick MonneratOS400: sync RPG wrapper, zlib support, fix header file...
2013-10-23 Steve Holmesasl: Fixed memory leak in OAUTH2 message creation
2013-10-23 Steve Holmeftpserver.pl: Added support for empty pop3 authenticati...
2013-10-23 Daniel StenbergCURLOPT_RESOLVE: mention they don't time-out
2013-10-23 Steve Holmetests: Added POP3 OAUTH2 authentication test
2013-10-23 Steve Holmetests: Added empty response support to custom replies
2013-10-23 Daniel Stenbergsasl: fix compiler warning
2013-10-23 Steve Holmetests: Added POP3 DIGEST-MD5 authentication test
2013-10-22 Daniel Stenbergconfigure: check for long long when building with cyassl
2013-10-21 Daniel Stenbergtest1240: verify 867b52a7ac52 (glob ranges with text...
2013-10-21 Daniel Stenbergglob: fix regression from commit 5ca96cb844
2013-10-21 Rémy LéoneAdding a .travis.yml file to use the travis-ci.org
2013-10-21 Kamil Dudkassh: initialize per-handle data in ssh_connect()
2013-10-20 Gisle Vanemcurl.1: add missing exit-code
2013-10-20 Daniel Stenbergcmake: unbreak for non-Windows platforms
2013-10-19 Steve Holmeftpserver.pl: Fixed syntax error from commit 5b31b38c27bb7a
2013-10-19 Steve Holmetest866: Fixed user response from commit 7f7fbe7fbdb449
2013-10-19 Steve Holmeftpserver.pl: Fixed processing of POP3 authentication...
2013-10-19 Steve Holmetests: Added POP3 NTLM authentication test
2013-10-19 Steve Holmetests: Added POP3 CRAM-MD5 authentication test
2013-10-19 Steve Holmetests: Added POP3 login authentication test
2013-10-19 Steve Holmetests: Added POP3 plain authentication test
2013-10-19 Steve Holmetests: Added POP3 APOP authentication test
2013-10-19 Steve Holmeftpserver.pl: Added support for APOP POP3 authentication
2013-10-18 Steve Holmetests: Added POP3 RSET test
2013-10-18 Steve HolmeRELEASE-NOTES: Synced with ce61510127ea60
2013-10-18 Steve Holmeemail: Fixed QUIT / LOGOUT being sent when SSL connect...
2013-10-18 Kamil Dudkacurl_sasl: initialize NSS before using crypto
2013-10-17 Steve HolmeSSL: Follow up work to commits 6a1363128f1107 and 87861...
2013-10-16 Steve HolmeSSL: Added unsupported cipher version check for OpenSSL
2013-10-16 Steve HolmeDOCS: Added libcurl version number to CURLOPT_SSLVERSION
2013-10-16 Steve HolmeSSL: Corrected version number for new symbols from...
2013-10-15 Steve HolmeSSL: Corrected typo from commit 87861c9b0e8155
2013-10-15 Steve HolmeSSL: Fixed OpenSSL builds prior to v1.0.1
2013-10-15 Steve Holmetest906: Fixed failing test on some platforms
2013-10-15 Paul DonohueNSS: acknowledge the --no-sessionid/CURLOPT_SSL_SESSION...
2013-10-15 Tyler Hallssh: Handle successful SSH_USERAUTH_NONE
2013-10-15 Ishan SinghLevettusercertinmem: fix memory leaks
2013-10-15 Dave Reisnerbuild: distribute and install libcurl.m4 by default
2013-10-15 Dave Reisnertool: use XFERFUNCTION to save some casts
2013-10-15 Alessandro... curl.1: fix typo conjuction -> conjunction
2013-10-15 Daniel Stenbergcurl: document the new --tlsv1.[012] options
2013-10-15 Gergely NagySSL: protocol version can be specified more precisely
2013-10-14 Nick Zitzmanndarwinssl: un-break iOS build after PKCS#12 feature...
2013-10-14 Daniel Stenbergbump: start working on 7.33.1
2013-10-14 Daniel StenbergTHANKS: added contributors from the 7.33.0 announcement
2013-10-13 Daniel StenbergRELEASE-NOTES: synced with 92cf6141ed0de
2013-10-13 Daniel Stenbergcurl: fix --oauth2-bearer in the --help output
2013-10-13 Daniel StenbergOpenSSL: improve the grammar of the language in 39beaa5...
2013-10-13 Andrej E BaranovOpenSSL: use failf() when subjectAltName mismatches
2013-10-12 Daniel Stenbergcurl: rename --bearer to --oauth2-bearer
2013-10-12 Kamil Dudkassh: improve the logic for detecting blocking direction
2013-10-12 Dan FandrichFixed typo in Makefile.inc that left http2.h out of...
2013-10-11 Heinrich Schaeferminor fix in doc
2013-10-09 Gisle Vanemcurl_setup_once: fix errno access for lwip on Windows
2013-10-07 Daniel Stenbergtest1239: verify 4cd444e01ad and the simulated 304...
2013-10-07 Derek HigginsHTTP: Output http response 304 when modified time is...
2013-10-07 Daniel Stenbergcontributors: helper script to dig out contributors...
2013-10-06 Daniel StenbergRELEASE-NOTES: add twos refs to bug reports
2013-10-06 Daniel StenbergRELEASE-NOTES: synced with 173160c0d068
2013-10-03 Nick Zitzmanndarwinssl: block TLS_RSA_WITH_NULL_SHA256 cipher
2013-10-02 Daniel StenbergOpenSSL: acknowledge CURLOPT_SSL_VERIFYHOST without...
2013-10-02 Daniel StenbergKNOWN_BUGS: #84: CURLINFO_SSL_VERIFYRESULT
2013-10-01 François Charlierxattr: add support for FreeBSD xattr API
2013-09-30 Daniel Stenbergcurl_easy_setopt.3: slight clarification of SEEKFUNCTION
2013-09-29 Steve Holmetests: Fixed typos from commit 25a0c96a494297
2013-09-29 Steve Holmetests: Updated email addresses in SMTP tests following...
2013-09-29 Steve Holmetest909: Removed custom EHLO response after recent...
2013-09-29 Steve Holmeftpserver.pl: Fixed compilation error from commit 49341...
next