aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-13imap: Fixed incorrect fallback to clear text authenticationSteve Holme
2013-12-11parsedate: avoid integer overflowEric Lubin
2013-12-09parseconfig: warn if unquoted white spaces are detectedDaniel Stenberg
2013-12-09RELEASE-NOTES: recount contributors and libcurl optionsDaniel Stenberg
2013-12-07RELEASE-NOTES: synced with c4f46e97ca6cDaniel Stenberg
2013-12-07TFTP: let tftp_multi_statemach()'s return codes throughJames Dury
2013-12-07darwinssl: Fix #if 10.6.0 for SecKeychainSearchMelissa Mears
2013-12-06curl.h: <sys/select.h> for OpenBSDChristian Weisgerber
2013-12-04digest: fix CURLAUTH_DIGEST_IEDaniel Stenberg
2013-12-04Curl_is_connected: use proxy name in error message when proxy is usedDaniel Stenberg
2013-12-04imap/pop3: Post graceful cancellation consistency changesSteve Holme
2013-12-04pop3: Fix POP3_TYPE_ANY signed compilation warningMelissa Mears
2013-12-02tool_metalink: do not use HAVE_NSS_INITCONTEXTKamil Dudka
2013-12-02nss: make sure that 'sslver' is always initializedKamil Dudka
2013-12-02nss: unconditionally require NSS_InitContext()Kamil Dudka
2013-12-02nss: allow to use TLS > 1.0 if built against recent NSSKamil Dudka
2013-12-02nss: put SSL version selection into separate fncKamil Dudka
2013-12-02nss: use a better API for controlling SSL versionKamil Dudka
2013-12-02OS400: sync wrappers and RPG binding.Patrick Monnerat
2013-12-01multi.c: Fixed compilation warningSteve Holme
2013-12-01RELEASE-NOTES: Synced with ad3836448efbb7Steve Holme
2013-12-01base64: Corrected typo from commit f3ee587775c88aSteve Holme
2013-12-01base64: Post extended extended validation tidy upSteve Holme
2013-12-01base64: Extended validation to look for invalid charactersSteve Holme
2013-11-30base64: Post basic validation tidy upSteve Holme
2013-11-30curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy upSteve Holme
2013-11-29parseconfig: dash options can't specified with colon or equalsDaniel Stenberg
2013-11-29curl.1: -G also takes --data-urlencode dataDaniel Stenberg
2013-11-28globbing: curl glob counter mismatch with {} list useDaniel Stenberg
2013-11-28sessioninfo.c: Added sample code for CURLINFO_TLS_SESSIONChristian Grothoff
2013-11-27multi.c: Fixed compilation error introduced in commit a900d45489fc14Steve Holme
2013-11-27curl_easy_getopt: Handle API violation gracefullyChristian Grothoff
2013-11-27KNOWN_BUGS: #86: Disconnect commands may not be sent by IMAP, POP3 and SMTPSteve Holme
2013-11-27curl_multi_cleanup: ignore SIGPIPEJeff King
2013-11-27sigpipe: factor out sigpipe_reset from easy.cJeff King
2013-11-27connect: Try next ip directly after immediate connect failBjörn Stenberg
2013-11-25hostip: don't prune DNS cache entries that are in useDaniel Stenberg
2013-11-24RELEASE-NOTES: Synced with 35e476a3f6cdd5Steve Holme
2013-11-24tests: Re-ordered test arguments to match other IMAP testsSteve Holme
2013-11-24tests: Corrected login "username" authentication responsesSteve Holme
2013-11-24tests: Added error code explanation commentsSteve Holme
2013-11-24tests: Removed expected QUIT response from graceful cancellation testsSteve Holme
2013-11-24tests: Added SMTP graceful authentication cancellation testsSteve Holme
2013-11-24tests: Added POP3 graceful authentication cancellation testsSteve Holme
2013-11-23ftpserver.pl: Reworked fix from commit 7a36b2abc06862Steve Holme
2013-11-23ftpserver.pl: Fixed unknown IMAP command "*"Steve Holme
2013-11-23ftpserver.pl: Fixed servercmd REPLY with * detectionSteve Holme
2013-11-23tests: Added IMAP graceful authentication cancellation testsSteve Holme
2013-11-23tests: Moved CR LF in URL tests to their respective protocol groupsSteve Holme
2013-11-23smtp: Post SMTP command expansion tidy upSteve Holme