summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl_multi_fdset: make FD_SET() not operate on sockets out of rangebagder/fix-fd_set-checkDaniel Stenberg2021-09-142-13/+21
* FAQ: add two dev related questionsDaniel Stenberg2021-09-141-0/+41
* zuul.d/jobs: disable three tests for *-openssl-disable-proxyDaniel Stenberg2021-09-131-0/+1
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-139-1/+236
* ftp,imap,pop3: do not ignore --ssl-reqdPatrick Monnerat2021-09-137-36/+195
* mqtt: clear the leftovers pointer when sending succeedsz2_ on hackerone2021-09-131-0/+4
* zuul: bump the rustls job to use v0.7.2Daniel Stenberg2021-09-131-1/+2
* RELEASE-PROCEDURE: add release dates from now to 8.0.0 in 2023Daniel Stenberg2021-09-131-4/+5
* SECURITY-PROCESS: tweak a little to match current practicesDaniel Stenberg2021-09-131-10/+11
* http_proxy: fix the User-Agent inclusion in CONNECTDaniel Stenberg2021-09-133-19/+130
* Curl_hsts_loadcb: don't attempt to load if hsts wasn't initedDaniel Stenberg2021-09-121-1/+3
* ngtcp2: fix build with ngtcp2 and nghttp3Tatsuhiro Tsujikawa2021-09-122-4/+8
* write-out.d: clarify size_download/uploadDaniel Stenberg2021-09-121-2/+4
* http2: Curl_http2_setup needs to init stream data in all invokesDaniel Stenberg2021-09-111-12/+17
* url: fix compiler warning in no-verbose buildsDaniel Stenberg2021-09-101-0/+2
* non-ascii: fix build errors from strerror fixDaniel Stenberg2021-09-101-12/+10
* parse_args: redo the warnings for --remote-header-name combosDaniel Stenberg2021-09-103-13/+13
* ngtcp2: adapt to new size defintions upstreamDaniel Stenberg2021-09-101-16/+3
* rustls: add strerror.h includeDaniel Stenberg2021-09-101-1/+1
* docs: the security list is reached at security at curl.se nowDaniel Stenberg2021-09-102-5/+9
* runtests: add option -u to error on server unexpectedly aliveMarc Hoersken2021-09-095-30/+102
* opts docs: unify phrasing in NAME headerDaniel Stenberg2021-09-09134-246/+246
* strerror.h: remove the #include from files not using itDaniel Stenberg2021-09-0912-13/+1
* lib: don't use strerror()Daniel Stenberg2021-09-098-22/+71
* cirrus: Add FreeBSD 13.0 job and disable sanitizer buildDaniel Gustafsson2021-09-081-9/+11
* copyrights: update copyright year rangesDaniel Stenberg2021-09-089-9/+9
* RELEASE-NOTES: syncedDaniel Stenberg2021-09-081-11/+28
* INTERNALS: c-ares has a new home: c-ares.orgDaniel Stenberg2021-09-071-1/+1
* docs: remove experimental mentions from HSTS and MQTTDaniel Stenberg2021-09-077-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