src.ctf.fs: append error causes in ctf_fs_file_open
[babeltrace.git] / src / cli /
2019-10-30  Simon Marchilib: remove includes from logging.h
2019-10-30  Francis DeslauriersCleanup: Dead assignments
2019-10-17  Francis Deslaurierscli: ensure queries always receive a map
2019-10-17  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-09  Michael Jeansonport: fix link order of babeltrace2.exe
2019-10-09  Simon MarchiMove CLI params parsing to its own lib
2019-10-09  Simon Marchicli: update error message in set_stream_intersections
2019-10-03  Simon Marchicli: print map value in ASCII-betical order of keys
2019-10-03  Simon MarchiFix: cli: don't log error when using help command with...
2019-10-03  Francis Deslaurierscli: make `--clock-force-correlate` use `force-clock...
2019-10-03  Simon MarchiFix: output non-LTTng CTF trace with same relative...
2019-10-03  Simon Marchicli: don't include version.h in babeltrace2-cfg-cli...
2019-09-10  Simon Marchirename `babeltrace.trace-info` to `babeltrace.trace...
2019-09-10  Simon Marchicli: improve error logging in set_stream_intersections
2019-09-04  Simon Marchictf: remove `intersection-range-ns` from `babeltrace...
2019-09-04  Simon Marchicli: remove unused path variable in set_stream_intersec...
2019-09-04  Simon Marchiautodisc: make it possible to interrupt auto source...
2019-09-04  Simon MarchiFix: cli: check return value of bt_value_array_append_s...
2019-09-04  Philippe ProulxFix: cli: replace remaining log level `V` (verbose...
2019-09-04  Philippe Proulxsrc.ctf.lttng-live: return unsigned integers in `sessio...
2019-09-04  Philippe ProulxFix: pass `inputs` parameter to implicit `src.ctf.lttng...
2019-09-04  Simon Marchicli: allow map values in --params arguments
2019-09-04  Simon Marchicli: exit with error if a plugin fails to load
2019-09-04  Simon Marchicli: set log levels earlier
2019-09-04  Simon Marchicli: return if bt_plugin_find_all_from_dir fails in...
2019-09-04  Simon MarchiFix: cli: increment bt_value_null ref count when return...
2019-09-04  Philippe Proulxcli: "Babeltrace configuration" -> "Babeltrace CLI...
2019-09-04  Philippe Proulxcli: `convert` command: do not allow more than one...
2019-09-04  Philippe Proulxcli: make --plugin-path and --omit-{system,home}-plugin...
2019-09-04  Philippe Proulxlib: make empty array/map appending/inserting functions...
2019-09-04  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-09-04  Philippe Proulxcli: find greatest operative MIP version to create...
2019-09-04  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-09-04  Simon Marchicli: mention path separator for Windows in comment
2019-09-04  Simon MarchiMove autodisc to its own convenience library
2019-09-04  Philippe ProulxFix: cli/babeltrace2.c: logically dead code
2019-09-04  Philippe ProulxFix: babeltrace2-cfg-cli-args.c: uninitialized pointer...
2019-08-07  Philippe Proulxcli, tests: rename "leftover" terms to "non-option"
2019-08-07  Simon Marchicli: free auto_source_discovery_result::original_input_...
2019-08-07  Simon Marchicli: free leftover_params and leftover_loglevels
2019-08-07  Simon Marchicli: apply log levels (`--log-level` option) to leftovers
2019-08-07  Simon Marchicli: apply parameters (`--params` option) to leftovers
2019-08-07  Simon Marchicli: handle leftovers in the same loop as components
2019-08-07  Simon Marchicli: remove `run` and `convert` commands' --name option
2019-08-07  Simon Marchicli: remove `convert` command's --path and --url options
2019-08-07  Simon MarchiRemove popt from project's dependencies
2019-08-07  Simon Marchicli: remove babeltrace2-log
2019-08-07  Simon Marchicli: use argpar for parsing query command's arguments
2019-08-07  Simon Marchicli: use argpar for parsing list-plugin command's arguments
2019-08-07  Simon Marchicli: use argpar for parsing help command's arguments
2019-08-07  Simon Marchicli: use argpar for parsing convert command's arguments
2019-08-07  Simon Marchicli: use argpar for parsing run command's arguments
2019-08-07  Simon Marchicli: use argpar for top-level args
2019-08-07  Philippe Proulxlib: prepare the ground for stateful query operations
2019-08-07  Philippe ProulxAdd `babeltrace.` prefix to `trace-info` and `support...
2019-08-07  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-08-07  Simon Marchicli: fix "permission denied" test after g_dir_open
2019-08-07  Simon Marchilib: remove INVALID_PARAMS status
2019-08-07  Philippe Proulxcli: remove the global volatile `interrupted` variable
2019-08-07  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-08-07  Simon Marchilib: make default query implementation return INVALID_O...
2019-08-07  Philippe ProulxStandardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
2019-08-07  Simon Marchicli: automatically detect sources for leftover arguments
2019-08-07  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-18  Simon Marchicli: move plugin loading code to its own file
2019-07-18  Simon Marchicli: Replace printf_err with BT_CLI_LOGE_APPEND_CAUSE
2019-07-18  Michael Jeansonfix: use g_setenv for portability
2019-07-18  Michael JeansonMake the in-tree CLI use the in-tree PPP
2019-07-18  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-18  Philippe ProulxRename WARN log level to WARNING
2019-07-18  Philippe Proulxcli: append error cause when graph or query executor...
2019-07-18  Philippe Proulxcli: move `--params` option's format parsing to its...
2019-07-18  Philippe Proulxcli: print current thread's error causes, if any, befor...
2019-07-18  Philippe Proulxcli: introduce BT_CLI_LOG*_APPEND_CAUSE() and use it...
2019-07-18  Philippe Proulxcli: clear current thread's error, if any, before exiting
2019-07-18  Simon Marchicli: fix typo in error message
2019-07-18  Philippe ProulxFix compiler -Wall warnings (mostly incompatible enumer...
2019-07-18  Philippe Proulxlib: strictly type function return status enumerations
2019-07-18  Simon Marchicli: add missing line in --plugin-path help
2019-07-18  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-07-18  Simon Marchilib: remove "accept port" concept
2019-07-18  Philippe ProulxFix: bt_config_convert_from_args(): set default log...
2019-07-18  Philippe ProulxRename VERBOSE log level to TRACE
2019-06-20  Philippe Proulxlib: use `LIBBABELTRACE2_INIT_LOG_LEVEL` env. var....
2019-06-20  Philippe Proulxsrc.ctf.fs: honor component's initial log level
2019-06-20  Philippe Proulxsink.text.details: honor component's initial log level
2019-06-20  Philippe Proulxsink.ctf.fs: honor component's initial log level
2019-06-20  Philippe Proulxsrc.ctf.lttng-live: honor component's initial log level...
2019-06-20  Philippe ProulxRemove unused `src/plugins/ctf/common/utils`
2019-06-20  Philippe Proulx`ctf` plugin: `bt_msg_iter`: use object's log level
2019-06-20  Philippe Proulx`ctf` plugin: `bt_bfcr`: use object's log level
2019-06-20  Philippe Proulxflt.lttng-utils.debug-info: honor component's initial...
2019-06-20  Philippe Proulxflt.utils.trimmer: honor component's initial log level
2019-06-20  Philippe Proulxflt.utils.muxer: honor component's initial log level
2019-06-20  Philippe Proulxsink.utils.counter: honor component's initial log level
2019-06-20  Philippe Proulxsrc.text.dmesg: honor component's initial log level
2019-06-20  Philippe Proulxlib: pass log level to bt_query_executor_query()
2019-06-20  Philippe ProulxLogging: pass dynamic log level to common functions...
2019-06-20  Philippe Proulxcli: add component-specific `--log-level` option (run...
2019-06-20  Philippe Proulxsink.text.pretty: remove logging (not used)
next
This page took 0.045024 seconds and 7 git commands to generate.