aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-25runtests: log more commands in verbose modeDaniel Stenberg
2013-04-25TODO: Corrected copy/paste typoSteve Holme
2013-04-25TODO: Added new ideas for future SMTP, POP3 and IMAP featuresSteve Holme
2013-04-25TODO: Updated following the addition of ;auth=<MECH> supportSteve Holme
2013-04-25DOCS: Minor rewording / clarification of host name protocol detectionSteve Holme
2013-04-24RELEASE-NOTES: synced with a8c92cb60890Steve Holme
2013-04-24DOCS: Added reference to IETF draft for SMTP URL InterfaceSteve Holme
2013-04-23HISTORY: Fix spelling error.Linus Nielsen Feltzing
2013-04-23DOCS: Reworked the scheme calculation explanation under CURLOPT_URLSteve Holme
2013-04-23url: Added smtp and pop3 hostnames to the protocol detection listSteve Holme
2013-04-23HISTORY: correct some years/datesDaniel Stenberg
2013-04-22tests: add test1511 to check timecond clean-upAlessandro Ghedini
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