summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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