summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi: make multi_perform ignore/unignore signals less oftenDaniel Stenberg2023-03-132-9/+15
* cmake: delete unused HAVE__STRTOI64Viktor Szakats2023-03-131-23/+0
* build: fix stdint/inttypes detection with non-autotoolsViktor Szakats2023-03-131-1/+9
* ftp: add more conditions for connection reuseDaniel Stenberg2023-03-135-7/+49
* Makefile.mk: fix -g option in debug mode [ci skip]Viktor Szakats2023-03-131-1/+1
* http: don't send 100-continue for short PUT requestsDan Fandrich2023-03-111-1/+10
* http2: fix error handling during parallel operationsStefan Eissing2023-03-101-88/+91
* url: only reuse connections with same GSS delegationDaniel Stenberg2023-03-102-0/+7
* lib: silence clang/gcc -Wvla warnings in brotli headersViktor Szakats2023-03-102-0/+16
* curl_path: create the new path with dynbufDaniel Stenberg2023-03-101-40/+35
* url: remove dummy protocol handlerDaniel Stenberg2023-03-102-33/+2
* url: fix the SSH connection reuse checkDaniel Stenberg2023-03-101-1/+1
* telnet: only accept option arguments in asciiDaniel Stenberg2023-03-101-0/+15
* url: fix cookielist memleak when curl_easy_resetJay Satiro2023-03-101-3/+5
* wolfSSL: ressurect the BIO `io_result`Stefan Eissing2023-03-101-5/+34
* gssapi: align global `gss_OID_desc` vars to silence ld warnings on macOS venturaStefan Eissing2023-03-101-2/+8
* libssh2: only set the memory callbacks when debuggingDaniel Stenberg2023-03-101-1/+10
* headers: make curl_easy_header and nextheader return different buffersDaniel Stenberg2023-03-092-9/+10
* urlapi: take const args in _dup and _get functionsrcombs2023-03-081-3/+3
* urlapi: avoid mutating internals in getter routinercombs2023-03-081-7/+3
* urlapi: '%' is illegal in host namesDaniel Stenberg2023-03-081-1/+1
* ftp: make the 'ftpauth' a more normal 'char *'-arrayDaniel Stenberg2023-03-081-1/+1
* misc: fix typosViktor Szakats2023-03-082-2/+2
* ftp: active mode with SSL, add the damn filterStefan Eissing2023-03-071-0/+6
* url: fix logic in connection reuse to deny reuse on "unclean" connectionsStefan Eissing2023-03-0714-190/+134
* x509asn1: use plain %x, not %lx, when the arg is an intDaniel Stenberg2023-03-061-1/+1
* http2: fix handling of RST and GOAWAY to recognize partial transfersStefan Eissing2023-03-061-4/+23
* connect: fix time_connect and time_appconnect timer statisticsStefan Eissing2023-03-069-53/+185
* cookie: don't load cookies again when flushingDaniel Stenberg2023-03-061-9/+3
* rand: use arc4random as fallback when availableHarry Sintonen2023-03-061-0/+9
* cmake: fix enabling LDAPS on WindowsViktor Szakats2023-03-051-0/+8
* Makefile.mk: delete redundant `HAVE_LDAP_SSL` macro [ci skip]Viktor Szakats2023-03-051-3/+0
* schannel: loop over the algos to pick the selected oneDaniel Stenberg2023-03-031-63/+68
* wildcard: remove files and move functions into ftplistparser.cDaniel Stenberg2023-03-036-146/+72
* ftp: allocate the wildcard struct on demandDaniel Stenberg2023-03-037-24/+33
* urlapi: parse IPv6 literals without ENABLE_IPV6Brad Spencer2023-03-033-12/+29
* socket: detect "dead" connections better, e.g. not fit for reuseStefan Eissing2023-03-022-20/+25
* lib: give source files cf-http.* better fitting namesStefan Eissing2023-03-025-5/+5
* http2: fix code indentStefan Eissing2023-03-021-11/+11
* cf-socket: if socket is already connected, return CURLE_OKShankar Jadhavar2023-03-011-0/+5
* DYNBUF.md: note Curl_dyn_add* calls Curl_dyn_free on failureJay Satiro2023-03-011-2/+1
* http2: fix upload busy loopStefan Eissing2023-03-011-41/+52
* sectransp: make read_cert() use a dynbuf when loadingDaniel Stenberg2023-03-011-26/+15
* transfer: limit Windows SO_SNDBUF updates to once a secondJay Satiro2023-03-012-1/+13
* http2: fix for http2-prior-knowledge when reusing connectionsStefan Eissing2023-02-281-1/+2
* cf-socket: fix handling of remote addr for accepted tcp socketsStefan Eissing2023-02-281-3/+35
* http: fix unix domain socket use in https connectsStefan Eissing2023-02-283-7/+9
* setopt: move the CURLOPT_CHUNK_DATA pointer to the set structDaniel Stenberg2023-02-285-9/+5
* quic/schannel: fix compiler warningsViktor Szakats2023-02-284-8/+14
* mqtt: on send error, return errorDaniel Stenberg2023-02-281-2/+3