summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: fix thread-safety bug in error-handlingDavid Benjamin2019-11-281-2/+3
* XFERINFOFUNCTION: support CURL_PROGRESSFUNC_CONTINUEJohn Schroeder2019-11-261-7/+11
* TLS: add BearSSL vtls implementationMichael Forney2019-11-267-4/+918
* multi: add curl_multi_wakeup()Gergely Nagy2019-11-253-3/+124
* schannel: fix --tls-max for when min is --tlsv1 or defaultXiaoyin Liu2019-11-241-4/+0
* openssl: Revert to less sensitivity for SYSCALL errorsJay Satiro2019-11-221-13/+59
* openssl: improve error message for SYSCALL during connectDaniel Stenberg2019-11-221-1/+6
* include: make CURLE_HTTP3 use a new error codeDaniel Stenberg2019-11-211-0/+1
* ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez2019-11-186-37/+218
* altsvc: bump to h3-24Daniel Stenberg2019-11-181-2/+2
* ngtcp2: free used resources on disconnectDaniel Stenberg2019-11-182-7/+17
* ngtcp2: handle key updates as ngtcp2 master branch tells usDaniel Stenberg2019-11-182-3/+36
* multi: Fix curl_multi_poll wait when extra_fds && !extra_nfdsGergely Nagy2019-11-171-1/+1
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-177-7/+9
* doh: improced both encoding and decodingNiall2019-11-162-26/+56
* 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