Daniel Stenberg fcb59534e3 curl: --continue-at is mutually exclusive with --range před 1 týdnem
..
.checksrc 08949637d5 tool_getparam: replace two uses of strncpy(), ban strncpy před 2 měsíci
.gitignore 8a3740bc8e curl: support embedding a CA bundle před 4 měsíci
CMakeLists.txt 9126eb5a8a cmake: replace `CURL_*_DIR` with `{PROJECT,CMAKE_CURRENT}_*_DIR` před 1 měsícem
Makefile.am 0aece8f66d tidy-up: indent, whitespace, `#error` in make files před 2 měsíci
Makefile.inc c074ba64a8 code: language cleanup in comments před 5 měsíci
Makefile.mk f6955e4215 Makefile.mk: update to use Markdown sources for manual před 3 měsíci
curl.rc d13a3a6635 (lib)curl.rc: set debug flag also for `CURLDEBUG` and `UNITTESTS` před 6 měsíci
mk-file-embed.pl 6478a36b66 src: guard for double declaration of `curl_ca_embed` in unity builds před 1 měsícem
mkhelp.pl 453d032b26 tidy-up: misc build, tests, `lib/macos.c` před 3 měsíci
slist_wc.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
slist_wc.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
terminal.c 9cc246401e source: avoid use of 'very' in comments před 1 měsícem
terminal.h 6946b3a799 curl: make warnings and other messages aware of terminal width před 6 měsíci
tool_binmode.c 5e70566094 build: detect and use `_setmode()` with Cygwin/MSYS, also use on Windows před 2 měsíci
tool_binmode.h 5e70566094 build: detect and use `_setmode()` with Cygwin/MSYS, also use on Windows před 2 měsíci
tool_bname.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_bname.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_cb_dbg.c cd2b45201a src/lib: remove redundant ternary operators před 1 měsícem
tool_cb_dbg.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_cb_hdr.c b0c82239c2 tool: support --show-headers AND --remote-header-name před 2 měsíci
tool_cb_hdr.h b0c82239c2 tool: support --show-headers AND --remote-header-name před 2 měsíci
tool_cb_prg.c fbf5d507ce lib/src: white space edits to comply better with code style před 2 měsíci
tool_cb_prg.h 6946b3a799 curl: make warnings and other messages aware of terminal width před 6 měsíci
tool_cb_rea.c fbf5d507ce lib/src: white space edits to comply better with code style před 2 měsíci
tool_cb_rea.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_cb_see.c c04504885d src: fix potential macro confusion in cmake unity builds před 3 měsíci
tool_cb_see.h 9fc4b2c78c tool: move tool_ftruncate64 to tool_util.c před 7 měsíci
tool_cb_soc.c ab6d5442e8 curl: (on linux) add MPTCP support před 6 měsíci
tool_cb_soc.h ab6d5442e8 curl: (on linux) add MPTCP support před 6 měsíci
tool_cb_wrt.c b0c82239c2 tool: support --show-headers AND --remote-header-name před 2 měsíci
tool_cb_wrt.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_cfgable.c 469f53686a curl: detect ECH support dynamically, not at build time před 1 měsícem
tool_cfgable.h a06c0a5bce Rename struct var to fix AIX build před 3 týdny
tool_dirhie.c c04504885d src: fix potential macro confusion in cmake unity builds před 3 měsíci
tool_dirhie.h 741f7ed4bc tool: use errorf() for error output před 1 rokem
tool_doswin.c a72b479dec build: fix MSVC UWP builds před 2 týdny
tool_doswin.h f383a17617 tool_doswin: simplify; remove unused options and strncpy calls před 2 měsíci
tool_easysrc.c 573e7e827e lib, src: delete stray `curl_` prefix from printf calls před 3 měsíci
tool_easysrc.h 3829759bd0 build: enable missing OpenSSF-recommended warnings, with fixes před 1 rokem
tool_filetime.c bc2f72b9ae tidy-up: rename `CURL_WINDOWS_APP` to `CURL_WINDOWS_UWP` před 2 měsíci
tool_filetime.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows před 1 rokem
tool_findfile.c 573e7e827e lib, src: delete stray `curl_` prefix from printf calls před 3 měsíci
tool_findfile.h e9a7d4a1c8 windows: use built-in `_WIN32` macro to detect Windows před 1 rokem
tool_formparse.c c04504885d src: fix potential macro confusion in cmake unity builds před 3 měsíci
tool_formparse.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_getparam.c fcb59534e3 curl: --continue-at is mutually exclusive with --range před 1 týdnem
tool_getparam.h cbafcec50b curl: --test-duphandle in debug builds runs "duphandled" před 1 měsícem
tool_getpass.c 7660a28093 tool_getpass: replace `getch()` call with `_getch()` on Windows před 2 týdny
tool_getpass.h c074ba64a8 code: language cleanup in comments před 5 měsíci
tool_help.c ce7d0d4137 ipfs: add options to disable před 2 měsíci
tool_help.h 53146dd262 tool_help: handle longer lines, exit on too long před 4 měsíci
tool_helpers.c b0c82239c2 tool: support --show-headers AND --remote-header-name před 2 měsíci
tool_helpers.h 1a89538347 src: tidy up types, add necessary casts před 6 měsíci
tool_hugehelp.c.cvs eb5c3f3707 buildconf.bat: fix tool_hugehelp.c generation před 3 měsíci
tool_hugehelp.h 9a0cf56471 curl: --help [option] displays documentation for given cmdline option před 4 měsíci
tool_ipfs.c ce7d0d4137 ipfs: add options to disable před 2 měsíci
tool_ipfs.h ce7d0d4137 ipfs: add options to disable před 2 měsíci
tool_libinfo.c 469f53686a curl: detect ECH support dynamically, not at build time před 1 měsícem
tool_libinfo.h 469f53686a curl: detect ECH support dynamically, not at build time před 1 měsícem
tool_listhelp.c 962097b8dd TLS: TLSv1.3 earlydata support for curl před 2 měsíci
tool_main.c fb711b5098 build: fix clang-cl builds, add CI job před 1 měsícem
tool_main.h e5bb88b8f8 tool: use our own stderr variable před 1 rokem
tool_msgs.c 573e7e827e lib, src: delete stray `curl_` prefix from printf calls před 3 měsíci
tool_msgs.h 3829759bd0 build: enable missing OpenSSF-recommended warnings, with fixes před 1 rokem
tool_operate.c bc34ebc87b curl.h: mark two error codes as obsolete před 3 týdny
tool_operate.h 59831f8061 tool_operate: split up the huge single_transfer into sub functions před 1 měsícem
tool_operhlp.c cd2b45201a src/lib: remove redundant ternary operators před 1 měsícem
tool_operhlp.h 0cfc7fcca1 tool_cb_wrt: use "curl_response" if no file name in URL před 2 měsíci
tool_paramhlp.c 573e7e827e lib, src: delete stray `curl_` prefix from printf calls před 3 měsíci
tool_paramhlp.h ad6320b8a5 tool_paramhlp: bump maximum post data size in memory to 16GB před 4 měsíci
tool_parsecfg.c cd2b45201a src/lib: remove redundant ternary operators před 1 měsícem
tool_parsecfg.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_progress.c c04504885d src: fix potential macro confusion in cmake unity builds před 3 měsíci
tool_progress.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_sdecls.h 32eee8f139 src: namespace symbols clashing with lib před 3 měsíci
tool_setopt.c c04504885d src: fix potential macro confusion in cmake unity builds před 3 měsíci
tool_setopt.h 40948189ff curl: make --libcurl output better CURLOPT_*SSLVERSION před 9 měsíci
tool_setup.h 0cececef0f config: rename the OS define to CURL_OS to reduce collision risk před 1 měsícem
tool_sleep.c c72cefea0f select: use poll() if existing, avoid poll() with no sockets před 2 měsíci
tool_sleep.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_stderr.c e5bb88b8f8 tool: use our own stderr variable před 1 rokem
tool_stderr.h 741f7ed4bc tool: use errorf() for error output před 1 rokem
tool_strdup.c 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_strdup.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_urlglob.c 59831f8061 tool_operate: split up the huge single_transfer into sub functions před 1 měsícem
tool_urlglob.h 59831f8061 tool_operate: split up the huge single_transfer into sub functions před 1 měsícem
tool_util.c 22652a5a4c curl: add options for safe/no CA bundle search (Windows) před 2 měsíci
tool_util.h 22652a5a4c curl: add options for safe/no CA bundle search (Windows) před 2 měsíci
tool_version.h 0cececef0f config: rename the OS define to CURL_OS to reduce collision risk před 1 měsícem
tool_vms.c c04504885d src: fix potential macro confusion in cmake unity builds před 3 měsíci
tool_vms.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
tool_writeout.c 59831f8061 tool_operate: split up the huge single_transfer into sub functions před 1 měsícem
tool_writeout.h 5603204448 curl: fix the -w urle.* variables před 3 měsíci
tool_writeout_json.c c04504885d src: fix potential macro confusion in cmake unity builds před 3 měsíci
tool_writeout_json.h 4464c9f2c6 tool_writeout: bsearch the variable name před 6 měsíci
tool_xattr.c 954177b9da tool_xattr: create the user.creator xattr attribute před 2 měsíci
tool_xattr.h 2bc1d775f5 copyright: update all copyright lines and remove year ranges před 1 rokem
var.c a06c0a5bce Rename struct var to fix AIX build před 3 týdny
var.h a06c0a5bce Rename struct var to fix AIX build před 3 týdny