summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: remove experimental mentions from HSTS and MQTTbagder/rm-hsts-mqtt-experimentalDaniel Stenberg2021-09-067-38/+8
* curl: add warning for incompatible parameters usageCao ZhenXiang2021-09-061-10/+13
* examples/*hiperfifo.c: fix calloc arguments to match function protogit-bruh2021-09-063-3/+3
* INTERNALS: bump c-ares requirement to 1.16.0Daniel Stenberg2021-09-061-1/+1
* curl: stop retry if Retry-After: is longer than allowedDaniel Stenberg2021-09-063-1/+66
* mbedtls: avoid using a large buffer on the stackMAntoniak2021-09-061-13/+17
* configure: make --disable-hsts workDaniel Stenberg2021-09-051-7/+7
* config.d: note that curlrc is used even when --configJay Satiro2021-09-051-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2021-09-041-7/+33
* test1173: check references to libcurl optionsDaniel Stenberg2021-09-042-17/+65
* CURLOPT_UNIX_SOCKET_PATH.3: remove nginx reference, add see alsoDaniel Stenberg2021-09-041-4/+5
* opt-docs: verify man page sections + orderDaniel Stenberg2021-09-0416-59/+149
* opt-docs: make sure all man pages have examplesDaniel Stenberg2021-09-0411-16/+237
* get.d: provide more useful examplesDaniel Stenberg2021-09-041-0/+2
* page-header: add GOPHERS, simplify wording in the 1st paraDaniel Stenberg2021-09-031-6/+5
* connect: get local port + ip also when reusing connectionsDaniel Stenberg2021-09-023-4/+74
* multi: fix compiler warning with `CURL_DISABLE_WAKEUP`Marcel Raad2021-09-021-0/+3
* tests: adjust the tftpd output to work with hyper modeDaniel Stenberg2021-09-0120-126/+123
* openssl: annotate SSL3_MT_SUPPLEMENTAL_DATAGisle Vanem2021-09-011-0/+4
* curl.1: provide examples for each optionDaniel Stenberg2021-09-01245-53/+348
* progress: make trspeed avoid floatsDaniel Stenberg2021-09-011-1/+6
* test365: verify response with chunked AND Content-Length headersDaniel Stenberg2021-08-312-1/+66
* http: ignore content-length if any transfer-encoding is usedDaniel Stenberg2021-08-3110-71/+80
* RELEASE-NOTES: syncedDaniel Stenberg2021-08-311-7/+25
* Revert "http2: skip immediate parsing of payload following protocol switch"Daniel Stenberg2021-08-301-9/+2
* KNOWN_BUGS: HTTP/3 doesn't support client certsDaniel Stenberg2021-08-301-0/+7
* mailing lists: move from cool.haxx.se to lists.haxx.seDaniel Stenberg2021-08-305-10/+7
* http_proxy: only wait for writable socket while sending requestDaniel Stenberg2021-08-271-1/+1
* http: disallow >3-digit response codesDaniel Stenberg2021-08-264-30/+41
* ngtcp2: stop buffering crypto dataTatsuhiro Tsujikawa2021-08-262-30/+1
* test1280: CRLFify the response to please hyperDaniel Stenberg2021-08-261-5/+5
* tests: enable test 1129 for hyper buildsDaniel Stenberg2021-08-261-1/+0
* curl: better error message when -O fails to get a good nameDaniel Stenberg2021-08-261-1/+4
* curl_easy_setopt: tweak the string copy wordingDaniel Stenberg2021-08-261-5/+5
* RELEASE-NOTES: syncedDaniel Stenberg2021-08-252-11/+51
* cmake: sync CURL_DISABLE optionsDon2021-08-253-69/+117
* KNOWN_BUGS: FTPS upload data loss with TLS 1.3Jay Satiro2021-08-251-0/+18
* cmake: avoid poll() on macOSDaniel Stenberg2021-08-241-0/+4
* c-hyper: handle HTTP/1.1 => HTTP/1.0 downgrade on reused connectionDaniel Stenberg2021-08-234-7/+11
* c-hyper: deal with Expect: 100-continue combined with POSTFIELDSDaniel Stenberg2021-08-232-5/+11
* tests: be explicit about using 'python3' instead of 'python'a13460542021-08-234-4/+4
* scripts: invoke interpreters through /usr/bin/enva13460542021-08-236-6/+6
* DISABLED: enable 11 more tests for hyper buildsDaniel Stenberg2021-08-231-11/+0
* setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyperDaniel Stenberg2021-08-234-7/+2
* test1138: remove trailing space to make work with hyperDaniel Stenberg2021-08-232-3/+2
* libcurl-errors.3: clarify two CURLUcode errorsDaniel Stenberg2021-08-231-2/+2
* symbols-in-versions: fix CURLSSLBACKEND_QSOSSL last used versionJay Satiro2021-08-231-2/+2
* urlapi.c:seturl: assert URL instead of using if-checkDaniel Stenberg2021-08-231-2/+1
* curl-openssl.m4: show correct output for OpenSSL v3Daniel Stenberg2021-08-221-3/+27
* mksymbolsmanpage.pl: Fix showing symbol's last used versionJay Satiro2021-08-221-1/+1