aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-02mbedtls: add error message for cert validity starting in the futureBastien Bouclet
2019-11-01schannel_verify: Fix concurrent openings of CA fileJay Satiro
2019-10-31gtls: make gnutls_bye() not wait for response on shutdownDaniel Stenberg
2019-10-30url: make Curl_close() NULLify the pointer tooDaniel Stenberg
2019-10-29url: Curl_free_request_state() should also free doh handlesDaniel Stenberg
2019-10-28HTTP3: fix invalid use of sendto for connected UDP socketJavier Blazquez
2019-10-28HTTP3: fix Windows buildJavier Blazquez
2019-10-24schannel: reverse the order of certinfo insertionsFrancois Rivard
2019-10-23conn-reuse: requests wanting NTLM can reuse non-NTLM connectionsDaniel Stenberg
2019-10-18http2_recv: a closed stream trumps pause stateDaniel Stenberg
2019-10-18http2: expire a timeout at end of streamDaniel Stenberg
2019-10-16url: normalize CURLINFO_EFFECTIVE_URLDaniel Stenberg
2019-10-13security: silence conversion warningMarcel Raad
2019-10-13connect: silence sign-compare warningMarcel Raad
2019-10-10socketpair: fix include and define for older TCP header systemsHarry Sintonen
2019-10-10socketpair: fix double-close in error caseDaniel Stenberg
2019-10-10gskit: use the generic Curl_socketpairDaniel Stenberg
2019-10-10asyn-thread: make use of Curl_socketpair() where availableDaniel Stenberg
2019-10-10socketpair: an implemention for Windows and moreDaniel Stenberg
2019-10-09connect: return CURLE_OPERATION_TIMEDOUT for errno == ETIMEDOUTDaniel Stenberg
2019-10-05ldap: fix OOM error on missing query stringNicolas
2019-10-05build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta
2019-10-04ngtcp2: adapt to API changeDaniel Stenberg
2019-10-03cookies: change argument type for Curl_flush_cookiesDaniel Stenberg
2019-10-03http2: move state-init from creation to pre-transferDaniel Stenberg
2019-10-03urlapi: fix use-after-free bugDaniel Stenberg
2019-10-03cookie: avoid harmless use after freePaul Dreik
2019-10-02ESNI: initial build/setupNiall
2019-10-02redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg
2019-10-02urlapi: fix URL encoding when setting a full URLDaniel Stenberg
2019-10-02CURLMOPT_MAX_CONCURRENT_STREAMS: new setoptKunal Ekawde
2019-10-02chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg
2019-10-01checksrc: fix uninitialized variable warningMarcel Raad
2019-10-01urlapi: fix unused variable warningMarcel Raad
2019-10-01lib: silence conversion warningsMarcel Raad
2019-09-30altsvc: accept quoted ma and persist valuesDaniel Stenberg
2019-09-29quiche: update HTTP/3 config creation to new APIlucas
2019-09-28cookies: using a share with cookies shouldn't enable the cookie engineDaniel Stenberg
2019-09-27setopt: handle ALTSVC set to NULLDaniel Stenberg
2019-09-27FTP: url-decode path before evaluationZenju
2019-09-27vtls: Fix comment typo about macosx-version-min compiler flagjulian
2019-09-26quiche: don't close connection at end of stream!Daniel Stenberg
2019-09-26quiche: set 'drain' when returning without having drained the queuesDaniel Stenberg
2019-09-26Revert "FTP: url-decode path before evaluation"Daniel Stenberg
2019-09-26FTP: url-decode path before evaluationZenju
2019-09-26openssl: use strerror on SSL_ERROR_SYSCALLDaniel Stenberg
2019-09-26url: don't set appconnect time for non-ssl/non-ssh connectionsJay Satiro
2019-09-25ngtcp2: remove fprintf() callsDaniel Stenberg
2019-09-25url: fix the NULL hostname compiler warning caseJay Satiro
2019-09-25altsvc: correct the #ifdef for the ngtcp2 backendDaniel Stenberg