platform/upstream/curl.git
2013-11-21 Christian Grothoffcurl_easy_getinfo: Added CURLINFO_TLS_SESSION for acces...
2013-11-17 Steve HolmeRELEASE-NOTES: Synced with 8191800a0c8ff7
2013-11-17 Steve Holmesmtp: Fixed space being sent in non --mail-rcpt based...
2013-11-17 Steve Holmetests: Added SMTP NOOP and RSET tests
2013-11-17 Steve Holmetest928: Corrected typo in expected data from commit...
2013-11-17 Steve Holmetests: Added SMTP HELP test
2013-11-17 Steve Holmesmtp: Changed the default command to HELP when no optio...
2013-11-17 Steve Holmesmtp:Fixed memory leak from commit dac01ff6d788b2
2013-11-17 Steve Holmeconnect: Close open but unconnected socket in singleipc...
2013-11-17 Steve Holmetests: Added SMTP EXPN command test
2013-11-16 Steve Holmetest926: Corrected unknown user reply from commit 0d735...
2013-11-16 Steve Holmetests: Corrected missing data reply sections from 3d50e...
2013-11-16 Steve Holmetests: Added SMTP VRFY command tests
2013-11-16 Steve Holmeftpserver.pl: Added support for new SMTP commands
2013-11-15 Steve Holmesmtp: Fixed broken RCPT TO from commit 0ea4a80bb23666
2013-11-15 Daniel Stenbergsmtp_state_mail_resp: removed unused variable 'smtp'
2013-11-15 Steve HolmeDOCS: Updated curl_easy_setopt.3 following recent SMTP...
2013-11-15 Steve HolmeDOCS: Updated manpage following recent SMTP modifications
2013-11-15 Steve Holmesmtp: Simplified the next RCPT TO logic
2013-11-15 Steve Holmelib1507.c: Added missing set of CURLOPT_UPLOAD option
2013-11-15 Steve Holmesmtp.c: Fixed trailing whitespace
2013-11-15 Steve Holmesmtp: Added support for VRFY and EXPN commands
2013-11-15 Steve Holmesmtp: Added support for NOOP and RSET commands
2013-11-15 Steve Holmesmtp: Fixed handling of multiline server greeting responses
2013-11-15 Steve Holmesmtp.c: Fixed compilation error from commit f16c0de4e9bbe3
2013-11-15 Steve Holmesmtp: Fixed processing of more than one response when...
2013-11-15 Steve Holmesmtp: Moved EHLO response handling to smtp_state_ehlo_r...
2013-11-14 Steve Holmeconnect: Forgot to correct line endings before push...
2013-11-14 Björn Stenbergconnect: Return the socket descriptor even on fail
2013-11-14 Daniel Stenbergconfigure: Fix test with -Werror=implicit-function...
2013-11-13 Steve Holmetest825: Corrected typo from commit b29217d0d682d4
2013-11-13 Steve HolmeRELEASE-NOTES: Synced with bde901ad89a6f1
2013-11-13 Steve Holmetest922: Corrected title to match other OAuth 2.0 tests
2013-11-13 Steve Holmetests: Added IMAP OAuth 2.0 authentication with initial...
2013-11-13 Steve Holmetests: Added IMAP NTLM authentication with initial...
2013-11-13 Steve Holmetests: Added IMAP login authentication with initial...
2013-11-13 Steve Holmetests: Added IMAP plain authentication with initial...
2013-11-13 Steve Holmetest873: Use proper padding in NTLM responses
2013-11-13 Nick Zitzmanndarwinssl: check for SSLSetSessionOption() presence...
2013-11-13 Nick Zitzmanndarwinssl: PKCS#12 import feature now requires Lion...
2013-11-13 Steve Holmetests: Added POP3 OAuth 2.0 authentication with initial...
2013-11-13 Steve Holmetests: Added POP3 NTLM authentication with initial...
2013-11-13 Steve Holmetests: Added POP3 login authentication with initial...
2013-11-13 Steve Holmetests: Added POP3 plain authentication with initial...
2013-11-12 Steve HolmeTODO: Added auth= in URLs to the wish list for HTTP
2013-11-12 Steve Holmecurl_easy_setopt: Added the ability to set the login...
2013-11-12 Daniel Stenbergcurl.1: mention that -O does no URL decoding
2013-11-12 Tomas Hogercurl_easy_setopt.3: clarify CURLOPT_SSL_VERIFYHOST...
2013-11-12 Steve Holmeruntests.pl: Added SSPI detection
2013-11-12 Steve Holmemulti: Small code tidy up to avoid hard return
2013-11-12 Steve Holmetests: Updated CRAM-MD5 tests to use test user details
2013-11-11 Björn Stenbergmulti: Set read socket when returning READSOCK(0)
2013-11-11 Daniel Stenbergbump: next release will be 7.34.0
2013-11-10 Björn Stenbergconnect: Close temporary sockets in conn_free()
2013-11-10 Steve Holmetests: Corrected titles of POP3 and SMTP OAuth 2.0...
2013-11-10 Steve Holmetest823: Fixed expected authentication text from commit...
2013-11-10 Steve Holmetest821: Fixed expected authentication text from commit...
2013-11-10 Steve HolmeRELEASE-NOTES: Synced with 0f81fbe5da6643
2013-11-10 Kim Vandryares: Fixed compilation under Visual Studio 2012
2013-11-10 Steve Holmetests: Added IMAP OAuth 2.0 authentication test
2013-11-10 Steve Holmetests: Added IMAP DIGEST-MD5 authentication test
2013-11-10 Steve Holmetests: Added IMAP NTLM authentication test
2013-11-10 Steve Holmetests: Added IMAP CRAM-MD5 authentication test
2013-11-10 Steve Holmetest819: Fixed expected authentication text from commit...
2013-11-10 Steve Holmeftpserver.pl: Reworked custom reply handling code
2013-11-10 Steve Holmeftpserver.pl: Reworked unrecognised command responses
2013-11-10 Steve Holmeftpserver.pl: Fixed processing of IMAP authentication...
2013-11-08 Daniel Stenbergcmake: fix Windows build with IPv6 support
2013-11-06 Steve HolmeRevert "ftpserver.pl: Corrected logic from commit 27b7b...
2013-11-06 Steve Holmeftpserver.pl: Corrected logic from commit 27b7b1062f9d97
2013-11-06 Steve Holmeftpserver.pl: Fixed IMAP cmdid being sent on custom...
2013-11-05 Steve Holmetests: Added IMAP login authentication test
2013-11-05 Steve Holmetests: Added IMAP plain authentication test
2013-11-05 Steve Holmeurl.c: Very small amount of policing
2013-11-05 Björn Stenbergurl.c: Remove superfluous for loop
2013-11-05 Daniel StenbergKNOWN_BUGS: STARTTRANSFER for POST requests
2013-11-05 Daniel StenbergCurl_ssl_push_certinfo_len: don't %.*s non-zero-termina...
2013-11-05 Steve HolmeRELEASE-NOTES: Synced with 7fc3b2ce382ed6
2013-11-05 Steve Holmeconnect.h: Updated copyright year for last edit
2013-11-04 Björn Stenbergconnect: Add connection delay to Happy Eyeballs.
2013-11-04 Steve Holmewinbind: Fixed ntlm_auth expecting eol following commit...
2013-11-04 Steve Holmenss.c: Fixed compilation warnings (Take Two)
2013-11-04 Steve Holmenss.c: Fixed compilation warnings
2013-11-03 Steve Holmetests: Added test for IMAP NOOP command
2013-11-03 Steve Holmetests: Added test for IMAP COPY command
2013-11-03 Steve Holmetests: Disable IMAP CLOSE and EXPUNGE command tests
2013-11-03 Steve Holmetests: Added tests for IMAP CLOSE and EXPUNGE commands
2013-11-03 Steve Holmeconnect.c: Code policing on commit 5094bb53f4a027
2013-11-03 Steve Holmenss.c: Fixed compilation warnings
2013-11-03 Steve Holmex509asn1.c: Fixed compilation warnings
2013-11-03 Steve HolmeDOCS: Expanded --request description to include POP3...
2013-11-03 Steve Holmetool_help: Updated --list-only description to include...
2013-11-03 Steve HolmeDOCS: Updated --list-only description to include POP3
2013-11-03 Steve Holmebase64: Fixed compilation warnings when using Curl_base...
2013-11-03 Steve Holmeconnect: Fixed "Whut?" no server connection failures
2013-11-03 Steve Holmehttp: Post base64 decoding tidy up
2013-11-03 Daniel Stenbergglob_range: pass the closing bracket for a-z ranges
2013-11-02 Steve Holmegetpart: Fixed base64 encoded parts following commit...
2013-11-02 Steve Holmehttp: Added proxy tunnel authentication message header...
2013-10-31 Steve Holmehttp: Added authentication message header value extraction
next