summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* urlapi: URL encoding for the URL missed the fragmentDaniel Stenberg2023-04-051-7/+18
* rtsp: convert mallocs to dynbuf for RTP bufferingDaniel Stenberg2023-04-042-43/+20
* rustls: fix error in recv handlingStefan Eissing2023-03-311-61/+88
* http3: improvements across backendsStefan Eissing2023-03-318-1420/+1928
* rtsp: fix Value stored to 'skip_size' is never readDaniel Stenberg2023-03-301-1/+0
* http2: flow control and buffer improvementsStefan Eissing2023-03-305-665/+496
* hostip: refuse to resolve the .onion TLDMatt Jolly2023-03-301-0/+8
* openssl: interop with AWS-LCJim King2023-03-302-11/+29
* vlts: use full buffer size when receiving data if possibleStefan Eissing2023-03-301-4/+36