aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-26curl_easy_init: use less mallocsDaniel Stenberg
2013-04-26ftp_state_pasv_resp: connect through proxy also when set by envDaniel Stenberg
2013-04-26url: initialize speed-check data for file:// protocolZdenek Pavlas
2013-04-23url: Added smtp and pop3 hostnames to the protocol detection listSteve Holme
2013-04-22getinfo.c: reset timecond when clearing session-info variablesAlessandro Ghedini
2013-04-21url: Fixed missing length check in parse_proxy()Steve Holme
2013-04-21url: Fixed crash when no username or password supplied for proxySteve Holme
2013-04-21url: Removed unused text length constantsSteve Holme
2013-04-21url: Updated proxy URL parsing to use parse_login_details()Steve Holme
2013-04-21url: Tidy up of setstropt_userpwd() parametersSteve Holme
2013-04-21url: Tidy up of code and comments following recent changesSteve Holme
2013-04-20url: Simplified setstropt_userpwd() following recent changesSteve Holme
2013-04-20url: Correction to scope of if statements when setting dataSteve Holme
2013-04-20url: Fixed memory leak in setstropt_userpwd()Steve Holme
2013-04-20url: Added overriding of URL login options from CURLOPT_USERPWDSteve Holme
2013-04-20url: Added support for parsing login options from the CURLOPT_USERPWDSteve Holme
2013-04-19url: Added bounds checking to parse_login_details()Steve Holme
2013-04-19url: Added size_t cast to pointer based length calculationsSteve Holme
2013-04-19url: Corrected minor typo in commentSteve Holme
2013-04-18url: Fix chksrc longer than 79 columns warningSteve Holme
2013-04-18url: Fix incorrect variable type for result codeSteve Holme
2013-04-18url: Fix compiler warningSteve Holme
2013-04-18url: Moved parsing of login details out of parse_url_login()Steve Holme
2013-04-18url: Re-factored set_userpass() and parse_url_userpass()Steve Holme
2013-04-18url: Reworked URL parsing to allow overriding by CURLOPT_USERPWDSteve Holme
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-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-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-12FTP: access files in root dir correctlyDaniel Stenberg
2013-04-12pop3: Reworked the function description for Curl_pop3_write()Steve Holme