Age | Commit message (Expand) | Author |
2013-04-27 | sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial response | Steve Holme |
2013-04-26 | curl_easy_init: use less mallocs | Daniel Stenberg |
2013-04-26 | ftpserver.pl: Fixed imap logout confirmation data | Steve Holme |
2013-04-26 | ftp_state_pasv_resp: connect through proxy also when set by env | Daniel Stenberg |
2013-04-26 | url: initialize speed-check data for file:// protocol | Zdenek Pavlas |
2013-04-25 | test709: clarify the test in the name | Daniel Stenberg |
2013-04-25 | sshserver: disable StrictHostKeyChecking | Daniel Stenberg |
2013-04-25 | runtests: log more commands in verbose mode | Daniel Stenberg |
2013-04-25 | TODO: Corrected copy/paste typo | Steve Holme |
2013-04-25 | TODO: Added new ideas for future SMTP, POP3 and IMAP features | Steve Holme |
2013-04-25 | TODO: Updated following the addition of ;auth=<MECH> support | Steve Holme |
2013-04-25 | DOCS: Minor rewording / clarification of host name protocol detection | Steve Holme |
2013-04-24 | RELEASE-NOTES: synced with a8c92cb60890 | Steve Holme |
2013-04-24 | DOCS: Added reference to IETF draft for SMTP URL Interface | Steve Holme |
2013-04-23 | HISTORY: Fix spelling error. | Linus Nielsen Feltzing |
2013-04-23 | DOCS: Reworked the scheme calculation explanation under CURLOPT_URL | Steve Holme |
2013-04-23 | url: Added smtp and pop3 hostnames to the protocol detection list | Steve Holme |
2013-04-23 | HISTORY: correct some years/dates | Daniel Stenberg |
2013-04-22 | tests: add test1511 to check timecond clean-up | Alessandro Ghedini |
2013-04-22 | getinfo.c: reset timecond when clearing session-info variables | Alessandro Ghedini |
2013-04-22 | DOCS: Added information about login options to CURLOPT_USERPWD | Steve Holme |
2013-04-22 | DOCS: Added information about login options in the URL | Steve Holme |
2013-04-21 | url: Fixed missing length check in parse_proxy() | Steve Holme |
2013-04-21 | url: Fixed crash when no username or password supplied for proxy | Steve Holme |
2013-04-21 | url: Removed unused text length constants | Steve Holme |
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 |