Age | Commit message (Expand) | Author |
2018-04-06 | FTP: allow PASV on IPv6 connections when a proxy is being used | Laurie Clark-Michalek |
2018-03-14 | FTP: fix typo in recursive callback detection for seeking | dasimx |
2018-03-12 | FTP: reject path components with control codes | Daniel Stenberg |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-02-01 | time_t-fixes: remove typecasts to 'long' for info.filetime | Daniel Stenberg |
2018-01-30 | Curl_range: commonize FTP and FILE range handling | Max Dymond |
2017-10-28 | Curl_timeleft: change return type to timediff_t | Daniel Stenberg |
2017-10-26 | wildcards: don't use with non-supported protocols | Max Dymond |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-10-20 | ftp: reject illegal IP/port in PASV 227 response | Daniel Stenberg |
2017-10-10 | FTP: URL decode path for dir listing in nocwd mode | Daniel Stenberg |
2017-10-04 | ftp: UBsan fixup 'pointer index expression overflowed' | Daniel Stenberg |
2017-10-02 | FTP: zero terminate the entry path even on bad input | Daniel Stenberg |
2017-09-12 | code style: remove wrong uses of multiple spaces | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-17 | ftp: fix CWD when doing multicwd then nocwd on same connection | Daniel Stenberg |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-08-04 | FTP: skip unnecessary CWD when in nocwd mode | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-15 | http-proxy: only attempt FTP over HTTP proxy | Daniel Stenberg |
2017-06-14 | http-proxy: do the HTTP CONNECT process entirely non-blocking | Daniel Stenberg |
2017-05-10 | multi: assign IDs to all timers and make each timer singleton | Daniel Stenberg |
2017-05-01 | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg |
2017-05-01 | buffer_size: make sure it always has the correct size | Daniel Stenberg |
2017-05-01 | ftp: use private buffer for temp storage, not receive buffer | Daniel Stenberg |
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 |