summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* gopher: Implement secure gopher protocol.parazyd2020-12-154-0/+59
* mqtt: deal with 0 byte reads correctlyDaniel Stenberg2020-12-151-2/+2
* quiche: remove fprintf() leftoverDaniel Stenberg2020-12-141-1/+0
* digest_sspi: Show InitializeSecurityContext errors in verbose modeJay Satiro2020-12-141-0/+11
* tests/server/disabled: add "wakeup"Daniel Stenberg2020-12-112-0/+8
* ngtcp2: make it build it current master againDaniel Stenberg2020-12-102-4/+4
* connect: defer port selection until connect() timeCristian Rodríguez2020-12-101-1/+6
* connect: zero variable on stack to silence valgrind complaintHans-Christian Noren Egtvedt2020-12-091-0/+1
* urldata: restore comment on ssl_connect_data.useJacob Hoffman-Andrews2020-12-071-3/+3
* openssl: make the OCSP verification verify the certificate idDaniel Stenberg2020-12-071-29/+54
* ftp: make wc_statemach loop instead of recurseDaniel Stenberg2020-12-071-100/+102
* ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg2020-12-071-0/+1
* urlapi: don't accept blank port number field without schemeDaniel Stenberg2020-12-072-5/+10
* Revert "multi: implement wait using winsock events"Daniel Stenberg2020-12-062-153/+3
* ftp: retry getpeername for FTP with TCP_FASTOPENKlaus Crusius2020-12-063-45/+70
* openssl: use OPENSSL_init_ssl() with >= 1.1.0Daniel Stenberg2020-12-031-4/+15
* quiche: close the connectionDaniel Stenberg2020-12-022-8/+15
* ngtcp2: Fix build error due to symbol name changeJay Satiro2020-12-021-4/+4
* cmake: check for linux/tcp.hKlaus Crusius2020-12-013-0/+7
* splay: rename Curl_splayremovebyaddr to Curl_splayremoveDaniel Stenberg2020-12-013-18/+10
* openssl: free mem_buf in error pathDaniel Stenberg2020-12-011-9/+9
* openssl: remove #if 0 leftoverDaniel Stenberg2020-11-301-4/+0
* ntlm: avoid malloc(0) on zero length user and domainDaniel Stenberg2020-11-291-6/+2
* ngtcp2: use the minimal version of QUIC supported by ngtcp2Daiki Ueno2020-11-261-1/+1
* ngtcp2: advertise h3 ALPN unconditionallyDaiki Ueno2020-11-261-17/+5
* vquic/ngtcp2.h: define local_addr as sockaddr_storageDaiki Ueno2020-11-262-4/+5
* socks: check for DNS entries with the right port numberDaniel Stenberg2020-11-261-1/+1
* curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver useDaniel Stenberg2020-11-261-1/+1
* file: avoid duplicated code sequenceEmil Engler2020-11-251-11/+1
* infof/failf calls: fix format specifiersRikard Falkeborn2020-11-248-15/+15
* docs/INTERNALS: remove reference to Curl_sendf()Daniel Stenberg2020-11-241-2/+0
* asyn: use 'struct thread_data *' instead of 'void *'Daniel Stenberg2020-11-233-25/+24
* Makefile.m32: add support for UNICODE buildsViktor Szakats2020-11-231-0/+6
* urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg2020-11-2321-166/+181
* curl: add compatibility for Amiga and GCC 6.5Oliver Urbann2020-11-201-0/+6
* openssl: guard against OOM on context creationDaniel Gustafsson2020-11-191-2/+6
* cmake: use libcurl.rc in all Windows buildsVincent Torri2020-11-191-1/+1
* quiche: remove 'static' from local bufferDaniel Stenberg2020-11-191-1/+1
* cmake: correctly handle linker flags for static libsTobias Hieta2020-11-101-4/+0
* http_proxy: use enum with state names for 'keepon'bagder/http-proxy-keeponDaniel Stenberg2020-11-102-11/+15
* curl_easy_escape: limit output string length to 3 * max inputDaniel Stenberg2020-11-091-1/+1
* Curl_pgrsStartNow: init speed limit time stamps at startDaniel Stenberg2020-11-091-4/+2
* ngtcp2: adapt to recent nghttp3 updatesDaniel Stenberg2020-11-091-0/+1
* altsvc: minimize variable scope and avoid "DEAD_STORE"Daniel Stenberg2020-11-071-2/+1
* url: make sure an HSTS upgrade updates URL and scheme correctlyDaniel Stenberg2020-11-061-2/+20
* hsts: remove debug code leftoversDaniel Stenberg2020-11-061-2/+0
* hsts: Remove pointless call to free in errorpathDaniel Gustafsson2020-11-051-1/+0
* copyright: fix year rangesDaniel Stenberg2020-11-0596-97/+97
* curl.se: new homeDaniel Stenberg2020-11-04313-323/+323
* rtsp: error out on empty Session ID, unified the codeHarry Sintonen2020-11-041-18/+18