Age | Commit message (Expand) | Author |
2013-04-21 | url: Updated proxy URL parsing to use parse_login_details() | Steve Holme |
2013-04-21 | url: Tidy up of setstropt_userpwd() parameters | Steve Holme |
2013-04-21 | url: Tidy up of code and comments following recent changes | Steve Holme |
2013-04-20 | url: Simplified setstropt_userpwd() following recent changes | Steve Holme |
2013-04-20 | url: Correction to scope of if statements when setting data | Steve Holme |
2013-04-20 | url: Fixed memory leak in setstropt_userpwd() | Steve Holme |
2013-04-20 | RELEASE-NOTES: synced with d535c4a2e1f7 | Steve Holme |
2013-04-20 | url: Added overriding of URL login options from CURLOPT_USERPWD | Steve Holme |
2013-04-20 | tool_paramhlp: Fixed options being included in username | Steve Holme |
2013-04-20 | url: Added support for parsing login options from the CURLOPT_USERPWD | Steve Holme |
2013-04-19 | url: Added bounds checking to parse_login_details() | Steve Holme |
2013-04-19 | url: Added size_t cast to pointer based length calculations | Steve Holme |
2013-04-19 | url: Corrected minor typo in comment | Steve Holme |
2013-04-18 | CURL_CHECK_CA_BUNDLE: don't check for paths when cross-compiling | Daniel Stenberg |
2013-04-18 | usercertinmem.c: add example showing user cert in memory | Ishan SinghLevett |
2013-04-18 | url: Fix chksrc longer than 79 columns warning | Steve Holme |
2013-04-18 | url: Fix incorrect variable type for result code | Steve Holme |
2013-04-18 | url: Fix compiler warning | Steve Holme |
2013-04-18 | url: Moved parsing of login details out of parse_url_login() | Steve Holme |
2013-04-18 | url: Re-factored set_userpass() and parse_url_userpass() | Steve Holme |
2013-04-18 | url: Reworked URL parsing to allow overriding by CURLOPT_USERPWD | Steve Holme |
2013-04-18 | maketgz: make bzip2 creation work with Parallel BZIP2 too | Daniel Stenberg |
2013-04-18 | Add tests/http_pipe.py to the tarball build | Linus Nielsen Feltzing |
2013-04-16 | smtp: Re-factored all perform based functions | Steve Holme |
2013-04-16 | smtp: Added description comments to all perform based functions | Steve Holme |
2013-04-16 | smtp: Moved smtp_quit() to be with the other perform functions | Steve Holme |
2013-04-16 | smtp: Moved smtp_rcpt_to() to be with the other perform functions | Steve Holme |
2013-04-16 | smtp: Moved smtp_mail() to be with the other perform functions | Steve Holme |
2013-04-16 | curl-config: don't output static libs when they are disabled | Wouter Van Rooy |
2013-04-16 | docs/libcurl: fix formatting in manpage | Dave Reisner |
2013-04-15 | Add extra libs for lib1900 and lib2033 test programs | Paul Howarth |
2013-04-15 | FAQ: mention that the network connection can be monitored | Dan Fandrich |
2013-04-15 | pop3: Added missing comment for pop3_state_apop_resp() | Steve Holme |
2013-04-15 | smtp: Updated the coding style of smtp_state_servergreet_resp() | Steve Holme |
2013-04-15 | pop3: Updated the coding style of pop3_state_servergreet_resp() | Steve Holme |
2013-04-14 | pop3: Re-factored all perform based functions | Steve Holme |
2013-04-14 | pop3: Added description comments to all perform based functions | Steve Holme |
2013-04-14 | pop3: Moved pop3_quit() to be with the other perform functions | Steve Holme |
2013-04-14 | pop3: Moved pop3_command() to be with the other perform functions | Steve Holme |
2013-04-13 | RELEASE-NOTES: Removed erroneous spaces | Steve Holme |
2013-04-13 | RELEASE-NOTES: synced with 8723cade21fb | Steve Holme |
2013-04-13 | smtp: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-13 | pop3: Reworked authentication type constants | Steve Holme |
2013-04-13 | pop3: Small consistency tidy up | Steve Holme |
2013-04-13 | pop3: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-13 | imap: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-13 | sasl: Reworked SASL mechanism constants | Steve Holme |
2013-04-13 | sasl: Added predefined preferred mechanism values | Steve Holme |
2013-04-13 | url: Added support for parsing login options from the URL | Steve Holme |
2013-04-13 | smtp: Fix compiler warning | Steve Holme |