aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-18Add tests/http_pipe.py to the tarball buildLinus Nielsen Feltzing
2013-04-16smtp: Re-factored all perform based functionsSteve Holme
2013-04-16smtp: Added description comments to all perform based functionsSteve Holme
2013-04-16smtp: Moved smtp_quit() to be with the other perform functionsSteve Holme
2013-04-16smtp: Moved smtp_rcpt_to() to be with the other perform functionsSteve Holme
2013-04-16smtp: Moved smtp_mail() to be with the other perform functionsSteve Holme
2013-04-16curl-config: don't output static libs when they are disabledWouter Van Rooy
2013-04-16docs/libcurl: fix formatting in manpageDave Reisner
2013-04-15Add extra libs for lib1900 and lib2033 test programsPaul Howarth
2013-04-15FAQ: mention that the network connection can be monitoredDan Fandrich
2013-04-15pop3: Added missing comment for pop3_state_apop_resp()Steve Holme
2013-04-15smtp: Updated the coding style of smtp_state_servergreet_resp()Steve Holme
2013-04-15pop3: Updated the coding style of pop3_state_servergreet_resp()Steve Holme
2013-04-14pop3: Re-factored all perform based functionsSteve Holme
2013-04-14pop3: Added description comments to all perform based functionsSteve Holme
2013-04-14pop3: Moved pop3_quit() to be with the other perform functionsSteve Holme
2013-04-14pop3: Moved pop3_command() to be with the other perform functionsSteve Holme
2013-04-13RELEASE-NOTES: Removed erroneous spacesSteve Holme
2013-04-13RELEASE-NOTES: synced with 8723cade21fbSteve Holme
2013-04-13smtp: Added support for ;auth=<mech> in the URLSteve Holme
2013-04-13pop3: Reworked authentication type constantsSteve Holme
2013-04-13pop3: Small consistency tidy upSteve Holme
2013-04-13pop3: Added support for ;auth=<mech> in the URLSteve Holme
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