summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* socketpair: verify with a random valueDaniel Stenberg2023-04-252-6/+12
* lib: unify the upload/method handlingDaniel Stenberg2023-04-2515-38/+36
* http: store the password in the correct variableDaniel Stenberg2023-04-241-1/+1
* HTTP3/quiche: terminate h1 response header when no body is sentStefan Eissing2023-04-241-0/+6
* quiche: Enable IDLE egress handlingStefan Eissing2023-04-181-2/+2
* http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing2023-04-1716-678/+1165
* nbtlm: use semicolons instead of commas for (void) argsAndreas Falkenhahn2023-04-161-2/+2
* multi: free up more data earleier in DONEDaniel Stenberg2023-04-151-8/+9
* url: fix PVS nitsDaniel Stenberg2023-04-141-22/+16
* bufq: simplify since expression is always trueDaniel Stenberg2023-04-141-14/+12
* hash: fix assigning same valueDaniel Stenberg2023-04-141-1/+0
* cookie: address PVS nitsDaniel Stenberg2023-04-141-14/+7
* cf-socket: Disable socket receive buffer by defaultStefan Eissing2023-04-141-3/+12
* cf-h2-proxy: fix processing ingress to stop too earlyStefan Eissing2023-04-131-4/+1
* http3: check stream_ctx more thoroughly in all backendsStefan Eissing2023-04-133-26/+109
* ftp: fix 'portsock' variable was assigned the same valueDaniel Stenberg2023-04-131-2/+0
* ftp: remove dead codeDaniel Stenberg2023-04-131-8/+2
* cf-h1-proxy: skip an extra NULL assignDaniel Stenberg2023-04-131-3/+1
* cf-socket: remove dead code discovered by PVSStefan Eissing2023-04-131-4/+0
* http: skip a double NULL assignDaniel Stenberg2023-04-131-18/+12
* mime: skip NULL assigns after Curl_safefree()Daniel Stenberg2023-04-131-4/+0
* rtsp: skip NULL assigns after Curl_safefree()Daniel Stenberg2023-04-131-4/+0
* smb: remove double assignDaniel Stenberg2023-04-131-1/+0
* transfer: skip extra assignDaniel Stenberg2023-04-131-1/+0
* urlapi: skip a pointless assignDaniel Stenberg2023-04-131-1/+0
* cf-socket: add socket recv buffering for most tcp casesStefan Eissing2023-04-131-134/+113
* urlapi: cleanupsDaniel Stenberg2023-04-133-341/+256
* http2: fix typo in infof() callJosh McCullough2023-04-131-1/+1
* noproxy: pointer to local array 'hostip' is stored outside scopeDaniel Stenberg2023-04-121-1/+1
* connect: fix https connection setup to treat ssl_mode correctlyStefan Eissing2023-04-121-3/+2
* multi: remove a few superfluous assignsDaniel Stenberg2023-04-111-6/+2
* schannel: add clarifying commentDaniel Stenberg2023-04-111-2/+4
* cookie: clarify that init with data set to NULL reads no fileDaniel Stenberg2023-04-112-61/+50
* vtls: remove int typecast for sizeof()Kvarec Lezki2023-04-111-1/+1
* http2: fix copynpaste error reported by coverityStefan Eissing2023-04-111-89/+98
* http2: avoid possible null pointer dereferenceDaniel Stenberg2023-04-111-1/+3
* urlapi: prevent setting invalid schemes with *url_set()Daniel Stenberg2023-04-091-3/+13
* http2: remove unused Curl_http2_strerror function declarationBiswapriyo Nath2023-04-091-2/+0
* config-dos.h: fix SIZEOF_CURL_OFF_T for MS-DOS/DJGPPSuperIlu on github2023-04-081-1/+1
* lib: remove CURLX_NO_MEMORY_CALLBACKSDaniel Stenberg2023-04-082-44/+0
* CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2Daniel Stenberg2023-04-086-17/+32
* http2: remove check for !data after it was already dereferencedDaniel Stenberg2023-04-071-1/+1
* http_proxy: provide missing arg to infof() callDaniel Stenberg2023-04-071-1/+1
* content_encoding: only do tranfer-encoding compression if asked toDaniel Stenberg2023-04-072-2/+9
* lib/cmake: add HAVE_WRITABLE_ARGV checkDaniel Stenberg2023-04-061-0/+11
* vtls: fix build error when proxy-disabledDaniel Stenberg2023-04-061-4/+10
* http2: move HTTP/2 stream vars into local contextStefan Eissing2023-04-065-344/+375
* proxy: http2 proxy tunnel implementationStefan Eissing2023-04-0625-1473/+3219
* vtls and h2 improvementsStefan Eissing2023-04-063-48/+25
* urlapi: detect and error on illegal IPv4 addressesDaniel Stenberg2023-04-061-28/+41