summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* speedcheck: exclude paused transfersDaniel Stenberg2020-12-222-0/+7
* h2: do not wait for RECV on paused transfersDaniel Stenberg2020-12-221-3/+4
* http: Make the call to v4 signatureMatthias Gatto2020-12-212-1/+26
* http: introduce AWS HTTP v4 SignatureMatthias Gatto2020-12-214-0/+365
* http: add hmac support for sha256Matthias Gatto2020-12-212-0/+23
* connect: on linux, enable reporting of all ICMP errors on UDP socketsCristian Rodríguez2020-12-211-0/+14
* c-hyper: fix compiler warningsDaniel Stenberg2020-12-201-7/+6
* build: repair http disabled but mqtt enabled buildDaniel Stenberg2020-12-182-13/+15
* cookie: avoid the C1001 internal compiler error with MSVC 14Jon Wilkes2020-12-181-0/+9
* mqtt: handle POST/PUBLISH without a set POSTFIELDSIZEDaniel Stenberg2020-12-181-1/+9
* lib: introduce c-hyper for using HyperDaniel Stenberg2020-12-187-1105/+2441
* setopt: adjust to Hyper and disabled HTTP buildsDaniel Stenberg2020-12-181-1/+3
* rtsp: disable if Hyper is usedDaniel Stenberg2020-12-182-2/+6
* getinfo: build with disabled HTTP supportDaniel Stenberg2020-12-181-0/+2
* version: include hyper versionDaniel Stenberg2020-12-181-4/+19
* http: show the request as headers even when split-sendingDaniel Stenberg2020-12-173-5/+28
* multi: when erroring in TOOFAST state, act as for PERFORMDaniel Stenberg2020-12-171-1/+9
* 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