Age | Commit message (Expand) | Author |
2019-09-21 | FTP: FTPFILE_NOCWD: avoid redundant CWDs | Zenju |
2019-09-20 | ftp: the conditional expression is always true | Daniel Stenberg |
2019-09-20 | ftp: Expression 'ftpc->wait_data_conn' is always false | Daniel Stenberg |
2019-09-20 | ftp: Expression 'ftpc->wait_data_conn' is always true | Daniel Stenberg |
2019-09-20 | ftp: part of conditional expression is always true: !result | Daniel Stenberg |
2019-09-18 | FTP: remove trailing slash from path for LIST/MLSD | Zenju |
2019-09-13 | FTP: allow "rubbish" prepended to the SIZE response | Daniel Stenberg |
2019-09-13 | FTP: skip CWD to entry dir when target is absolute | Zenju |
2019-08-01 | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-11 | doh: disable DOH for the cases it doesn't work | Daniel Stenberg |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-02-27 | urldata: convert bools to bitfields and move to end | Daniel Stenberg |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
2018-12-17 | pingpong: ignore regular timeout in disconnect phase | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-10-03 | memory: ensure to check allocation results | Daniel Gustafsson |
2018-09-23 | ftp: don't access pointer before NULL check | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-13 | ftp: include command in Curl_ftpsend sendbuffer | Daniel Gustafsson |
2018-06-12 | Curl_debug: remove dead printhost code | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-14 | lib: Fix format specifiers | Rikard Falkeborn |
2018-04-24 | ftplistparser: keep state between invokes | Daniel Stenberg |
2018-04-24 | Revert "ftplistparser: keep state between invokes" | Daniel Stenberg |
2018-04-23 | ftplistparser: keep state between invokes | Daniel Stenberg |
2018-04-23 | ftplistparser: renamed some members and variables | Daniel Stenberg |
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 |