summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* GHA: run all linux test jobs with valgrindDaniel Stenberg2023-03-221-12/+12
* GHA-linux: add an address-sanitizer buildDaniel Stenberg2023-03-221-0/+10
* RELEASE-NOTES: syncedcurl-8_0_1Daniel Stenberg2023-03-201-269/+5
* Revert "multi: remove PENDING + MSGSENT handles from the main linked list"Daniel Stenberg2023-03-203-47/+31
* include/curl/curlver.h: bump to 8.0.1Daniel Stenberg2023-03-201-3/+3
* RELEASE-NOTES: syncedcurl-8_0_0Daniel Stenberg2023-03-201-5/+20
* THANKS: from the 8.0.0 releaseDaniel Stenberg2023-03-201-2/+23
* scripts/delta: fix "ambiguous argument" when used in branchesDaniel Stenberg2023-03-181-2/+2
* SECURITY-PROCESS.md: Busy-loops are not security problemsDaniel Stenberg2023-03-181-0/+8
* tests/http: do not save files for downloads in scorecard testingStefan Eissing2023-03-172-7/+13
* cf-socket: use port 80 when resolving name for local bindDaniel Stenberg2023-03-171-1/+1
* curl.h: require gcc 12.1 for the deprecation magicDaniel Stenberg2023-03-171-3/+4
* Revert "rtsp: use dynbuf instead of custom reallocs"Daniel Stenberg2023-03-172-16/+35
* test422: verify --next used without a prior URLDaniel Stenberg2023-03-172-1/+45
* tool_getparam: error if --next is used without a prior URLDaniel Stenberg2023-03-171-0/+4
* libssh: use dynbuf instead of reallocDaniel Stenberg2023-03-162-39/+19
* lib2305: deal with CURLE_AGAINDaniel Stenberg2023-03-162-0/+7
* rtsp: use dynbuf instead of custom reallocsDaniel Stenberg2023-03-162-35/+16
* libssh2: remove unused variable from libssh2's structDaniel Stenberg2023-03-162-5/+1
* RELEASE-NOTES: syncedDaniel Stenberg2023-03-161-10/+30
* multi: remove PENDING + MSGSENT handles from the main linked listDaniel Stenberg2023-03-153-31/+47
* multi: turn link/unlinking easy handles into dedicated functionsDaniel Stenberg2023-03-151-24/+38
* http_aws_sigv4: fix scan-build "value stored to 'ret' is never read"Daniel Stenberg2023-03-151-11/+6
* lib: skip Curl_llist_destroy callsDaniel Stenberg2023-03-153-26/+1
* lib643: LIB644 is never defined, this is dead codeDaniel Stenberg2023-03-151-18/+0
* libtest/Makefile.inc: remove superfluous variablesDaniel Stenberg2023-03-151-175/+0
* tests/http: remove year ranges from copyrightsDaniel Stenberg2023-03-1525-40/+33
* aws_sigv4: fall back to UNSIGNED-PAYLOAD for sign_as_s3Casey Bodley2023-03-1416-55/+1067
* wolfssl: add quic/ngtcp2 detection in cmake, and fix buildsViktor Szakats2023-03-143-60/+87
* secure-transport: fix recv return code handlingStefan Eissing2023-03-141-4/+8
* http2: Use KEEP_SEND_HOLD for flow control in HTTP/2Stefan Eissing2023-03-144-10/+9
* tests: fix control code that hid some text in runtests.1Dan Fandrich2023-03-131-1/+1
* tests: sync option lists in runtests.pl & its man pageDan Fandrich2023-03-132-1/+8
* multi: make multi_perform ignore/unignore signals less oftenDaniel Stenberg2023-03-132-9/+15
* cmake: delete unused HAVE__STRTOI64Viktor Szakats2023-03-132-24/+0
* CI: fix copyright headerViktor Szakats2023-03-131-1/+2
* RELEASE-PROCEDURE.md: update coming release datesDaniel Stenberg2023-03-131-5/+4
* tests/http: add pytest to GHA and improve testsStefan Eissing2023-03-1321-197/+168
* tool_operate: silence unused parameter warningMarcel Raad2023-03-131-0/+1
* build: fix stdint/inttypes detection with non-autotoolsViktor Szakats2023-03-133-6/+9
* RELEASE-NOTES: syncedDaniel Stenberg2023-03-131-11/+52
* ftp: add more conditions for connection reuseDaniel Stenberg2023-03-135-7/+49
* tests: make first.c the same for both lib tests and unit testsDan Fandrich2023-03-122-4/+0
* tests: use AM_CPPFILES to modify flags in unit testsDan Fandrich2023-03-121-6/+6
* Makefile.mk: fix -g option in debug mode [ci skip]Viktor Szakats2023-03-131-1/+1
* tool: improve --stderr handlingJay Satiro2023-03-1214-60/+151
* CI: don't run CI jobs if only another CI was changedDan Fandrich2023-03-1113-6/+212
* http: don't send 100-continue for short PUT requestsDan Fandrich2023-03-1134-75/+30
* tests: add DELAY keyword to more tests using waitsDan Fandrich2023-03-114-0/+4
* tests: hack to build most unit tests under cmakeDan Fandrich2023-03-111-10/+15