summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACEDaniel Stenberg2021-06-151-6/+35
* test3010: work with hyper modeDaniel Stenberg2021-06-101-3/+3
* test1594/1595/1596: fix to work in hyper modeDaniel Stenberg2021-06-101-2/+2
* test599: adjusted to work in hyper modeDaniel Stenberg2021-06-101-2/+2
* test566: adjust to work with hyper modeDaniel Stenberg2021-06-101-2/+2
* test644: remove as duplicate of test 587Daniel Stenberg2021-06-081-4/+1
* test500: adjust to work with hyper modeDaniel Stenberg2021-06-071-2/+2
* metalink: removeDaniel Stenberg2021-06-071-1/+1
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-262-2/+2
* test678: Fix for Windows multibyte buildsJay Satiro2021-05-051-1/+1
* SSL: support in-memory CA certs for some backendsGilles Vollant2021-05-052-1/+125
* libtest: remove lib530.cDaniel Stenberg2021-05-041-122/+0
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-2216-36/+36
* lib1564.c: enable last wakeup test part on WindowsMarc Hoersken2021-04-211-10/+1
* Revert "cmake: make libcurl library output name configurable"Daniel Stenberg2021-04-211-1/+1
* cmake: make libcurl library output name configurableRalph Langendam2021-04-211-1/+1
* urlapi: make sure no +/- signs are accepted in IPv4 numericalsDaniel Stenberg2021-04-211-0/+3
* urlapi: "normalize" numerical IPv4 host namesDaniel Stenberg2021-04-191-1/+14
* cookie: CURLOPT_COOKIEFILE set to NULL switches off cookiesDaniel Stenberg2021-04-142-1/+73
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-03-273-3/+3
* http: make 416 not fail with resume + CURLOPT_FAILONERRRORDaniel Stenberg2021-03-171-17/+18
* configure: provide Largefile feature for curl-configDaniel Stenberg2021-03-111-2/+2
* lib1536: check ptr against NULL before dereferencing itkokke2021-03-101-1/+1
* lib1537: check ptr against NULL before dereferencing itkokke2021-03-101-1/+1
* tests: reduce variable scopesMarcel Raad2021-02-101-5/+2
* ftp: add 'prefer_ascii' to the transfer state structDaniel Stenberg2021-02-092-1/+50
* tests: fixup several testsFabian Keil2021-02-091-2/+2
* copyright: fix year ranges in need of updatesDaniel Stenberg2021-02-034-4/+4
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-305-3/+197
* test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id()Daniel Stenberg2021-01-152-1/+59
* mime: make sure setting MIMEPOST to NULL resets properlyDaniel Stenberg2021-01-152-3/+20
* lib/unit tests: add missing curl_global_cleanup() callsDaniel Stenberg2021-01-065-32/+43
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-022-2/+54
* language: s/behaviour/behavior/gEmil Engler2021-01-021-2/+2
* docs/examples: adjust prototypes for CURLOPT_READFUNCTIONOlaf Hering2020-12-3018-21/+21
* examples/libtest: add .checksrc to distDaniel Stenberg2020-12-211-2/+2
* tests: add very simple AWS HTTP v4 Signature testMatthias Gatto2020-12-212-1/+66
* mqtt: handle POST/PUBLISH without a set POSTFIELDSIZEDaniel Stenberg2020-12-182-1/+61
* test1522: add debug tracingDaniel Stenberg2020-12-172-12/+22
* lib1564/5: verify that curl_multi_wakeup returns OKDaniel Stenberg2020-12-112-3/+3
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-242-2/+2
* copyright: fix year rangesDaniel Stenberg2020-11-0579-79/+79
* curl.se: new homeDaniel Stenberg2020-11-04173-177/+177
* rtsp: fixed the RTST Session ID mismatch in test 570Harry Sintonen2020-11-041-1/+5
* hsts: add read/write callbacksDaniel Stenberg2020-11-033-0/+102
* tests: add missing global_init/cleanup callsDaniel Stenberg2020-11-022-2/+7
* urlapi: URL encode a '+' in the query partDaniel Stenberg2020-10-151-0/+7
* checksrc: warn on space after exclamation markDaniel Stenberg2020-10-022-4/+4
* symbian: drop supportDaniel Stenberg2020-09-221-1/+1
* ftp: a 550 response to SIZE returns CURLE_REMOTE_FILE_NOT_FOUNDDaniel Stenberg2020-09-142-1/+53