summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/vtls/openssl.c: fix typo in an error messagebagder/typosFabian Keil2021-01-111-1/+1
* lib/krb5.c: fix spelling of 'negotiate' in a commentFabian Keil2021-01-111-1/+1
* lib/http.c: fix comment spellingFabian Keil2021-01-111-1/+1
* lib/http.c: fix comment grammarFabian Keil2021-01-111-1/+1
* lib/http.c: add missing 'to' in a commentFabian Keil2021-01-111-1/+3
* lib: fix comment typosFabian Keil2021-01-111-2/+2
* lib: fix comment typoFabian Keil2021-01-111-1/+1
* url: if IDNA conversion fails, fallback to TransitionalDaniel Stenberg2021-01-111-0/+5
* http: make 'authneg' also work for HyperDaniel Stenberg2021-01-105-21/+25
* file: don't provide content-length for directoriesDaniel Stenberg2021-01-071-10/+12
* curl.h: add CURLPROTO_GOPHERS as own protocol identifierDaniel Stenberg2021-01-061-2/+2
* http: have CURLOPT_FAILONERROR fail after all headersDaniel Stenberg2021-01-061-32/+17
* global_init: debug builds allocates a byte in initDaniel Stenberg2021-01-061-1/+14
* pretransfer: setup the User-Agent header hereDaniel Stenberg2021-01-052-14/+14
* 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