summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* misc: fix typos in docs and commentsa13460542021-09-233-3/+3
* cleanup: constify unmodified static structsRikard Falkeborn2021-09-233-3/+3
* http: fix the broken >3 digit response code detectionDaniel Stenberg2021-09-171-5/+5
* strerror: use sys_errlist instead of strerror on WindowsJay Satiro2021-09-171-2/+2
* dist: provide lib/.checksrc in the tarballDaniel Stenberg2021-09-161-2/+2
* hsts: CURLSTS_FAIL from hsts read callback should fail transferDaniel Stenberg2021-09-163-3/+3
* Curl_http2_setup: don't change connection data on repeat invokesDaniel Stenberg2021-09-161-6/+6
* hsts: handle unlimited expiryDaniel Stenberg2021-09-151-15/+25
* curl_multi_fdset: make FD_SET() not operate on sockets out of rangeDaniel Stenberg2021-09-152-13/+21
* ftp,imap,pop3,smtp: reject STARTTLS server response pipeliningPatrick Monnerat2021-09-134-0/+15
* ftp,imap,pop3: do not ignore --ssl-reqdPatrick Monnerat2021-09-133-36/+30
* mqtt: clear the leftovers pointer when sending succeedsz2_ on hackerone2021-09-131-0/+4
* http_proxy: fix the User-Agent inclusion in CONNECTDaniel Stenberg2021-09-131-18/+21
* 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-121-2/+6
* 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
* ngtcp2: adapt to new size defintions upstreamDaniel Stenberg2021-09-101-16/+3
* rustls: add strerror.h includeDaniel Stenberg2021-09-101-1/+1
* 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
* copyrights: update copyright year rangesDaniel Stenberg2021-09-081-1/+1
* mbedtls: avoid using a large buffer on the stackMAntoniak2021-09-061-13/+17
* connect: get local port + ip also when reusing connectionsDaniel Stenberg2021-09-021-3/+2
* multi: fix compiler warning with `CURL_DISABLE_WAKEUP`Marcel Raad2021-09-021-0/+3
* openssl: annotate SSL3_MT_SUPPLEMENTAL_DATAGisle Vanem2021-09-011-0/+4
* progress: make trspeed avoid floatsDaniel Stenberg2021-09-011-1/+6
* http: ignore content-length if any transfer-encoding is usedDaniel Stenberg2021-08-313-14/+31
* Revert "http2: skip immediate parsing of payload following protocol switch"Daniel Stenberg2021-08-301-9/+2
* http_proxy: only wait for writable socket while sending requestDaniel Stenberg2021-08-271-1/+1
* http: disallow >3-digit response codesDaniel Stenberg2021-08-261-3/+13
* ngtcp2: stop buffering crypto dataTatsuhiro Tsujikawa2021-08-262-30/+1
* cmake: sync CURL_DISABLE optionsDon2021-08-251-23/+50
* c-hyper: handle HTTP/1.1 => HTTP/1.0 downgrade on reused connectionDaniel Stenberg2021-08-233-6/+11
* c-hyper: deal with Expect: 100-continue combined with POSTFIELDSDaniel Stenberg2021-08-231-3/+11
* scripts: invoke interpreters through /usr/bin/enva13460542021-08-231-1/+1
* setopt: enable CURLOPT_IGNORE_CONTENT_LENGTH for hyperDaniel Stenberg2021-08-231-4/+0
* urlapi.c:seturl: assert URL instead of using if-checkDaniel Stenberg2021-08-231-2/+1
* asyn-ares: call ares_freeaddrinfo() to clean up addrinfo resultsDaniel Stenberg2021-08-211-0/+1
* wolfssl: clean up wolfcrypt error queueEhren Bendler2021-08-211-2/+13
* curl_setup.h: sync values for HTTP_ONLYDon2021-08-211-17/+23
* schannel: Work around typo in classic mingw macroJay Satiro2021-08-211-7/+7
* http_proxy: fix user-agent and custom headers for CONNECT with hyperDaniel Stenberg2021-08-201-3/+5
* c-hyper: initial support for "dumping" 1xx HTTP responsesDaniel Stenberg2021-08-201-0/+47
* openssl: when creating a new context, there cannot be an old oneDaniel Stenberg2021-08-181-2/+1
* sectransp: support CURLINFO_CERTINFOSergey Markelov2021-08-173-48/+85
* ngtcp2: remove the acked_crypto_offset struct field initDaniel Stenberg2021-08-161-1/+0
* misc: update incorrect copyright year rangesDaniel Stenberg2021-08-163-3/+3
* http2: revert call the handle-closed function correctly on closed streamArtur Sinila2021-08-161-4/+0