Age | Commit message (Expand) | Author |
2017-04-26 | http-proxy: remove unused argument from Curl_proxyCONNECT() | Daniel Stenberg |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-03-26 | spelling fixes | klemens |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-03 | build: fix gcc7 implicit fallthrough warnings | Alexis La Goutte |
2017-02-25 | ftp: fixed a NULL pointer dereference on OOM | Dan Fandrich |
2017-02-25 | ftp: removed an erroneous free in an OOM path | Dan Fandrich |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
2016-12-25 | ftp: failure to resolve proxy should return that error code | Daniel Stenberg |
2016-12-19 | http_proxy: Fix proxy CONNECT hang on pending data | Jay Satiro |
2016-12-14 | checksrc: warn for assignments within if() expressions | Daniel Stenberg |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-18 | lib: fix compiler warnings after de4de4e3c7c | Marcel Raad |
2016-11-02 | ftp_done: don't clobber the passed in error code | Daniel Stenberg |
2016-11-02 | ftp: remove dead code in ftp_done | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | ftp: check for previous patch must be case sensitive! | Daniel Stenberg |
2016-10-31 | escape: avoid using curl_easy_unescape() internally | Daniel Stenberg |
2016-10-18 | select: switch to macros in uppercase | Daniel Stenberg |
2016-10-08 | ftp: fix Curl_ftpsendf() | Daniel Stenberg |
2016-09-07 | errors: new alias CURLE_WEIRD_SERVER_REPLY (8) | Jay Satiro |
2016-08-26 | ftp_done: remove dead code | Daniel Stenberg |
2016-08-23 | ftp: fix wrong poll on the secondary socket | Ales Novak |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-03-30 | multi: turn Curl_done into file local multi_done | Daniel Stenberg |
2016-03-19 | ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled | Steve Holme |
2016-03-10 | ftp: remove a check for NULL(!) | Daniel Stenberg |
2016-03-08 | ftp_done: clear tunnel_state when secondary socket closes | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-10-23 | ftp: allow CURLOPT_IGNORE_CONTENT_LENGTH to ignore size | Kurt Fankhauser |
2015-10-15 | fread_func: move callback pointer from set to state struct | Daniel Stenberg |
2015-09-08 | FTP: do_more: add check for wait_data_conn in upload case | Daniel Stenberg |
2015-08-21 | ftp: clear the do_more bit when the server has connected | Daniel Stenberg |
2015-06-17 | FTP: do the HTTP CONNECT for data connection blocking | Daniel Stenberg |
2015-05-20 | read_callback: move to SessionHandle from connectdata | Daniel Stenberg |
2015-05-08 | FTP: fix dangling conn->ip_addr dereference on verbose EPSV. | Patrick Monnerat |
2015-05-08 | FTP: Make EPSV use the control IP address rather than the original host. | Patrick Monnerat |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-17 | checksrc: use space before paren in "return (expr);" | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-02-11 | ftp: accept all 2xx responses to the PORT command | Patrick Monnerat |
2015-01-08 | FTP: if EPSV fails on IPV6 connections, bail out | Daniel Stenberg |