curl/src
Daniel Stenberg ab3bb8cd8b
config2setopts: use default protocol properly
Verified by test 1724, 1725 and 2036

Closes #21983
2026-06-12 12:57:15 +02:00
..
toolx
.checksrc
.gitignore
CMakeLists.txt cmake: drop support for CMake 3.17 and older 2026-03-21 13:24:47 +01:00
config2setopts.c config2setopts: use default protocol properly 2026-06-12 12:57:15 +02:00
config2setopts.h
curl.rc
curlinfo.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
Makefile.am Makefile.am: replace stray := with = [ci skip] 2026-04-06 02:52:08 +02:00
Makefile.inc
mk-file-embed.pl
mkhelp.pl tidy-up: add spaces around equal operators where missing 2026-06-11 19:52:01 +02:00
slist_wc.c
slist_wc.h
terminal.c
terminal.h
tool_cb_dbg.c tidy-up: add space around operators, where missing 2026-05-28 10:12:00 +02:00
tool_cb_dbg.h
tool_cb_hdr.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
tool_cb_hdr.h
tool_cb_prg.c gcc: guard #pragma diagnostic in core code for <4.6, disable picky warnings 2026-03-18 11:33:37 +01:00
tool_cb_prg.h
tool_cb_rea.c tool_cb_rea: make waitfd() return void 2026-03-28 23:00:42 +01:00
tool_cb_rea.h
tool_cb_see.c
tool_cb_see.h
tool_cb_soc.c
tool_cb_soc.h
tool_cb_wrt.c tidy-up: use uppercase TRUE/FALSE where missing 2026-06-09 12:52:08 +02:00
tool_cb_wrt.h
tool_cfgable.c tidy-up: miscellaneous 2026-05-16 01:56:17 +02:00
tool_cfgable.h tool: simplify retrycheck() 2026-04-10 09:38:15 +02:00
tool_dirhie.c tool_dirhie: fix to create drive-relative directory 2026-04-27 12:09:09 +02:00
tool_dirhie.h tool_dirhie: fix to create drive-relative directory 2026-04-27 12:09:09 +02:00
tool_doswin.c tidy-up: drop redundant == NULL syntax 2026-06-09 14:37:36 +02:00
tool_doswin.h
tool_easysrc.c
tool_easysrc.h
tool_filetime.c
tool_filetime.h
tool_findfile.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
tool_findfile.h
tool_formparse.c tidy-up: drop stray casts for allocated pointers 2026-06-05 12:24:01 +02:00
tool_formparse.h tool_formparse: polish error message + make two functions static 2026-05-06 09:15:03 +02:00
tool_getparam.c tool: warn when --ssl and --ftp-ssl-control override each other 2026-06-07 14:42:13 +02:00
tool_getparam.h HTTP/3: add proxy CONNECT and MASQUE CONNECT-UDP support (ngtcp2 QUIC) 2026-05-27 08:49:53 +02:00
tool_getpass.c tidy-up: miscellaneous 2026-05-27 16:53:57 +02:00
tool_getpass.h
tool_help.c tool_help: rectify a bad assert 2026-06-02 08:45:48 +02:00
tool_help.h
tool_helpers.c
tool_helpers.h
tool_hugehelp.h
tool_ipfs.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
tool_ipfs.h
tool_libinfo.c libssh: add support for SHA256 host public keys 2026-05-15 11:49:06 +02:00
tool_libinfo.h libssh: add support for SHA256 host public keys 2026-05-15 11:49:06 +02:00
tool_listhelp.c HTTP/3: add proxy CONNECT and MASQUE CONNECT-UDP support (ngtcp2 QUIC) 2026-05-27 08:49:53 +02:00
tool_main.c build: enable -Wformat-signedness, fix issues found 2026-06-10 15:14:08 +02:00
tool_main.h
tool_msgs.c tool_msgs: avoid null pointer deref for early errors 2026-03-18 10:40:19 +01:00
tool_msgs.h
tool_operate.c build: enable -Wformat-signedness, fix issues found 2026-06-10 15:14:08 +02:00
tool_operate.h Revert "tool: add a retry delay for transfers to same origin on 429" 2026-06-01 09:28:31 +02:00
tool_operhlp.c tool_operhlp: avoid NULL to %s 2026-06-02 08:48:19 +02:00
tool_operhlp.h
tool_paramhlp.c clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
tool_paramhlp.h
tool_parsecfg.c tidy-up: miscellaneous 2026-06-05 16:57:38 +02:00
tool_parsecfg.h
tool_progress.c lib: move all UNITTEST prototypes to C files 2026-03-20 07:47:57 +01:00
tool_progress.h lib: move all UNITTEST prototypes to C files 2026-03-20 07:47:57 +01:00
tool_sdecls.h
tool_setopt.c tool_setopt: return error on OOM correctly 2026-03-24 10:48:03 +01:00
tool_setopt.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
tool_setup.h src: drop detecting and redefining system symbol ftruncate 2026-03-30 13:46:14 +02:00
tool_ssls.c build: enable -Wformat-signedness, fix issues found 2026-06-10 15:14:08 +02:00
tool_ssls.h
tool_stderr.c
tool_stderr.h
tool_urlglob.c build: enable -Wformat-signedness, fix issues found 2026-06-10 15:14:08 +02:00
tool_urlglob.h curl: named globs in output file name for upload glob references 2026-05-13 10:07:50 +02:00
tool_util.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
tool_util.h
tool_version.h
tool_vms.c tidy-up: drop stray comparisons with literal zero 2026-06-10 15:15:54 +02:00
tool_vms.h
tool_writeout.c tidy-up: use uppercase TRUE/FALSE where missing 2026-06-09 12:52:08 +02:00
tool_writeout.h progress: count amount of data "delivered" to application 2026-03-21 23:21:55 +01:00
tool_writeout_json.c tidy-up: use uppercase TRUE/FALSE where missing 2026-06-09 12:52:08 +02:00
tool_writeout_json.h
tool_xattr.c
tool_xattr.h
var.c tidy-up: use uppercase TRUE/FALSE where missing 2026-06-09 12:52:08 +02:00
var.h