platform/upstream/curl.git
2014-01-01 Daniel StenbergCMakeLists.txt: add warning about the cmake build's...
2014-01-01 Steve Holmeexamples: Updated SMTP multi example to be more realistic
2014-01-01 Barry AbrahamsonOpenSSL: Fix forcing SSLv3 connections
2014-01-01 Steve Holmeexamples: Corrected unescaped backslash in imap-store.c
2014-01-01 Steve Holmeexamples: Update SMTP TLS example mail content to be...
2014-01-01 Steve Holmeexamples: Added IMAP APPEND example
2014-01-01 Steve Holmeexamples: Added IMAP STORE example
2013-12-31 Steve HolmeRELEASE-NOTES: Synced with 7de2e032584d44
2013-12-31 Steve Holmeexamples: Added IMAP LIST mailbox example
2013-12-31 Steve Holmeexamples: Updated IMAP fetch example for libcurl 7...
2013-12-31 Steve Holmeexamples: Rename before adding additional email examples
2013-12-31 Steve Holmeexamples: Added SMTP EXPN command example
2013-12-31 Steve Holmeexamples: Added SMTP email verification example
2013-12-31 Steve Holmeimap: Fixed line length warning
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-31 Steve Holmeexamples: Updated copyright year for recent edits
2013-12-31 Steve Holmeexamples: Corrected incorrect indentation in smtp-multi.c
2013-12-31 Steve Holmeexamples: Updated SMTP examples to set CURLOPT_UPLOAD
2013-12-30 Steve Holmemprintf: Added support for I, I32 and I64 size specifiers
2013-12-29 Steve Holmecurl_easy_setopt.3: Added SMTP information to CURLOPT_I...
2013-12-28 Steve Holmetests: Disabled NTLM tests when running with SSPI enabled
2013-12-28 Steve Holmeconnect.c: Fixed compilation warning
2013-12-28 Steve Holmeruntests.pl: Fixed slightly incorrect regex in commit...
2013-12-28 Björn Stenbergconnect: Try all addresses in first connection attempt
2013-12-28 Steve Holmeruntests.pl: Optimised feature present checking code
2013-12-28 Steve Holmeruntests.pl: Added the ability to run tests when a...
2013-12-27 Steve Holmeftpserver.pl: Fixed compilation error
2013-12-27 Steve Holmeftpserver.pl: Reworked SMTP verified server detection
2013-12-27 Steve Holmesendf.c: Fixed compilation warning from f2d234a4dd9bcc
2013-12-27 Steve HolmeFILE: Fixed sending of data would always return CURLE_W...
2013-12-26 Daniel StenbergFILE: we don't support paused transfers using this...
2013-12-26 Steve Holmevtls: Updated comments referencing sslgen.c and ssluse.c
2013-12-26 Steve Holmevtls: Fixed up include of vtls.h
2013-12-25 Daniel Stenbergcurl_dofree: allow free(NULL)
2013-12-25 Steve HolmeRELEASE-NOTES: Synced with 0ff0a994ada62a
2013-12-24 Daniel StenbergCurl_thread_create: use Curl_safefree to allow NULL...
2013-12-24 Luke Dashjrthreaded resolver: Use pthread_t * for curl_thread_t
2013-12-24 Steve Holmeimap: Fixed auth preference not being honored when...
2013-12-24 Steve Holmepop3: Fixed auth preference not being honored when...
2013-12-24 Daniel StenbergTheArtOfHttpScripting: major update, converted layout...
2013-12-24 Daniel StenbergCurl_pp_readresp: use memmove not memcpy, possibly...
2013-12-24 Steve HolmeRELEASE-NOTES: Corrected copy/paste typo
2013-12-24 Steve Holmepop3: Fixed APOP being determined by CAPA response...
2013-12-24 Steve Holmetests: Removed APOP timestamp from default server greeting
2013-12-23 Steve Holmetest936: Corrected login details from commit 7246255416617a
2013-12-23 Steve Holmeftpserver.pl: Updated custom full text REPLY regex
2013-12-23 Steve Holmetests: Corrected syntax error from commit 7246255416617a
2013-12-23 Steve Holmetests: Added SMTP SASL downgrade tests
2013-12-23 Steve Holmetests: Added POP3 SASL downgrade tests
2013-12-23 Steve Holmetests: Added IMAP SASL downgrade tests
2013-12-22 Daniel Stenbergdocs: mention CURLOPT_MAX_RECV/SEND_SPEED_LARGE don...
2013-12-22 Daniel StenbergFILE: don't wait due to CURLOPT_MAX_RECV_SPEED_LARGE
2013-12-22 Steve Holmeftpserver.pl: Fixed runtime warning from commit 7da9c95...
2013-12-22 Steve Holmeftpserver.pl: Added the ability to send custom full...
2013-12-22 Steve Holmeftpserver.pl: Added the ability to specify custom full...
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
next