summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* OS400: improve vararg emulationPatrick Monnerat2023-04-184-0/+76
* OS400: fix and complete ILE/RPG bindingPatrick Monnerat2023-04-182-24/+264
* OS400: implement EBCDIC support for recent featuresPatrick Monnerat2023-04-184-94/+163
* OS400: rework build scriptsPatrick Monnerat2023-04-185-81/+37
* tests/sshserver.pl: Define AddressFamily earlierSevan Janiyan2023-04-181-1/+2
* quiche: Enable IDLE egress handlingStefan Eissing2023-04-181-2/+2
* docs/examples/protofeats.c: Outputs all protocols and featuresDaniel Stenberg2023-04-182-0/+53
* tests/keywords.pl: removeDaniel Stenberg2023-04-171-159/+0
* http2: support HTTP/2 to forward proxies, non-tunnelingStefan Eissing2023-04-1728-823/+1521
* curl_easy_unescape.3: rename the argumentDaniel Stenberg2023-04-171-5/+5
* autotools: sync up clang picky warnings with cmakeViktor Szakats2023-04-171-3/+20
* tests/libtest/lib1900.c: removeDaniel Stenberg2023-04-171-250/+0
* src/tool_operhlp.c: fix value stored to 'uerr' is never readDaniel Stenberg2023-04-171-1/+1
* cmake: speed up and extend picky clang/gcc optionsViktor Szakats2023-04-163-22/+199
* 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