curl/src
Stefan Eissing e12b39e133
trace: make tracing available in non-debug builds
Add --trace-config to curl

Add curl_global_trace() to libcurl

Closes #11421
2023-08-03 17:32:25 +02:00
..
.gitignore
CMakeLists.txt tool: add "variable" support 2023-07-31 11:51:34 +02:00
curl.rc
Makefile.am nss: remove support for this TLS library 2023-07-29 23:44:28 +02:00
Makefile.inc tool: add "variable" support 2023-07-31 11:51:34 +02:00
Makefile.mk
mkhelp.pl src/mkhelp: strip off escape sequences 2023-07-23 23:30:51 +02:00
slist_wc.c
slist_wc.h
tool_binmode.c
tool_binmode.h
tool_bname.c
tool_bname.h
tool_cb_dbg.c tool: add curl command line option --trace-ids 2023-06-12 23:53:09 +02:00
tool_cb_dbg.h
tool_cb_hdr.c tool: make the length argument an int for printf()-.* flags 2023-08-02 16:11:55 +02:00
tool_cb_hdr.h
tool_cb_prg.c tool: improve --stderr handling 2023-03-12 00:58:40 -05:00
tool_cb_prg.h
tool_cb_rea.c curl: count uploaded data to stop at the originally given size 2023-06-01 13:43:28 +02:00
tool_cb_rea.h
tool_cb_see.c tool: fix tool_seek_cb build when SIZEOF_CURL_OFF_T > SIZEOF_OFF_T 2023-07-19 15:36:41 +02:00
tool_cb_see.h
tool_cb_wrt.c tool_cb_wrt: fix invalid unicode for windows console 2023-08-01 03:28:12 -04:00
tool_cb_wrt.h
tool_cfgable.c haproxy: add --haproxy-clientip flag to spoof client IPs 2023-06-05 20:08:37 +02:00
tool_cfgable.h tool: add "variable" support 2023-07-31 11:51:34 +02:00
tool_dirhie.c tool: use errorf() for error output 2023-06-01 08:19:11 +02:00
tool_dirhie.h tool: use errorf() for error output 2023-06-01 08:19:11 +02:00
tool_doswin.c
tool_doswin.h
tool_easysrc.c tool: remove exclamation marks from error/warning messages 2023-06-01 08:19:21 +02:00
tool_easysrc.h tool_easysrc.h: correct easysrc_perform for CURL_DISABLE_LIBCURL_OPTION 2023-07-09 18:50:16 +02:00
tool_filetime.c tool: remove newlines from all helpf/notef/warnf/errorf calls 2023-06-01 08:18:21 +02:00
tool_filetime.h
tool_findfile.c cmake: add support for "unity" builds 2023-06-07 13:06:08 +00:00
tool_findfile.h
tool_formparse.c tool: remove exclamation marks from error/warning messages 2023-06-01 08:19:21 +02:00
tool_formparse.h
tool_getparam.c trace: make tracing available in non-debug builds 2023-08-03 17:32:25 +02:00
tool_getparam.h tool: add "variable" support 2023-07-31 11:51:34 +02:00
tool_getpass.c
tool_getpass.h
tool_help.c
tool_help.h
tool_helpers.c tool: add "variable" support 2023-07-31 11:51:34 +02:00
tool_helpers.h
tool_hugehelp.c.cvs
tool_hugehelp.h
tool_libinfo.c curl: return error when asked to use an unsupported HTTP version 2023-07-15 19:02:20 +02:00
tool_libinfo.h curl: return error when asked to use an unsupported HTTP version 2023-07-15 19:02:20 +02:00
tool_listhelp.c trace: make tracing available in non-debug builds 2023-08-03 17:32:25 +02:00
tool_main.c nss: remove support for this TLS library 2023-07-29 23:44:28 +02:00
tool_main.h
tool_msgs.c tool: use errorf() for error output 2023-06-01 08:19:11 +02:00
tool_msgs.h tool: use errorf() for error output 2023-06-01 08:19:11 +02:00
tool_operate.c tool_operate: fix memory leak when SSL_CERT_DIR is used 2023-08-02 16:10:49 +02:00
tool_operate.h curl: count uploaded data to stop at the originally given size 2023-06-01 13:43:28 +02:00
tool_operhlp.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
tool_operhlp.h
tool_paramhlp.c tool: remove newlines from all helpf/notef/warnf/errorf calls 2023-06-01 08:18:21 +02:00
tool_paramhlp.h
tool_parsecfg.c tool_parsecfg: accept line lengths up to 10M 2023-07-13 15:16:41 +02:00
tool_parsecfg.h
tool_progress.c tool: improve --stderr handling 2023-03-12 00:58:40 -05:00
tool_progress.h
tool_sdecls.h tool_cb_wrt: fix invalid unicode for windows console 2023-08-01 03:28:12 -04:00
tool_setopt.c tool: make the length argument an int for printf()-.* flags 2023-08-02 16:11:55 +02:00
tool_setopt.h
tool_setup.h cmake: add support for "unity" builds 2023-06-07 13:06:08 +00:00
tool_sleep.c
tool_sleep.h
tool_stderr.c tool: use errorf() for error output 2023-06-01 08:19:11 +02:00
tool_stderr.h tool: use errorf() for error output 2023-06-01 08:19:11 +02:00
tool_strdup.c
tool_strdup.h
tool_urlglob.c tool_urlglob: use curl_off_t instead of longs 2023-05-31 08:14:41 +02:00
tool_urlglob.h tool_urlglob: use curl_off_t instead of longs 2023-05-31 08:14:41 +02:00
tool_util.c cmake: add support for "unity" builds 2023-06-07 13:06:08 +00:00
tool_util.h
tool_version.h
tool_vms.c
tool_vms.h
tool_writeout_json.c tool: add "variable" support 2023-07-31 11:51:34 +02:00
tool_writeout_json.h tool: add "variable" support 2023-07-31 11:51:34 +02:00
tool_writeout.c curl: make %output{} in -w specify a file to write to 2023-07-31 23:10:59 +02:00
tool_writeout.h lib: add CURLINFO_CONN_ID and CURLINFO_XFER_ID 2023-06-12 23:53:00 +02:00
tool_xattr.c checksrc: disallow spaces before labels 2023-05-18 20:45:04 +02:00
tool_xattr.h
var.c tool/var: free memory on OOM 2023-08-02 16:09:43 +02:00
var.h tool: add "variable" support 2023-07-31 11:51:34 +02:00