Move to kernel style SPDX license identifiers
[babeltrace.git] / src / cli / babeltrace2.c
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-01-13  Philippe Proulxlib: graph API: return borrowed references when adding...
2020-01-07  Simon Marchicli: fix bt_plugin leak when using `-i ctf`
2019-12-12  Philippe Proulxlib: graph API: remove "listener removed" callback...
2019-12-05  Simon Marchistring-format: introduce function to format a bt_error
2019-12-05  Simon Marchistring-format: introduce function to format component...
2019-11-20  Simon Marchicli: print error causes in all error paths
2019-11-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
2019-11-12  Philippe ProulxEmit dedicated bright terminal color codes if supported
2019-11-05  Francis DeslauriersCleanup: cli: move LOGE statements closer to the source
2019-11-05  Francis Deslaurierscli: exit with status 2 when interrupted by SIGINT
2019-11-03  Philippe ProulxAdd bt_common_abort() and use it instead of abort(...
2019-10-31  Philippe Proulxlib: remove `BT_GRAPH_RUN_STATUS_END`
2019-10-30  Simon Marchicli: Remove unnecessary NULL check in print_value_rec
2019-10-29  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-26  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-26  Francis DeslauriersFix: usage of `bt_value_array_get_length()`
2019-10-22  Francis DeslauriersFix: shadowed variables
2019-10-18  Francis DeslauriersCleanup: Dead assignments
2019-10-07  Simon Marchicli: update error message in set_stream_intersections
2019-10-02  Simon Marchicli: print map value in ASCII-betical order of keys
2019-09-06  Simon Marchirename `babeltrace.trace-info` to `babeltrace.trace...
2019-09-06  Simon Marchicli: improve error logging in set_stream_intersections
2019-09-04  Simon Marchictf: remove `intersection-range-ns` from `babeltrace...
2019-08-29  Simon Marchicli: remove unused path variable in set_stream_intersec...
2019-08-26  Simon Marchiautodisc: make it possible to interrupt auto source...
2019-08-17  Philippe Proulxsrc.ctf.lttng-live: return unsigned integers in `sessio...
2019-08-17  Simon Marchicli: set log levels earlier
2019-08-16  Philippe Proulxcli: "Babeltrace configuration" -> "Babeltrace CLI...
2019-08-15  Philippe Proulxlib: rename bt_value_array_get_size() -> bt_value_array...
2019-08-13  Philippe Proulxcli: find greatest operative MIP version to create...
2019-08-13  Philippe Proulxlib: bt_graph_create(): accept MIP version
2019-08-09  Philippe ProulxFix: cli/babeltrace2.c: logically dead code
2019-08-02  Simon MarchiRemove popt from project's dependencies
2019-07-26  Philippe Proulxlib: prepare the ground for stateful query operations
2019-07-26  Philippe ProulxAdd `babeltrace.` prefix to `trace-info` and `support...
2019-07-26  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-07-24  Simon Marchilib: remove INVALID_PARAMS status
2019-07-24  Philippe Proulxcli: remove the global volatile `interrupted` variable
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-24  Simon Marchilib: make default query implementation return INVALID_O...
2019-07-23  Simon Marchicli: automatically detect sources for leftover arguments
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-18  Simon Marchicli: move plugin loading code to its own file
2019-07-10  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-09  Philippe ProulxRename WARN log level to WARNING
2019-07-09  Philippe Proulxcli: append error cause when graph or query executor...
2019-07-06  Philippe Proulxcli: print current thread's error causes, if any, befor...
2019-07-06  Philippe Proulxcli: introduce BT_CLI_LOG*_APPEND_CAUSE() and use it...
2019-07-06  Philippe Proulxcli: clear current thread's error, if any, before exiting
2019-07-03  Philippe ProulxFix compiler -Wall warnings (mostly incompatible enumer...
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-06-26  Philippe Proulxlib: bt_plugin_find*(): return status code; add "fail...
2019-06-25  Simon Marchilib: remove "accept port" concept
2019-06-20  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)
2019-06-20  Philippe Proulxlib: set component's initial log level when adding...
2019-06-20  Philippe Proulxcli: use log level integer instead of letter in configu...
2019-06-20  Philippe ProulxStandardize log levels used by logging statements acros...
2019-06-17  Philippe ProulxAdd `sink.text.details`, a testing textual sink which...
2019-06-12  Michael JeansonRe-organize sources
This page took 0.294604 seconds and 84 git commands to generate.