summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* runtests: refactor the main test loop into twoDan Fandrich2023-04-223-68/+123
* runtests: track only the current test timings in runner.pmDan Fandrich2023-04-223-53/+81
* runtests: skip test preprocessing when doing -lDan Fandrich2023-04-221-16/+20
* runtests: simplify value returned regarding use of valgrindDan Fandrich2023-04-222-11/+10
* runtests: fix quoting in Appveyor and Azure test integrationDan Fandrich2023-04-222-57/+57
* RELEASE-NOTES: syncedDaniel Stenberg2023-04-191-10/+40
* runtests: spread out the port numbers used by serversDan Fandrich2023-04-181-21/+29
* runtests: fix problems on <killserver> failureDan Fandrich2023-04-181-0/+3
* runtests: fix perl warning when <tool> is wrongDan Fandrich2023-04-181-1/+1
* runtests: don't try to stop stunnel before trying againDan Fandrich2023-04-181-2/+7
* runtests: don't accidentally randomly choose the same portDan Fandrich2023-04-181-10/+10
* runtests: don't attempt to use a port we know is in useDan Fandrich2023-04-181-1/+16
* http-server: fix server name in a log messageDan Fandrich2023-04-181-1/+1
* runtests: refactor into more packagesDan Fandrich2023-04-186-303/+332
* runtests: call timestampskippedevents() in singletestDan Fandrich2023-04-182-10/+1
* runtests: assume a newer Valgrind by defaultDan Fandrich2023-04-182-6/+10
* runtests: refactor test runner code into runner.pmDan Fandrich2023-04-184-833/+989
* runtests: skip unneeded work if test won't be runningDan Fandrich2023-04-181-25/+35
* runtests: factor out singletest_postcheckDan Fandrich2023-04-181-7/+24
* test303: kill server after testDan Fandrich2023-04-181-0/+3
* OS400: provide ILE/RPG usage examplesPatrick Monnerat2023-04-188-0/+920
* 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