summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TESTING enable multiprocessing for CI rundfandrich/ciDan Fandrich2023-05-011-1/+1
* runtests: spawn a new process for the test runnerDan Fandrich2023-05-013-20/+100
* runtests: turn singletest() into a state machineDan Fandrich2023-05-012-141/+206
* runtests: change runner interface to be asynchronousDan Fandrich2023-05-012-13/+196
* runtests: call citest_finishtest in singletestDan Fandrich2023-05-011-8/+21
* runtests: add a runner initialization functionDan Fandrich2023-05-012-16/+37
* runtests: remove directory from server filename variablesDan Fandrich2023-05-014-54/+58
* runtests: reduce package exports after refactoringDan Fandrich2023-05-012-36/+15
* runtests: use a function to obtain $LOGDIR for a testDan Fandrich2023-05-012-21/+43
* amiga: Fix CA certificate paths for AmiSSL and MorphOSAndreas Falkenhahn2023-05-011-0/+8
* http2: (void)-mark when we explicitly ignore the return codeDaniel Stenberg2023-04-301-2/+2
* checksrc: find bad indentation in conditions without open braceDaniel Stenberg2023-04-2817-23/+49
* CI: Set minimal permissions on workflow ngtcp2-quictls.ymlDiogo Teles Sant'Anna2023-04-281-0/+2
* CI: use another glob syntax for matching files on AppveyorDan Fandrich2023-04-281-4/+4
* multi: add multi-ignore logic to multi_socket_actionDaniel Stenberg2023-04-281-5/+16
* http2: do flow window accounting for cancelled streamsStefan Eissing2023-04-283-33/+162
* pingpong: fix compiler warning "assigning an enum to unsigned char"Stefan Eissing2023-04-281-2/+2
* configure: fix detection of apxs (for httpd)Daniel Stenberg2023-04-281-1/+1
* ci: `-Wno-vla` no longer necessaryViktor Szakats2023-04-281-2/+1
* tests/http: make curl_setup.h the first includeMarcel Raad2023-04-284-18/+20
* checksrc: check for spaces before the colon of switch labelsEmanuele Torre2023-04-274-4/+11
* RELEASE-NOTES: syncedDaniel Stenberg2023-04-271-11/+60
* libssh: tell it to use SFTP non-blockingDaniel Stenberg2023-04-271-1/+1
* http2: enlarge the connection windowStefan Eissing2023-04-271-4/+11
* checksrc: fix SPACEBEFOREPAREN for conditions starting with "*"Daniel Stenberg2023-04-2714-20/+22
* docs: minor polishDaniel Stenberg2023-04-2711-25/+24
* ws: fix CONT opcode checkDaniel Stenberg2023-04-271-1/+2
* CI: switch the awslc builds to build out-of-treeDan Fandrich2023-04-271-7/+11
* tests/http: fix out-of-tree buildsDan Fandrich2023-04-273-2/+4
* urlapi: make internal function start with Curl_Daniel Stenberg2023-04-273-3/+3
* cf-socket: turn off IPV6_V6ONLY on Windows if it is supportedYX Hao2023-04-261-1/+19
* urldata: shrink *select_bits int => unsigned charDaniel Stenberg2023-04-266-16/+16
* tests/http: more tests with specific clientsStefan Eissing2023-04-2632-102/+1678
* libssh2: fix crash in keyboard callbackJay Satiro2023-04-261-1/+1
* docs: clarify that more backends have HTTPS proxy supportDaniel Stenberg2023-04-263-3/+11
* KNOWN_BUGS: remove two not-bugsDaniel Stenberg2023-04-261-23/+0
* hostip: add locks around use of global buffer for alarm()Harry Sintonen2023-04-261-4/+15
* 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