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