summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* test1558: verify CURLINFO_PROTOCOL on file:// transferDaniel Stenberg2019-01-102-0/+69
* curl_multi_remove_handle() don't block terminating c-ares requestsBrad Spencer2019-01-072-1/+124
* printf: fix format specifiersRikard Falkeborn2019-01-041-1/+1
* libtest/stub_gssapi: use "real" snprintfDaniel Stenberg2019-01-031-7/+6
* http: minor whitespace cleanup from f464535bDaniel Stenberg2018-12-141-1/+0
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-143-0/+112
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-122-1/+78
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2320-115/+121
* setopt: add CURLOPT_CURLUJim Fuller2018-11-092-1/+81
* urlapi: only skip encoding the first '=' with APPENDQUERY setDaniel Stenberg2018-11-071-1/+1
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-061-0/+14
* Revert "url: a short host name + port is not a scheme"Daniel Stenberg2018-11-051-3/+0
* url: a short host name + port is not a schemeDaniel Stenberg2018-11-031-0/+3
* URL: fix IPv6 numeral address parserDaniel Stenberg2018-11-031-0/+9
* CMake: suppress MSVC warning C4127 for libtestMarcel Raad2018-10-051-0/+4
* cmake: fixed path used in generation of docs/tests during curl build through ...Sergei Nikulov2018-09-281-2/+2
* Curl_dedotdotify(): always nul terminate returned string.Even Rouault2018-09-241-0/+3
* whitespace fixesViktor Szakats2018-09-2342-45/+2
* urlapi: fix support for address scope in IPv6 numerical addressesDaniel Stenberg2018-09-211-0/+3
* urlapi: document the error codes, remove two unused onesDaniel Stenberg2018-09-191-20/+20
* urlapi: add CURLU_GUESS_SCHEME and fix hostname acceptanceDaniel Stenberg2018-09-191-1/+25
* libtest: Add chkdecimalpoint to .gitignoreRikard Falkeborn2018-09-151-0/+1
* URL-APIDaniel Stenberg2018-09-083-0/+769
* lib1522: fix curl_easy_setopt argument typeMarcel Raad2018-08-241-1/+1
* test1148: disable if decimal separator is not pointMarcel Raad2018-08-213-0/+51
* curl-compilers: enable -Wbad-function-cast on GCCMarcel Raad2018-08-211-1/+4
* CURLINFO_SIZE_UPLOAD: fix missing counter updateDaniel Stenberg2018-08-112-1/+91
* lib1502: fix memory leak in torture testDaniel Stenberg2018-08-101-0/+2
* test1531: Add timeoutRikard Falkeborn2018-08-091-1/+10
* test1540: Remove unused macro TEST_HANG_TIMEOUTRikard Falkeborn2018-08-091-2/+0
* general: fix printf specifiersRikard Falkeborn2018-08-011-1/+1
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-2/+2
* multi: always do the COMPLETED procedure/stateDaniel Stenberg2018-07-111-5/+10
* multi: fix crash due to dangling entry in connect-pending listJavier Blazquez2018-06-232-1/+67
* cppcheck: fix warningsMarian Klymov2018-06-119-26/+17
* tests/libtests/Makefile.am: Add lib1521.c to CLEANFILESRikard Falkeborn2018-06-061-0/+2
* tests/libtest: Add lib1521 to nodist_SOURCESRikard Falkeborn2018-06-063-5/+6
* tests/libtest/.gitignore: follow-up fix to ignore lib5* tooDaniel Stenberg2018-05-311-1/+1
* tests: update .gitignore for libtestsRikard Falkeborn2018-05-311-6/+2
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-241-6/+0
* http resume: skip body if http code 416 (range error) is ignored.Patrick Monnerat2018-05-222-0/+167
* checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg2018-05-214-7/+7
* stub_gssapi: fix numerous 'unused parameter' warningsDaniel Stenberg2018-05-181-2/+50
* getinfo: add microsecond precise timers for various intervalsPhilip Prindeville2018-05-171-18/+32
* tests/libtest/Makefile: Do not unconditionally add gcc-specific flagsDagobert Michelsen2018-05-161-1/+1
* tests: Fix format specifiersRikard Falkeborn2018-05-145-8/+8
* checksrc: force indentation of lines after an elseDaniel Gustafsson2018-04-271-1/+1
* duphandle: make sure CURLOPT_RESOLVE is duplicated fine tooDaniel Stenberg2018-04-121-1/+11
* gitignore: ignore more generated filesDaniel Stenberg2018-03-241-1/+1
* parsedate: support UT timezoneNikos Tsipinakis2018-03-191-0/+1