summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* copyright: fix the year ranges for two filesDaniel Stenberg2019-12-021-1/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-0121-47/+33
* openssl: retrieve reported LibreSSL version at runtimeJay Satiro2019-12-011-6/+24
* strerror: Add Curl_winapi_strerror for Win API specific errorsJay Satiro2019-12-013-350/+245
* global_init: undo the "intialized" bump in case of failureDaniel Stenberg2019-12-021-5/+9
* parsedate: offer a getdate_capped() alternativeDaniel Stenberg2019-11-296-9/+36
* sha256: bump the copyright year rangeDaniel Stenberg2019-11-281-1/+1
* curl_setup_once: consistently use WHILE_FALSE in macrosDaniel Gustafsson2019-11-283-4/+4
* http_ntlm: Remove duplicate NSS initialisationSteve Holme2019-11-281-8/+1
* checksrc: fix regexp for ASSIGNWITHINCONDITIONDaniel Gustafsson2019-11-282-2/+1
* doh: use dedicated probe slotsNiall2019-11-282-41/+63
* 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