summaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
AgeCommit message (Expand)Author
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add read/write callbacksDaniel Stenberg
2020-09-14ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUNDDaniel Stenberg
2020-09-14curl: use curlx_dynbuf for realloc when loading config filesDaniel Stenberg
2020-09-07libtest: remove lib1541 leftoversDaniel Stenberg
2020-09-07tests/libtests: remove test 1900 and 2033Daniel Stenberg
2020-09-06test1541: remove since it is a known bugDaniel Stenberg
2020-09-06tests: remove pipelining testsDaniel Stenberg
2020-08-28tests: add test1912 with typechecksJeroen Ooms
2020-08-27options: API for meta-data about easy optionsDaniel Stenberg
2020-07-30url: fix CURLU and location followingJay Satiro
2020-07-27getinfo: reset retry-after value in initinfoNicolas Sterchele
2020-07-12transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg
2020-06-26test1539: do a HTTP 1.0 POST without a set size (fails)Daniel Stenberg
2020-06-25tests: verify newline in username and password for HTTPDaniel Stenberg
2020-05-30tests/libtest: fix undefined reference to 'curlx_win32_fopen'Marc Hoersken
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
2020-03-07mime: fix the binary encoder to handle large data properlyPatrick Monnerat
2020-03-07mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-07mime: latch last read callback status.Patrick Monnerat
2020-03-02Revert "mime: latch last read callback status."Daniel Stenberg
2020-03-02Revert "mime: do not perform more than one read in a row"Daniel Stenberg
2020-03-02Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg
2020-03-02mime: fix the binary encoder to handle large data properlyPatrick Monnerat
2020-03-02mime: do not perform more than one read in a rowPatrick Monnerat
2020-03-02mime: latch last read callback status.Patrick Monnerat
2020-02-09altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg
2019-11-25multi: add curl_multi_wakeup()Gergely Nagy
2019-10-16url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg
2019-09-27FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-07-14http: allow overriding timecond with custom headerPeter Simonyi
2019-06-18test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg
2019-04-29CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg
2019-04-11test1906: verify CURLOPT_CURLU + CURLOPT_PORT usageDaniel Stenberg
2019-04-06pipelining: removedDaniel Stenberg
2019-03-18test1541: threaded connection sharingDaniel Stenberg
2019-03-04CURLU: fix NULL dereference when used over proxyDaniel Stenberg
2019-02-27cookies: only save the cookie file if the engine is enabledDaniel Stenberg
2019-01-10test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg
2019-01-07curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer
2018-12-14http: Implement trailing headers for chunked transfersAyoub Boudhar
2018-12-12Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg
2018-11-09setopt: add CURLOPT_CURLUJim Fuller
2018-09-08URL-APIDaniel Stenberg
2018-08-21test1148: disable if decimal separator is not pointMarcel Raad
2018-08-11CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg
2018-06-23multi: fix crash due to dangling entry in connect-pending listJavier Blazquez
2018-06-06tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn