summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-1/+1
* test75: Remove precheck testDan Fandrich2020-04-302-35/+1
* libtest/cmake: Remove commented codeRikard Falkeborn2020-04-301-76/+0
* lib670: use the same Win32 API check as all other lib testsMarc Hoersken2020-04-051-1/+1
* build: fixed build for systems with select() in unistd.hHarry Sintonen2020-03-311-0/+2
* cleanup: insert newline after if() conditionsDaniel Stenberg2020-03-301-5/+7
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-2459-50/+239
* test 1560: avoid valgrind false positivesPatrick Monnerat2020-03-081-1/+4
* lib1564: reduce number of mid-wait wakeup callsDaniel Stenberg2020-03-071-2/+2
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-073-2/+128
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-075-10/+253
* mime: latch last read callback status.Patrick Monnerat2020-03-073-2/+287
* tests: align some Windows sleep defines with each otherMarc Hoersken2020-03-042-2/+2
* Revert "mime: latch last read callback status."Daniel Stenberg2020-03-023-268/+2
* Revert "mime: do not perform more than one read in a row"Daniel Stenberg2020-03-025-253/+10
* Revert "mime: fix the binary encoder to handle large data properly"Daniel Stenberg2020-03-023-128/+2
* mime: fix the binary encoder to handle large data properlyPatrick Monnerat2020-03-023-2/+128
* mime: do not perform more than one read in a rowPatrick Monnerat2020-03-025-10/+253
* mime: latch last read callback status.Patrick Monnerat2020-03-023-2/+268
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-092-1/+52
* urlapi: guess scheme correct even with credentials givenDaniel Stenberg2020-01-281-1/+9
* libtest/mk-lib1521: adapt to new public header layoutDaniel Stenberg2020-01-091-23/+24
* tests: make sure checksrc runs on header files tooDaniel Stenberg2019-12-162-3/+3
* lib1591: free memory properly on OOM, in the trailers callbackDaniel Stenberg2019-12-151-4/+17
* lib1559: fix mem-leak in OOMDaniel Stenberg2019-12-131-8/+4
* lib1557: fix mem-leak in OOMDaniel Stenberg2019-12-131-3/+3
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-012-33/+29
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-254-1/+409
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-028-8/+8
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-162-1/+59
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-281-1/+2
* FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju2019-09-272-1/+154
* urlapi: question mark within fragment is still fragmentDaniel Stenberg2019-09-241-0/+20
* urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser2019-09-191-0/+23
* urlapi: verify the IPv6 numerical addressDaniel Stenberg2019-09-101-0/+4
* cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg2019-08-081-3/+3
* CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg2019-08-072-1/+74
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-142-1/+83
* test1521: adapt to SLISTPOINTDaniel Stenberg2019-06-251-12/+4
* test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg2019-06-182-1/+86
* build: fix Codacy warningsMarcel Raad2019-06-056-28/+21
* lib1560: add tests for parsing URL with too long schemeDaniel Stenberg2019-05-201-0/+18
* urlapi: require a non-zero host name length when parsing URLDaniel Stenberg2019-05-141-0/+3
* build: fix "clarify calculation precedence" warningsMarcel Raad2019-05-121-2/+2
* urlapi: add CURLUPART_ZONEID to set and getDaniel Stenberg2019-05-051-0/+38
* urlapi: strip off scope id from numerical IPv6 addressesDaniel Stenberg2019-05-031-1/+120
* CURL_MAX_INPUT_LENGTH: largest acceptable string input sizeDaniel Stenberg2019-04-292-2/+82
* tests: Run global cleanup at end of testsDaniel Gustafsson2019-04-153-0/+3
* urlapi: stricter CURLUPART_PORT parsingDaniel Stenberg2019-04-131-29/+67
* test1906: verify CURLOPT_CURLU + CURLOPT_PORT usageDaniel Stenberg2019-04-112-1/+76