aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-22getinfo.c: reset timecond when clearing session-info variablesAlessandro Ghedini
2013-04-22DOCS: Added information about login options to CURLOPT_USERPWDSteve Holme
2013-04-22DOCS: Added information about login options in the URLSteve Holme
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-20RELEASE-NOTES: synced with d535c4a2e1f7Steve Holme
2013-04-20url: Added overriding of URL login options from CURLOPT_USERPWDSteve Holme
2013-04-20tool_paramhlp: Fixed options being included in usernameSteve 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-18CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compilingDaniel Stenberg
2013-04-18usercertinmem.c: add example showing user cert in memoryIshan SinghLevett
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-18maketgz: make bzip2 creation work with Parallel BZIP2 tooDaniel Stenberg
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