aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-10-02redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg
2019-10-02curl: create easy handles on-demand and not ahead of timeDaniel Stenberg
2019-09-30git: add tests/server/disabled to .gitignoreEmil Engler
2019-09-30altsvc: accept quoted ma and persist valuesDaniel Stenberg
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-27FTP: add test for FTPFILE_NOCWD: Avoid redundant CWDsZenju
2019-09-27FTP: url-decode path before evaluationZenju
2019-09-27tests: fix narrowing conversion warningsMarcel Raad
2019-09-26Revert "FTP: url-decode path before evaluation"Daniel Stenberg
2019-09-26FTP: url-decode path before evaluationZenju
2019-09-24urlapi: question mark within fragment is still fragmentDaniel Stenberg
2019-09-19urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser
2019-09-18FTP: remove trailing slash from path for LIST/MLSDZenju
2019-09-16unit1655: make it C90 compliantDaniel Stenberg
2019-09-15doh: fix (harmless) buffer overrunPaul Dreik
2019-09-13FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg
2019-09-13FTP: skip CWD to entry dir when target is absoluteZenju
2019-09-10urlapi: verify the IPv6 numerical addressDaniel Stenberg
2019-08-31Curl_addr2string: take an addrlen argument tooDaniel Stenberg
2019-08-23defines: avoid underscore-prefixed definesDaniel Stenberg
2019-08-16http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg
2019-08-15tests: Replace outdated test case numbering documentationMike Crowe
2019-08-14vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro
2019-08-09http3: make connection reuse workDaniel Stenberg
2019-08-08cleanup: s/curl_debug/curl_dbg_debug in comments and docsDaniel Stenberg
2019-08-08alt-svc: add protocol version selection maskingDaniel Stenberg
2019-08-07CURLINFO_RETRY_AFTER: parse the Retry-After header valueDaniel Stenberg
2019-08-06tests: Fix the line endings for the SASL alt-auth testsJay Satiro
2019-08-06curl: --sasl-authzid added to support CURLOPT_SASL_AUTHZID from the toolSteve Holme
2019-08-06curl_multi_poll: a sister to curl_multi_wait() that waits moreDaniel Stenberg
2019-08-06http09: disable HTTP/0.9 by default in both tool and libraryDaniel Stenberg
2019-08-03alt-svc: more liberal ALPN name parsingDaniel Stenberg
2019-08-01http_negotiate: improve handling of gss_init_sec_context() failuresKamil Dudka
2019-07-30curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg
2019-07-29HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics
2019-07-20curl: support parallel transfersDaniel Stenberg
2019-07-16test1173: make it also check all libcurl option man pagesDaniel Stenberg
2019-07-15dist: add manpage-syntax.plDaniel Stenberg
2019-07-15test1173: detect some basic man page format mistakesDaniel Stenberg
2019-07-14libcurl: Add testcase for gopher redirectsLinos Giannopoulos
2019-07-14http: allow overriding timecond with custom headerPeter Simonyi
2019-06-25test1521: adapt to SLISTPOINTDaniel Stenberg
2019-06-25tests: update fixed IP for hostip/clientip splitStephan Szabo
2019-06-24test153: fix content-length to avoid occasional hangDaniel Stenberg
2019-06-21tests: add disable-scan.pl to distDaniel Stenberg
2019-06-20tests: support non-localhost HOSTIP for dict/smb serversStephan Szabo
2019-06-18test1523: basic test of CURLOPT_LOW_SPEED_LIMITDaniel Stenberg
2019-06-18runtests: keep logfiles around by defaultDaniel Stenberg
2019-06-17tests: have runtests figure out disabled featuresDaniel Stenberg
2019-06-17test188/189: fix Content-LengthDaniel Stenberg