summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-09-12Merge tag 'curl-7_66_0'ng0
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-15Remove test1173ng0
2019-08-15Skip check on manpage-syntax, it's not necessary.ng0
2019-08-15Merge tag 'curl-7_65_3'ng0
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
2019-06-15runtests: report single test time + total durationDaniel Stenberg
2019-06-13unit1654: cleanup on memory failureDaniel Stenberg
2019-06-11test1165: verify that CURL_DISABLE_ symbols are in syncDaniel Stenberg
2019-06-10wolfssl: refer to it as wolfSSL onlyDaniel Stenberg
2019-06-07add --(en,dis)able-valgrind option to really disable valgrindgnurl-7.65.1ng0
2019-06-07tiny changes in CMake.ng0
2019-06-07Merge tag 'curl-7_65_1' of https://github.com/curl/curlng0
2019-06-05build: fix Codacy warningsMarcel Raad
2019-06-05sws: remove unused variablesMarcel Raad
2019-06-02tests/server/.gitignore: Add socksd to the ignore listSteve Holme
2019-06-02test334: verify HTTP 204 response with chunked coding headerDaniel Stenberg
2019-06-02http: don't parse body-related headers bodyless responsesMichael Kaufmann
2019-05-31Use awk to substitute the right path of python.ng0