summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: increase QUIC window size when data is consumedDaniel Stenberg2019-11-162-14/+25
* config-win32: cpu-machine-OS for Windows on ARMMelissa Mears2019-11-141-1/+5
* multi_poll: avoid busy-loop when called without easy handles attachedDaniel Stenberg2019-11-141-0/+4
* quiche: reject headers in the wrong orderDaniel Stenberg2019-11-122-2/+9
* openssl: prevent recursive function calls from ctx callbacksDaniel Stenberg2019-11-121-0/+2
* remove_handle: clear expire timers after multi_done()Daniel Stenberg2019-11-111-5/+5
* pause: avoid updating socket if done was already calledDaniel Stenberg2019-11-101-3/+4
* strerror: Fix an error looking up some Windows error stringsJay Satiro2019-11-091-2/+4
* checksrc: repair the copyrightyear checkDaniel Stenberg2019-11-081-4/+9
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-0860-60/+60
* ntlm: USE_WIN32_CRYPTO check removed to get USE_NTLM2SESSION setChristian Schmitz2019-11-071-1/+3
* build: fix for CURL_DISABLE_DOHWyatt O'Day2019-11-061-0/+5
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-028-8/+8
* mbedtls: add error message for cert validity starting in the futureBastien Bouclet2019-11-021-0/+3
* schannel_verify: Fix concurrent openings of CA fileJay Satiro2019-11-011-1/+1
* gtls: make gnutls_bye() not wait for response on shutdownDaniel Stenberg2019-10-311-1/+1
* url: make Curl_close() NULLify the pointer tooDaniel Stenberg2019-10-306-29/+23
* url: Curl_free_request_state() should also free doh handlesDaniel Stenberg2019-10-291-3/+4
* HTTP3: fix invalid use of sendto for connected UDP socketJavier Blazquez2019-10-281-4/+2
* HTTP3: fix Windows buildJavier Blazquez2019-10-283-9/+14
* schannel: reverse the order of certinfo insertionsFrancois Rivard2019-10-241-1/+5
* conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg2019-10-231-1/+7
* http2_recv: a closed stream trumps pause stateDaniel Stenberg2019-10-181-0/+3
* http2: expire a timeout at end of streamDaniel Stenberg2019-10-181-0/+1
* url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg2019-10-161-0/+10
* security: silence conversion warningMarcel Raad2019-10-131-1/+1
* connect: silence sign-compare warningMarcel Raad2019-10-131-1/+1
* socketpair: fix include and define for older TCP header systemsHarry Sintonen2019-10-101-0/+6
* socketpair: fix double-close in error caseDaniel Stenberg2019-10-101-2/+2
* gskit: use the generic Curl_socketpairDaniel Stenberg2019-10-101-95/+3
* asyn-thread: make use of Curl_socketpair() where availableDaniel Stenberg2019-10-101-12/+14
* socketpair: an implemention for Windows and moreDaniel Stenberg2019-10-103-2/+150
* connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUTDaniel Stenberg2019-10-091-0/+8
* ldap: fix OOM error on missing query stringNicolas2019-10-051-8/+10
* build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta2019-10-059-30/+0
* ngtcp2: adapt to API changeDaniel Stenberg2019-10-041-7/+7
* cookies: change argument type for Curl_flush_cookiesDaniel Stenberg2019-10-034-4/+4
* http2: move state-init from creation to pre-transferDaniel Stenberg2019-10-033-2/+2
* urlapi: fix use-after-free bugDaniel Stenberg2019-10-031-35/+36
* cookie: avoid harmless use after freePaul Dreik2019-10-031-0/+1
* ESNI: initial build/setupNiall2019-10-021-0/+3
* redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg2019-10-021-1/+2
* urlapi: fix URL encoding when setting a full URLDaniel Stenberg2019-10-021-1/+16
* CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde2019-10-024-1/+24
* chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg2019-10-025-24/+39
* checksrc: fix uninitialized variable warningMarcel Raad2019-10-011-1/+1
* urlapi: fix unused variable warningMarcel Raad2019-10-011-0/+2
* lib: silence conversion warningsMarcel Raad2019-10-012-2/+2
* altsvc: accept quoted ma and persist valuesDaniel Stenberg2019-09-301-1/+11
* quiche: update HTTP/3 config creation to new APIlucas2019-09-291-1/+1