aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/Makefile.inc
AgeCommit message (Expand)Author
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
2018-05-22http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat
2018-02-21url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano
2018-02-16test1556: verify >16KB headers to the header callbackDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-01-14mime: clone mime tree upon easy handle duplication.Patrick Monnerat
2017-11-09test1554: verify connection cache sharingDaniel Stenberg
2017-10-24libtest: Add required test libraries for lib1552 and lib1553Paul Howarth
2017-10-20test653: check reuse of easy handle after mime data changePatrick Monnerat
2017-10-19test652: curl_mime_data + base64 encoder with large contentsPatrick Monnerat
2017-10-13test651: curl_formadd with huge COPYCONTENTSDaniel Stenberg
2017-10-07pingpong: return error when trying to send without connectionDaniel Stenberg
2017-10-06multi_cleanup: call DONE on handles that never got thatDaniel Stenberg
2017-09-07form API: add new test 650.Patrick Monnerat
2017-09-02mime: tests and examples.Patrick Monnerat
2017-07-03url: make the original string get used on subsequent transfersDaniel Stenberg