Age | Commit message (Expand) | Author |
2020-03-02 | Revert "mime: latch last read callback status." | Daniel Stenberg |
2020-03-02 | Revert "mime: do not perform more than one read in a row" | Daniel Stenberg |
2020-03-02 | Revert "mime: fix the binary encoder to handle large data properly" | Daniel Stenberg |
2020-03-02 | mime: fix the binary encoder to handle large data properly | Patrick Monnerat |
2020-03-02 | mime: do not perform more than one read in a row | Patrick Monnerat |
2020-03-02 | mime: latch last read callback status. | Patrick Monnerat |
2020-02-09 | altsvc: keep a copy of the file name to survive handle reset | Daniel Stenberg |
2019-11-25 | multi: add curl_multi_wakeup() | Gergely Nagy |
2019-10-16 | url: normalize CURLINFO_EFFECTIVE_URL | Daniel Stenberg |
2019-09-27 | FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDs | Zenju |
2019-08-07 | CURLINFO_RETRY_AFTER: parse the Retry-After header value | Daniel Stenberg |
2019-07-14 | http: allow overriding timecond with custom header | Peter Simonyi |
2019-06-18 | test1523: basic test of CURLOPT_LOW_SPEED_LIMIT | Daniel Stenberg |
2019-04-29 | CURL_MAX_INPUT_LENGTH: largest acceptable string input size | Daniel Stenberg |
2019-04-11 | test1906: verify CURLOPT_CURLU + CURLOPT_PORT usage | Daniel Stenberg |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-03-18 | test1541: threaded connection sharing | Daniel Stenberg |
2019-03-04 | CURLU: fix NULL dereference when used over proxy | Daniel Stenberg |
2019-02-27 | cookies: only save the cookie file if the engine is enabled | Daniel Stenberg |
2019-01-10 | test1558: verify CURLINFO_PROTOCOL on file:// transfer | Daniel Stenberg |
2019-01-07 | curl_multi_remove_handle() don't block terminating c-ares requests | Brad Spencer |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar |
2018-12-12 | Curl_follow: extract the Location: header field unvalidated | Daniel Stenberg |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-09-08 | URL-API | Daniel Stenberg |
2018-08-21 | test1148: disable if decimal separator is not point | Marcel Raad |
2018-08-11 | CURLINFO_SIZE_UPLOAD: fix missing counter update | Daniel Stenberg |
2018-06-23 | multi: fix crash due to dangling entry in connect-pending list | Javier Blazquez |
2018-06-06 | tests/libtest: Add lib1521 to nodist_SOURCES | Rikard Falkeborn |
2018-05-22 | http resume: skip body if http code 416 (range error) is ignored. | Patrick Monnerat |
2018-02-21 | url: Add option CURLOPT_RESOLVER_START_FUNCTION | Francisco Sedano |
2018-02-16 | test1556: verify >16KB headers to the header callback | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2017-11-09 | test1554: verify connection cache sharing | Daniel Stenberg |
2017-10-24 | libtest: Add required test libraries for lib1552 and lib1553 | Paul Howarth |
2017-10-20 | test653: check reuse of easy handle after mime data change | Patrick Monnerat |
2017-10-19 | test652: curl_mime_data + base64 encoder with large contents | Patrick Monnerat |
2017-10-13 | test651: curl_formadd with huge COPYCONTENTS | Daniel Stenberg |
2017-10-07 | pingpong: return error when trying to send without connection | Daniel Stenberg |
2017-10-06 | multi_cleanup: call DONE on handles that never got that | Daniel Stenberg |
2017-09-07 | form API: add new test 650. | Patrick Monnerat |
2017-09-02 | mime: tests and examples. | Patrick Monnerat |
2017-07-03 | url: make the original string get used on subsequent transfers | Daniel Stenberg |
2017-06-30 | test1521: fix out-of-tree builds, broken with 467da3af | Dan Fandrich |
2017-06-23 | libtest/Makefile: remove unused lib1541 variables | Daniel Stenberg |
2017-06-19 | PIPELINING_SERVER_BL: cleanup the internal list use | Daniel Stenberg |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-05 | test1521: test *all* curl_easy_setopt options | Daniel Stenberg |
2017-06-02 | test1538: verify the libcurl strerror API calls | Daniel Stenberg |