summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* c-hyper: poll the tasks until end correctlyDaniel Stenberg2021-01-052-3/+3
* mk-ca-bundle.pl: deterministic output when using -tGergely Nagy2021-01-051-1/+1
* wolfssl: add SECURE_RENEGOTIATION supportHimanshu Gupta2021-01-051-0/+7
* wolfssl: update copyright year rangeDaniel Stenberg2021-01-051-1/+1
* c-hyper: make CURLE_GOT_NOTHING workDaniel Stenberg2021-01-051-3/+8
* http_proxy: make CONNECT work with the Hyper backendDaniel Stenberg2021-01-053-48/+284
* wolfssl: Support wolfSSL builds missing TLS 1.1Jay Satiro2021-01-041-1/+6
* httpauth: make multi-request auth work with custom portDaniel Stenberg2021-01-024-9/+15
* language: s/behaviour/behavior/gEmil Engler2021-01-029-19/+19
* c-hyper: add timecondition to the requestDaniel Stenberg2021-01-013-5/+23
* c-hyper: make Digest and NTLM workDaniel Stenberg2020-12-301-0/+7
* cleanup: fix two empty expression statement has no effectDaniel Stenberg2020-12-301-5/+8
* dns: extend CURLOPT_RESOLVE syntax for adding non-permanent entriesPaul Groke2020-12-293-18/+33
* schannel: fix "empty expression statement has no effect"Daniel Stenberg2020-12-291-8/+6
* misc: assorted typo fixesXhmikosR2020-12-262-2/+2
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-268-52/+67
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-2524-56/+57
* 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