summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* curl_easy_unescape.3: rename the argumentbagder/unescape-arg-nameDaniel Stenberg2023-04-161-5/+5
* 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
* RELEASE-NOTES: syncedDaniel Stenberg2023-04-151-7/+83
* curl: do NOT append file name to path for upload when there's a queryDaniel Stenberg2023-04-153-2/+62
* libcurl-thread.3: improved name resolver wordingDaniel Stenberg2023-04-141-20/+24
* CURLOPT_PROXY_SSL_VERIFYPEER.3: fix minor grammar mistakeColman Mbuya2023-04-141-1/+1
* curl: add --proxy-http2Daniel Stenberg2023-04-145-2/+31
* KNOWN_BUGS: remove fixed or outdated issues, move non-bugsDaniel Stenberg2023-04-144-146/+69
* 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
* GHA: suppress git clone outputPhilip H2023-04-131-1/+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
* GHA: suppress git clone outputPhilip H2023-04-134-26/+26
* tests: make test_12_01 a bit more forgiving on connection countsStefan Eissing2023-04-131-5/+2
* cf-socket: add socket recv buffering for most tcp casesStefan Eissing2023-04-131-134/+113
* urlapi: cleanupsDaniel Stenberg2023-04-135-360/+275
* 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
* CMakeLists.txt: fix typo for Haiku detectionDouglas R. Reno2023-04-121-1/+1
* pathhelp: use the cached $use_cygpath when availableDan Fandrich2023-04-111-9/+6
* runtests: eliminate unneeded variableDan Fandrich2023-04-111-4/+2
* runtests: make the # of server start attempts a constantDan Fandrich2023-04-111-9/+10
* runtests: on startup failure call displaylogs only in serverfortestDan Fandrich2023-04-112-27/+5
* runtests: return an error code with startservers()Dan Fandrich2023-04-112-142/+155
* runtests: abort early if runpingpongserver is given a bad server typeDan Fandrich2023-04-111-7/+8
* runtests: don't use the SMB server verification time as referenceDan Fandrich2023-04-111-1/+0
* tests: factor out the test server management codeDan Fandrich2023-04-115-2883/+3094
* runtests: remove an inappropriate use of runclientoutputDan Fandrich2023-04-111-1/+1
* runtests: only add $LIBDIR to the path for checktestcmdDan Fandrich2023-04-111-4/+4
* tests: log sshserver.pl messages to a fileDan Fandrich2023-04-114-88/+85
* runtests: also show DISABLED tests with -lDan Fandrich2023-04-111-3/+3
* runtests: move the UNIX sockets into $PIDDIRDan Fandrich2023-04-115-6/+9
* tests: tighten up perl exportsDan Fandrich2023-04-1110-162/+123
* tests: turn perl modules into full packagesDan Fandrich2023-04-1112-53/+145