platform/upstream/curl.git
2013-12-06 Christian Weisgerbercurl.h: <sys/select.h> for OpenBSD
2013-12-04 Daniel Stenbergdigest: fix CURLAUTH_DIGEST_IE
2013-12-04 Daniel StenbergCurl_is_connected: use proxy name in error message...
2013-12-04 Steve Holmeimap/pop3: Post graceful cancellation consistency changes
2013-12-04 Melissa Mearspop3: Fix POP3_TYPE_ANY signed compilation warning
2013-12-02 Kamil Dudkatool_metalink: do not use HAVE_NSS_INITCONTEXT
2013-12-02 Kamil Dudkanss: make sure that 'sslver' is always initialized
2013-12-02 Kamil Dudkanss: unconditionally require NSS_InitContext()
2013-12-02 Kamil Dudkanss: allow to use TLS > 1.0 if built against recent NSS
2013-12-02 Kamil Dudkanss: put SSL version selection into separate fnc
2013-12-02 Kamil Dudkanss: use a better API for controlling SSL version
2013-12-02 Patrick MonneratOS400: sync wrappers and RPG binding.
2013-12-01 Steve Holmemulti.c: Fixed compilation warning
2013-12-01 Steve HolmeRELEASE-NOTES: Synced with ad3836448efbb7
2013-12-01 Steve Holmebase64: Corrected typo from commit f3ee587775c88a
2013-12-01 Steve Holmebase64: Post extended extended validation tidy up
2013-12-01 Steve Holmebase64: Extended validation to look for invalid characters
2013-11-30 Steve Holmebase64: Post basic validation tidy up
2013-11-30 Steve Holmecurl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up
2013-11-29 Daniel Stenbergparseconfig: dash options can't specified with colon...
2013-11-29 Daniel Stenbergcurl.1: -G also takes --data-urlencode data
2013-11-28 Daniel Stenbergglobbing: curl glob counter mismatch with {} list use
2013-11-28 Christian Grothoffsessioninfo.c: Added sample code for CURLINFO_TLS_SESSION
2013-11-27 Steve Holmemulti.c: Fixed compilation error introduced in commit...
2013-11-27 Christian Grothoffcurl_easy_getopt: Handle API violation gracefully
2013-11-27 Steve HolmeKNOWN_BUGS: #86: Disconnect commands may not be sent...
2013-11-27 Jeff Kingcurl_multi_cleanup: ignore SIGPIPE
2013-11-27 Jeff Kingsigpipe: factor out sigpipe_reset from easy.c
2013-11-27 Björn Stenbergconnect: Try next ip directly after immediate connect...
2013-11-24 Daniel Stenberghostip: don't prune DNS cache entries that are in use
2013-11-24 Steve HolmeRELEASE-NOTES: Synced with 35e476a3f6cdd5
2013-11-24 Steve Holmetests: Re-ordered test arguments to match other IMAP...
2013-11-24 Steve Holmetests: Corrected login "username" authentication responses
2013-11-24 Steve Holmetests: Added error code explanation comments
2013-11-24 Steve Holmetests: Removed expected QUIT response from graceful...
2013-11-24 Steve Holmetests: Added SMTP graceful authentication cancellation...
2013-11-24 Steve Holmetests: Added POP3 graceful authentication cancellation...
2013-11-23 Steve Holmeftpserver.pl: Reworked fix from commit 7a36b2abc06862
2013-11-23 Steve Holmeftpserver.pl: Fixed unknown IMAP command "*"
2013-11-23 Steve Holmeftpserver.pl: Fixed servercmd REPLY with * detection
2013-11-23 Steve Holmetests: Added IMAP graceful authentication cancellation...
2013-11-23 Steve Holmetests: Moved CR LF in URL tests to their respective...
2013-11-23 Steve Holmesmtp: Post SMTP command expansion tidy up
2013-11-22 Steve Holmesymbols-in-versions: Added missing CURLSSLBACKEND_...
2013-11-22 Steve Holmesymbols-in-versions: Fixed missing CURLINFO_TLS_SESSION
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...
next