summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* altsvc: make saving the cache an atomic operationDaniel Stenberg2020-02-181-2/+2
* altsvc: keep a copy of the file name to survive handle resetDaniel Stenberg2020-02-094-1/+124
* digest: Do not quote algorithm in HTTP authorisationPierre-Yves Bigourdan2020-02-0714-14/+14
* ftp: remove superfluous checking for crlf in user or pwdDaniel Stenberg2020-02-072-2/+38
* cleanup: fix typos and wording in docs and commentsPedro Monreal2020-02-023-6/+6
* urlapi: guess scheme correct even with credentials givenDaniel Stenberg2020-01-281-1/+9
* global_init: move the IPv6 works status bool to multi handleDaniel Stenberg2020-01-281-2/+0
* llist: removed unused Curl_llist_move()Daniel Stenberg2020-01-241-51/+1
* smtp: Allow RCPT TO command to fail for some recipientsPavel Volgarev2020-01-217-1/+320
* curl: Let -D merge headers in one file againEmil Engler2020-01-215-0/+20
* HTTP: increase EXPECT_100_THRESHOLD to 1Mb加藤郁之2020-01-207-12/+9
* curl: make #0 not output the full URLDaniel Stenberg2020-01-132-1/+69
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-111-1/+2
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-111-1/+2
* test1167: verify global symbols in public headers are curl prefixedDaniel Stenberg2020-01-094-3/+160
* libtest/mk-lib1521: adapt to new public header layoutDaniel Stenberg2020-01-091-23/+24
* runtests: make random seed fixed for a monthDaniel Stenberg2020-01-092-10/+39
* TrackMemory tests: always remove CR before LFMarcel Raad2020-01-062-0/+2
* curl -w: handle a blank input file correctlyDaniel Stenberg2020-01-062-1/+49
* curl: properly free mimepost dataDaniel Stenberg2020-01-042-2/+69
* tests: Fix bounce requests with truncated writesMarc Aldorasi2020-01-031-0/+2
* tests: Change NTLM tests to require SSLJay Satiro2019-12-3148-0/+48
* sws: search for "Testno:" header uncondtionally if no testnoDaniel Stenberg2019-12-192-18/+25
* tests: set LC_ALL in more testsDaniel Stenberg2019-12-193-3/+3
* test165: set LC_ALL=en_US.UTF-8 tooDaniel Stenberg2019-12-191-1/+1
* test1456: remove the use of a fixed local portDaniel Stenberg2019-12-191-2/+8
* test1270: a basic -w redirect_url testDaniel Stenberg2019-12-182-1/+70
* tests: make sure checksrc runs on header files tooDaniel Stenberg2019-12-164-5/+5
* lib1591: free memory properly on OOM, in the trailers callbackDaniel Stenberg2019-12-151-4/+17
* runtests: --repeat=[num] to repeat testsDaniel Stenberg2019-12-152-0/+19
* tests: use DoH feature for DoH testsMarcel Raad2019-12-133-1/+2
* tests: fix build with `CURL_DISABLE_DOH`Marcel Raad2019-12-132-2/+14
* unit1620: fix bad free in OOMDaniel Stenberg2019-12-131-0/+2
* unit1609: fix mem-leak in OOMDaniel Stenberg2019-12-131-9/+20
* unit1607: fix mem-leak in OOMDaniel Stenberg2019-12-131-12/+18
* lib1559: fix mem-leak in OOMDaniel Stenberg2019-12-131-8/+4
* lib1557: fix mem-leak in OOMDaniel Stenberg2019-12-131-3/+3
* runtests: introduce --shallow to reduce huge torture testsDaniel Stenberg2019-12-112-4/+41
* tests: make it possible to set executable extensionsMarc Hoersken2019-12-094-17/+36
* tests: fix permissions of ssh keys in WSLMarc Hoersken2019-12-091-0/+3
* tests: use \r\n for log messages in WSLMarc Hoersken2019-12-091-1/+9
* conncache: fix multi-thread use of shared connection cacheDaniel Stenberg2019-12-091-0/+6
* etag: allow both --etag-compare and --etag-save in same cmdlineDaniel Stenberg2019-12-052-1/+62
* test342: make it return a 304 as the tag matchesDaniel Stenberg2019-12-051-3/+2
* curl_setup: disable IPv6 resolver without `getaddrinfo`Marcel Raad2019-12-031-3/+3
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-014-36/+32
* curl: two new command line options for etagsMaros Priputen2019-11-284-2/+180
* dist: add error-codes.plMarcel Raad2019-11-261-1/+1
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-259-3/+485
* test1175: verify symbols-in-versions and libcurl-errors.3 in syncDaniel Stenberg2019-11-223-1/+106