aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-13imap: Added support for ;auth=<mech> in the URLSteve Holme
2013-04-13sasl: Reworked SASL mechanism constantsSteve Holme
2013-04-13sasl: Added predefined preferred mechanism valuesSteve Holme
2013-04-13url: Added support for parsing login options from the URLSteve Holme
2013-04-13smtp: Fix compiler warningSteve Holme
2013-04-12smtp: Moved parsing of url path into separate functionSteve Holme
2013-04-12FTP: handle a 230 welcome responseDaniel Stenberg
2013-04-12configure: try pthread_create without -lpthreadDaniel Stenberg
2013-04-12FTP: access files in root dir correctlyDaniel Stenberg
2013-04-12pop3: Reworked the function description for Curl_pop3_write()Steve Holme
2013-04-12pop3: Added function description to pop3_parse_custom_request()Steve Holme
2013-04-12pop3: Moved utility functions to end of pop3.cSteve Holme
2013-04-12darwinssl: add TLS session resumptionNick Zitzmann
2013-04-12imap: Added function description to imap_parse_custom_request()Steve Holme
2013-04-12imap: Moved utility functions to end of imap.c (Part 3/3)Steve Holme
2013-04-12imap: Moved utility functions to end of imap.c (Part 2/3)Steve Holme
2013-04-12imap: Moved utility functions to end of imap.c (Part 1/3)Steve Holme
2013-04-12imap: Corrected function description for imap_connect()Steve Holme
2013-04-12tests: prevent test206, test1060, and test1061 from failingKamil Dudka
2013-04-12libcurl-share.3: update what it does and does not share.David Strauss
2013-04-12THANKS: remove duplicated namesDaniel Stenberg
2013-04-12bump: start working towards next releaseDaniel Stenberg
2013-04-12THANKS: added people from the 7.30.0 RELEASE-NOTESDaniel Stenberg
2013-04-12RELEASE-NOTES: cleaned up for 7.30 (synced with 5c5e1a1cd20)Daniel Stenberg
2013-04-11test1218: another cookie tailmatch testDaniel Stenberg
2013-04-11cookie: fix tailmatching to prevent cross-domain leakageYAMADA Yasuharu
2013-04-11Enabled MinGW sync resolver builds.Guenter Knauf
2013-04-10if2ip.c: fix compiler warningYang Tse
2013-04-10Fixed lost OpenSSL output with "-t" - followup.Guenter Knauf
2013-04-09test1217: verify parsing 257 responses with "rubbish" before pathDaniel Stenberg
2013-04-09FTP: handle "rubbish" in front of directory name in 257 responsesBill Middlecamp
2013-04-09Fixed ares-enabled builds with static makefiles.Guenter Knauf
2013-04-09Fixed lost OpenSSL output with "-t".Guenter Knauf
2013-04-09test1216: test tailmatching cookie domainsDaniel Stenberg
2013-04-09RELEASe-NOTES: synced with 29fdb2700f797Daniel Stenberg
2013-04-08darwinssl: disable insecure ciphers by defaultNick Zitzmann
2013-04-08tcpkeepalive: Support CURLOPT_TCP_KEEPIDLE on OSXRobert Wruck
2013-04-08configure: remove CURL_CHECK_FUNC_RECVFROMDaniel Stenberg
2013-04-08RELEASE-NOTES: Corrected duplicate NTLM memory leaksSteve Holme
2013-04-08RELEASE-NOTES: Removed trailing full stopSteve Holme
2013-04-08proxy: make ConnectionExists() check credential of proxyconnections tooFabian Keil
2013-04-08RELEASE-NOTES: sync with 704a5dfca9Daniel Stenberg
2013-04-08TODO-RELEASE: cleaned up, not really maintained latelyDaniel Stenberg
2013-04-07if2ip.c: Fixed another warning: unused parameter 'remote_scope'Marc Hoersken
2013-04-07cookie.c: Made cookie sort function more deterministicMarc Hoersken
2013-04-07curl_schannel.c: Follow up on memory leak fix ae4558dMarc Hoersken
2013-04-07Revert "getpart.pm: Strip carriage returns to fix Windows support"Marc Hoersken
2013-04-07http_negotiate.c: Fixed passing argument from incompatible pointer typeMarc Hoersken
2013-04-06ftp.c: Added missing brackets around ABOR command logicMarc Hoersken
2013-04-06sockfilt.c: Fixed detection of client-side connection closeMarc Hoersken