Age | Commit message (Expand) | Author |
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 |
2015-01-08 | FTP: fix IPv6 host using link-local address | Daniel Stenberg |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme |
2014-12-16 | IPV6: address scope != scope id | Patrick Monnerat |
2014-12-13 | ftp.c: Fixed compilation warning when no verbose string support | Steve Holme |
2014-12-06 | ftp.c: Fixed compilation warnings when proxy support disabled | Steve Holme |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-04 | nonblock: call with (void) to show we ignore the return code | Daniel Stenberg |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-03 | ftp: in passive data connect wait for happy eyeballs sockets | Daniel Stenberg |