summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compressed.d: clarify the words on "not notifying headers"Daniel Stenberg2023-05-091-1/+5
* libssh2: free fingerprint betterDaniel Stenberg2023-05-081-2/+1
* CURLOPT_IPRESOLVE.3: clarify that this for host names, not IP addressesDaniel Stenberg2023-05-081-2/+7
* hostip: enforce a maximum DNS cache size independent of timeout valueDaniel Stenberg2023-05-082-13/+42
* hostip: store dns timeout as 'int'Daniel Stenberg2023-05-081-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2023-05-081-10/+51
* tool_operate: refuse (--data or --form) and --continue-at comboDaniel Stenberg2023-05-083-9/+54
* transfer: refuse POSTFIELDS + RESUME_FROM comboDaniel Stenberg2023-05-081-0/+6
* ipv4.d/ipv6.d: they are "mutex", not "boolean"Daniel Stenberg2023-05-082-6/+6
* docs/SECURITY-ADVISORY.md: how to write a curl security advisoryDaniel Stenberg2023-05-083-1/+132
* MANUAL.md: add dict example for looking up a single definitionnobedee on github2023-05-051-2/+5
* runtests: fix -c option when run with valgrindDan Fandrich2023-05-053-10/+27
* runtests: support creating more than one runner processDan Fandrich2023-05-052-33/+72
* runtests: spawn a new process for the test runnerDan Fandrich2023-05-053-21/+110
* runtests: turn singletest() into a state machineDan Fandrich2023-05-052-140/+210
* runtests: change runner interface to be asynchronousDan Fandrich2023-05-052-14/+210
* runtests: call citest_finishtest in singletestDan Fandrich2023-05-051-8/+21
* runtests: add a runner initialization functionDan Fandrich2023-05-052-16/+37
* runtests: remove directory from server filename variablesDan Fandrich2023-05-054-54/+58
* runtests: reduce package exports after refactoringDan Fandrich2023-05-052-36/+15
* runtests: use a function to obtain $LOGDIR for a testDan Fandrich2023-05-052-21/+44
* tool_cb_hdr: Fix 'Location:' formatting for early VTE terminalsJay Satiro2023-05-051-0/+9
* quiche: disable pacing while pacing is not actually performedFrançois Michel2023-05-031-0/+1
* easy_cleanup: require a "good" handle to actDaniel Stenberg2023-05-021-8/+6
* 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