summaryrefslogtreecommitdiff
path: root/tests/libtest
Commit message (Expand)AuthorAgeFilesLines
* test552: updated to work with hyperDaniel Stenberg2021-10-271-3/+3
* checksrc: ignore preprocessor linesDaniel Stenberg2021-10-172-4/+1
* aws-sigv4: make signature work when post data is binaryAbhinav Singh2021-10-153-1/+139
* urlapi: URL decode percent-encoded host namesDaniel Stenberg2021-10-111-19/+44
* CURLOPT_MAXLIFETIME_CONN: maximum allowed lifetime for conn reuseJeffrey Tolar2021-10-062-1/+91
* scripts/copyright: .muse is .lift nowDaniel Stenberg2021-09-282-2/+2
* CURLOPT_PREREQFUNCTION: add new callbackMax Dymond2021-09-274-2/+106
* urlapi: support UNC paths in file: URLs on WindowsSergey Markelov2021-09-271-0/+4
* urlapi: add curl_url_strerror()i-ky2021-09-275-46/+54
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-233-7/+7
* hsts: CURLSTS_FAIL from hsts read callback should fail transferDaniel Stenberg2021-09-161-0/+23
* hsts: handle unlimited expiryDaniel Stenberg2021-09-151-9/+16
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-163-3/+3
* test1565: fix windows build errorsJay Satiro2021-08-101-4/+7
* tool/tests: fix potential year 2038 issuesBin Lan2021-07-301-2/+2
* tests: make three tests pass until 2037Bernhard M. Wiedemann2021-07-301-1/+2
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-081-3/+36
* test1518: adjusted to work with hyperDaniel Stenberg2021-07-011-6/+6
* lib677: make it survive torture testingDaniel Stenberg2021-06-271-6/+9
* test677: IMAP CONNECT_ONLY, custom command and then exitDaniel Stenberg2021-06-242-1/+122
* 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