summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* cookie: parse without sscanf()Daniel Stenberg2023-02-201-116/+118
* parsedate: replace sscanf( for time stamp parsingDaniel Stenberg2023-02-201-11/+50
* parsedate: parse strings without using sscanf()Daniel Stenberg2023-02-201-48/+50
* socketpair: allow EWOULDBLOCK when reading the pair check bytesDaniel Stenberg2023-02-201-5/+56
* curl_setup: Suppress OpenSSL 3 deprecation warningsJay Satiro2023-02-181-0/+6
* urldata: remove `now` from struct SingleRequest - not neededStefan Eissing2023-02-173-8/+7
* urlapi: do the port number extraction without using sscanf()Daniel Stenberg2023-02-171-27/+10
* setopt: allow HTTP3 when HTTP2 is not definedStefan Eissing2023-02-171-13/+29
* os400: correct Curl_os400_sendto()jonrumsey2023-02-171-1/+1
* socks: allow using DoH to resolve host namesDaniel Stenberg2023-02-171-2/+2
* connnect: fix timeout handling to use full durationStefan Eissing2023-02-161-6/+12
* http:: include stdint.h more readilyHarry Sintonen2023-02-161-1/+1
* http2: set drain on stream endHarry Sintonen2023-02-161-0/+8
* http2: buffer/pausedata and output flush fix.Stefan Eissing2023-02-161-12/+3
* krb5: silence cast-align warningMarcel Raad2023-02-161-1/+1
* openssl: rename 'errcode_t' to 'sslerr_t'Daniel Stenberg2023-02-141-5/+5
* openssl: test and fix for forward proxy handling (non-tunneling).Stefan Eissing2023-02-131-6/+22
* content_encoding: do not reset stage counter for each headerPatrick Monnerat2023-02-132-4/+4
* multi: stop sending empty HTTP/3 UDP datagrams on WindowsJay Satiro2023-02-131-2/+18
* h3: silence compiler warningsViktor Szakats2023-02-122-0/+5
* smb: return error on upload without sizeDaniel Stenberg2023-02-121-0/+6
* windows: always use curl's basename() implementationViktor Szakats2023-02-121-0/+7
* setopt: Address undefined behaviour by checking for nullJames Keast2023-02-111-1/+1
* rustls: improve error messagesJacob Hoffman-Andrews2023-02-111-10/+22
* openssl: remove dead codeDaniel Stenberg2023-02-111-6/+1
* ngtcp2: replace removed define and stop using removed functionDaniel Stenberg2023-02-111-10/+2
* vquic: stabilization and improvementsStefan Eissing2023-02-105-668/+1050
* ws: fix recv of larger framesDaniel Stenberg2023-02-106-23/+52
* HTTP/[23]: continue upload when state.drain is setStefan Eissing2023-02-092-13/+16
* http2: minor buffer and error path fixesStefan Eissing2023-02-091-4/+13
* openldap: fix missing sasl symbols at build in specific configsFederico Pellegrin2023-02-093-3/+6
* ws: use %Ou for outputting curl_off_t with info()Daniel Stenberg2023-02-091-1/+1
* curl_setup: Disable by default recv-before-send in WindowsJay Satiro2023-02-091-5/+7
* http2: aggregate small SETTINGS/PRIO/WIN_UPDATE framesStefan Eissing2023-02-082-42/+103
* openssl: store the CA after first send (ClientHello)Stefan Eissing2023-02-081-64/+35
* wolfssl: remove deprecated post-quantum algorithmsAnthony Hu2023-02-081-20/+0
* misc: fix spellingJohn Bampton2023-02-085-5/+5
* vtls: infof using %.*s needs to provide the length as intDaniel Stenberg2023-02-071-1/+1
* vrls: addressing issues reported by coverityStefan Eissing2023-02-071-2/+2
* setopt: use >, not >=, when checking if uarg is larger than uint-maxDaniel Stenberg2023-02-061-4/+4
* vtls: fix failf() format argument type for %.*s handlingDaniel Stenberg2023-02-061-1/+1
* openssl: fix "Improper use of negative value"Daniel Stenberg2023-02-061-1/+4
* ws: fix multiframe send handlingMike Duglas2023-02-061-2/+12
* urlapi: fix part of conditional expression is always true: qlenPronyushkin Petr2023-02-061-1/+1
* url: fix part of conditional expression is always truePronyushkin Petr2023-02-061-1/+1
* fopen: remove unnecessary assignmentKvarec Lezki2023-02-051-1/+0
* http_aws_sigv4: remove typecasts from HMAC_SHA256 macroKvarec Lezki2023-02-031-2/+2
* doh: ifdef IPv6 codeKvarec Lezki2023-02-031-0/+2
* urlapi: remove pathlen assignmentDaniel Stenberg2023-02-031-1/+0
* http: fix "part of conditional expression is always false"Kvarec Lezki2023-02-031-2/+3