platform/upstream/curl.git
2013-12-22 Steve Holmeftpserver.pl: Renamed commandreply variable from custom...
2013-12-22 Steve Holmetests: Added SASL cancellation keywords
2013-12-22 Steve Holmeemail: Fixed segfault introduced in commit 195b63f99c2fe3
2013-12-22 Daniel Stenbergcode police: fix indent level to silence checksrc compl...
2013-12-21 Steve Holmeemail: Extended the login options to support multiple...
2013-12-21 Daniel StenbergCurl_pp_readresp: replace stupid loop with memcpy
2013-12-21 Daniel StenbergCurl_pp_readresp: zero terminate line
2013-12-21 Steve HolmeRevert "pop3: Added debug information to assist with...
2013-12-21 Steve Holmepop3: Added debug information to assist with test864...
2013-12-20 Steve HolmeRELEASE-NOTES: Synced with 812c5ace759d04
2013-12-20 Steve Holmepop3: Fixed APOP timestamp detection from commit 1cfb43...
2013-12-20 Daniel StenbergMakefile.inc: use standard source header
2013-12-20 Daniel StenbergMakefile.inc: specify the vtls sources+headers separately
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergopenssl: renamed backend files to openssl.[ch]
2013-12-20 Daniel Stenbergvtls: moved all TLS/SSL source and header files into...
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-12-20 Steve Holmepop3: Fixed selection of APOP when server replies with...
2013-12-20 Steve Holmepop3: Fixed processing of more than one response when...
2013-12-19 Steve Holmepop3: Moved CAPA response handling to pop3_state_capa_r...
2013-12-19 Steve Holmepop3: Moved APOP detection into pop3_state_servergreet_...
2013-12-19 Steve Holmecurl_easy_setopt: Fixed OAuth 2.0 Bearer option name
2013-12-18 Daniel Stenbergcurl.1: remove URL encoding phrase from --data description
2013-12-18 Steve Holmeimap/pop3/smtp: Added support for SASL authentication...
2013-12-18 Daniel StenbergRELEASE-PROCEDURE: new document
2013-12-18 Daniel Stenberggitignore: ignore .dirstamp files
2013-12-18 Daniel Stenbergsmtp: fix compiler warning
2013-12-18 Steve Holmesmtp: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmepop3: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmeimap: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmesmtp: Moved the sending of the AUTH command into a...
2013-12-18 Steve Holmepop3: Moved the sending of the AUTH command into a...
2013-12-18 Steve Holmeimap: Moved the sending of the AUTHENICATE command...
2013-12-17 Steve Holmeemail: Renamed *_perform_authenticate() functions
2013-12-17 Daniel Stenbergbump: start working on the next release
2013-12-16 Daniel StenbergRELEASE-NOTES: synced with c0ef05e67
2013-12-16 Daniel StenbergTHANKS: add contributors from 7.34.0 release
2013-12-16 Daniel Stenberggtls: respect *VERIFYHOST independently of *VERIFYPEER
2013-12-15 Daniel Stenbergcurl.1 document -J doesn't %-decode
2013-12-15 Daniel Stenbergmulti: add timer inaccuracy margin to timeout/connectti...
2013-12-14 Daniel StenbergRELEASE-NOTES: synced with dd4d9ea542
2013-12-14 Daniel Stenbergcurl_easy_setopt: clarify some USERPWD and PROXYUSERPWD...
2013-12-14 Daniel Stenberglogin options: remove the ;[options] support from CURLO...
2013-12-14 Steve Holmeimap: Fixed exclude of clear text when using auth=...
2013-12-13 Steve Holmeimap: Fixed incorrect fallback to clear text authentication
2013-12-11 Eric Lubinparsedate: avoid integer overflow
2013-12-09 Daniel Stenbergparseconfig: warn if unquoted white spaces are detected
2013-12-09 Daniel StenbergRELEASE-NOTES: recount contributors and libcurl options
2013-12-07 Daniel StenbergRELEASE-NOTES: synced with c4f46e97ca6c
2013-12-07 James DuryTFTP: let tftp_multi_statemach()'s return codes through
2013-12-07 Melissa Mearsdarwinssl: Fix #if 10.6.0 for SecKeychainSearch
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
next