aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-12-20pop3: Fixed selection of APOP when server replies with an invalid timestampSteve Holme
2013-12-20pop3: Fixed processing of more than one response when sent in same packetSteve Holme
2013-12-19pop3: Moved CAPA response handling to pop3_state_capa_resp()Steve Holme
2013-12-19pop3: Moved APOP detection into pop3_state_servergreet_resp()Steve Holme
2013-12-19curl_easy_setopt: Fixed OAuth 2.0 Bearer option nameSteve Holme
2013-12-18curl.1: remove URL encoding phrase from --data descriptionDaniel Stenberg
2013-12-18imap/pop3/smtp: Added support for SASL authentication downgradesSteve Holme
2013-12-18RELEASE-PROCEDURE: new documentDaniel Stenberg
2013-12-18gitignore: ignore .dirstamp filesDaniel Stenberg
2013-12-18smtp: fix compiler warningDaniel Stenberg
2013-12-18smtp: Moved the calculation of SASL login details into a separate functionSteve Holme
2013-12-18pop3: Moved the calculation of SASL login details into a separate functionSteve Holme
2013-12-18imap: Moved the calculation of SASL login details into a separate functionSteve Holme
2013-12-18smtp: Moved the sending of the AUTH command into a separate functionSteve Holme
2013-12-18pop3: Moved the sending of the AUTH command into a separate functionSteve Holme
2013-12-18imap: Moved the sending of the AUTHENICATE command into a separate functionSteve Holme
2013-12-17email: Renamed *_perform_authenticate() functionsSteve Holme
2013-12-17bump: start working on the next releaseDaniel Stenberg
2013-12-16RELEASE-NOTES: synced with c0ef05e67Daniel Stenberg
2013-12-16THANKS: add contributors from 7.34.0 releaseDaniel Stenberg
2013-12-16gtls: respect *VERIFYHOST independently of *VERIFYPEERDaniel Stenberg
2013-12-15curl.1 document -J doesn't %-decodeDaniel Stenberg
2013-12-15multi: add timer inaccuracy margin to timeout/connecttimeoutDaniel Stenberg
2013-12-14RELEASE-NOTES: synced with dd4d9ea542Daniel Stenberg
2013-12-14curl_easy_setopt: clarify some USERPWD and PROXYUSERPWD detailsDaniel Stenberg
2013-12-14login options: remove the ;[options] support from CURLOPT_USERPWDDaniel Stenberg
2013-12-14imap: Fixed exclude of clear text when using auth=* in commit 75cd7fd66762bbSteve Holme
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