summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-2/+3
* doh: improced both encoding and decodingNiall2019-11-161-27/+91
* curl: fix -T globbingDaniel Stenberg2019-11-144-0/+223
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-121-1/+1
* CURL-DISABLE: initial docs for the CURL_DISABLE_* definesDaniel Stenberg2019-11-121-0/+37
* test1558: use double slash after file:Marcel Raad2019-11-101-5/+1
* strerror: Fix an error looking up some Windows error stringsJay Satiro2019-11-091-1/+2
* test1560: require IPv6 for IPv6 aware URL parsingDaniel Stenberg2019-11-081-0/+1
* certs/Server-localhost-lastSAN-sv: regenerate with sha256Marcel Raad2019-11-028-189/+191
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-0212-12/+12
* url: make Curl_close() NULLify the pointer tooDaniel Stenberg2019-10-301-2/+2
* test1591: fix spelling of http featureMarcel Raad2019-10-241-1/+1
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-232-1/+64
* tests: add missing proxy featuresMarcel Raad2019-10-232-0/+2
* tests: use %FILE_PWD for file:// URLsMarcel Raad2019-10-2119-19/+19
* tests: add `connect to non-listen` keywordsMarcel Raad2019-10-212-0/+2
* runtests: get textaware info from curl instead of perlMarcel Raad2019-10-201-1/+1
* test1162: disable MSYS2's POSIX path conversionMarcel Raad2019-10-171-0/+4
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-164-2/+113
* tests: line ending fixes for WindowsMarcel Raad2019-10-1619-19/+19
* tests: use proxy featureMarcel Raad2019-10-15133-5/+287
* smbserver: fix Python 3 compatibilityMarcel Raad2019-10-131-2/+5
* tests: use port 2 instead of 60000 for a safer non-listening portDaniel Stenberg2019-10-093-3/+3
* docs: document it as --no-progress-meter instead of the reverseDaniel Stenberg2019-10-091-1/+3
* curl: ensure HTTP 429 triggers --retryStian Soiland-Reyes2019-10-052-2/+2
* urlapi: fix use-after-free bugDaniel Stenberg2019-10-032-1/+80
* redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg2019-10-022-0/+76
* curl: create easy handles on-demand and not ahead of timeDaniel Stenberg2019-10-021-2/+2
* git: add tests/server/disabled to .gitignoreEmil Engler2019-09-301-0/+1
* altsvc: accept quoted ma and persist valuesDaniel Stenberg2019-09-302-2/+12
* cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg2019-09-284-59/+117
* FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju2019-09-274-2/+228
* FTP: url-decode path before evaluationZenju2019-09-272-2/+4
* tests: fix narrowing conversion warningsMarcel Raad2019-09-272-3/+3
* Revert "FTP: url-decode path before evaluation"Daniel Stenberg2019-09-262-4/+2
* FTP: url-decode path before evaluationZenju2019-09-262-2/+4
* 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