summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ngtcp2: use 0.15.0bagder/bump-ngtcp2Daniel Stenberg2023-04-265-34/+31
* curl_path: bring back support for SFTP path ending in /~Daniel Stenberg2023-04-261-14/+17
* docs/libcurl/curl_*escape.3: rename "url" argument to "input"/"string"Emanuele Torre2023-04-263-14/+14
* docs/libcurl: minor cleanupsEmanuele Torre2023-04-265-10/+10
* man pages: simplify the .TH sectionsDaniel Stenberg2023-04-26487-488/+488
* hostcheck: fix host name wildcard checkingDaniel Stenberg2023-04-265-180/+202
* smbserver: remove temporary files before exitDan Fandrich2023-04-251-1/+54
* Websocket en-/decodingStefan Eissing2023-04-258-502/+879
* urldata: copy CURLOPT_AWS_SIGV4 value on handle duplicationPatrick Monnerat2023-04-251-2/+1
* http3: expire unpaused transfers in all HTTP/3 backendsStefan Eissing2023-04-253-0/+46
* http2: always EXPIRE_RUN_NOW unpaused http/2 transfersStefan Eissing2023-04-251-0/+9
* http2: pass `stream` to http2_handle_stream_close to avoid NULL checksStefan Eissing2023-04-251-5/+5
* h2/h3: replace `state.drain` counter with `state.dselect_bits`Stefan Eissing2023-04-258-169/+151
* socketpair: verify with a random valueDaniel Stenberg2023-04-252-6/+12
* HTTP3: document the ngtcp2/nghttp3 versions to use for building curlStefan Eissing2023-04-251-6/+15
* lib: unify the upload/method handlingDaniel Stenberg2023-04-2515-38/+36
* RELEASE-NOTES: syncedDaniel Stenberg2023-04-251-0/+4
* CI: don't run CI jobs if only another CI was changedDan Fandrich2023-04-244-0/+35
* CI: adjust labeler match patternsDan Fandrich2023-04-241-1/+3
* runtests: support buffering log messages in runner & serversDan Fandrich2023-04-245-33/+100
* runtests: more consistently use logmsg in server control codeDan Fandrich2023-04-241-15/+16
* runtests: create runner functions for clearlocks and stopserversDan Fandrich2023-04-243-6/+24
* runtests: tightened servers package exportsDan Fandrich2023-04-243-8/+28
* runtests: display logs on server failure in singletest()Dan Fandrich2023-04-242-22/+29
* runtests: turn a print into a logmsgDan Fandrich2023-04-241-3/+4
* 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
* runtests: move showdiff into runtests.plDan Fandrich2023-04-222-45/+46
* devtest: add a new script for testing the test harnessDan Fandrich2023-04-222-1/+194
* 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