summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* multi: add handle asserts in DEBUG buildsStefan Eissing2023-03-222-0/+18
* gskit: various compile errors in OS400jonrumsey2023-03-221-11/+12
* Revert "multi: remove PENDING + MSGSENT handles from the main linked list"Daniel Stenberg2023-03-203-47/+31
* cf-socket: use port 80 when resolving name for local bindDaniel Stenberg2023-03-171-1/+1
* Revert "rtsp: use dynbuf instead of custom reallocs"Daniel Stenberg2023-03-172-16/+35
* libssh: use dynbuf instead of reallocDaniel Stenberg2023-03-162-39/+19
* rtsp: use dynbuf instead of custom reallocsDaniel Stenberg2023-03-162-35/+16
* libssh2: remove unused variable from libssh2's structDaniel Stenberg2023-03-162-5/+1
* multi: remove PENDING + MSGSENT handles from the main linked listDaniel Stenberg2023-03-153-31/+47
* multi: turn link/unlinking easy handles into dedicated functionsDaniel Stenberg2023-03-151-24/+38
* http_aws_sigv4: fix scan-build "value stored to 'ret' is never read"Daniel Stenberg2023-03-151-11/+6
* lib: skip Curl_llist_destroy callsDaniel Stenberg2023-03-153-26/+1
* aws_sigv4: fall back to UNSIGNED-PAYLOAD for sign_as_s3Casey Bodley2023-03-141-55/+140
* wolfssl: add quic/ngtcp2 detection in cmake, and fix buildsViktor Szakats2023-03-141-0/+8
* secure-transport: fix recv return code handlingStefan Eissing2023-03-141-4/+8
* http2: Use KEEP_SEND_HOLD for flow control in HTTP/2Stefan Eissing2023-03-144-10/+9
* 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