Fix type-limits warnings, uint can't be < 0
[babeltrace.git] / cli / babeltrace.c
2019-05-14  Michael JeansonFix type-limits warnings, uint can't be < 0
2019-05-07  Francis DeslauriersFix: cli: value stored is never read
2019-05-06  Philippe Proulxcli/babeltrace.c: update known log level environment...
2019-05-06  Philippe Proulxlib: add unsigned and signed integer value API
2019-05-02  Simon Marchicli, plugins/ctf/fs-src: Make src.ctf.fs accept multipl...
2019-05-02  Philippe ProulxFix: cli: `list-plugins`: print bold code before "compo...
2019-05-02  Philippe ProulxFix: cli: cmd_list_plugins(): pass appropriate by-index...
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace enumeration types
2019-05-02  Philippe Proulxlib: remove unused public `enum bt_plugin_status`
2019-05-02  Philippe Proulxlib: rename "notification" -> "message"
2019-05-02  Philippe Proulxlib: rename bt_plugin_create_all_*() -> bt_plugin_find_...
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace structure types
2019-05-02  Philippe Proulxlib: make public reference count functions have strict...
2019-05-02  Philippe Proulxlib: make graph API const-correct
2019-05-02  Philippe Proulxlib: make plugin API const-correct
2019-05-02  Philippe Proulxlib: make values API const-correct
2019-05-02  Philippe Proulxlib: bt_object_{get,put}_ref(): accept a `const` parameter
2019-05-02  Philippe Proulxlib: have separate `BT_QUERY_EXECUTOR_STATUS` and ...
2019-05-02  Philippe Proulxlib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
2019-05-02  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-02  Philippe ProulxGraph API: split into private and public APIs
2019-05-02  Philippe ProulxValues API: standardize parameters and return values
2019-05-02  Philippe ProulxValues API: split into private and public APIs
2019-05-02  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-02  Philippe ProulxValues API: standardize function names
2019-05-02  Philippe ProulxRename: "float value" -> "real value"
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2017-11-13  Michael JeansonTypo: informations -> information
2017-11-13  Michael JeansonTypo: paramater -> parameter
2017-11-08  Philippe Proulxcli: support --output opt. for -o ctf-metadata and...
2017-11-02  Philippe ProulxRemove `PLUGIN` from component class log level environm...
2017-11-02  Philippe Proulxcli: do not use --component in help command, only use...
2017-11-02  Philippe ProulxAdd compat layer's log level env. var. to CLI's list...
2017-09-15  Philippe ProulxFix: bindings/python/bt2: use appropriate log level...
2017-09-15  Philippe ProulxAdd query executor
2017-08-28  Michael JeansonReport plugins without a path as "built-in"
2017-08-28  Michael JeansonPort: handle ctrl+c on Mingw
2017-08-11  Philippe ProulxFix: cli: Coverity issue: no need to check `status`
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-09  Mathieu DesnoyersFix: unchecked return values of bt_value getters
2017-08-09  Mathieu DesnoyersFix: unchecked return value
2017-08-07  Julien DesfossezStandard logging for ctf.fs sink
2017-08-07  Julien DesfossezStandard logging for libctfcopytrace
2017-07-19  Michael JeansonPort: handle 'size_t' / 'off_t' on Solaris
2017-07-19  Michael JeansonPort: replace setenv() by g_setenv()
2017-07-18  Michael JeansonFix: g_hash_table_insert returns 'void' in glib <=...
2017-07-06  Philippe ProulxAdd src.text.dmesg component class
2017-07-06  Philippe Proulxplugins/utils/muxer/muxer.c: add logging
2017-07-06  Jérémie GalarneauFix: set intersections hashtable to NULL after destruction
2017-07-05  Jérémie Galarneaustream-intersection: use the trace-info query results...
2017-06-14  Philippe ProulxRemove legacy printf_verbose()/printf_debug() and others
2017-06-14  Philippe Proulxcli: add global --log-level option
2017-06-09  Philippe Proulxcli: use WARN as the default log level when not explici...
2017-06-09  Philippe Proulxcli: set all the log level of all known loggers with...
2017-06-09  Philippe Proulxcli: use --component=NAME:{source,filter,sink}.PLUGIN...
2017-06-09  Philippe ProulxAdd bt_graph_add_component(), make bt_component_create...
2017-06-09  Philippe ProulxMake bt_graph_connect_ports() return a status code
2017-06-09  Michael JeansonPort: Use glib portable macros to convert gpointer...
2017-06-09  Philippe Proulxcli: use standard logging files and macros
2017-06-09  Philippe ProulxRemove warnings when using bt_plugin_create_all_from_dir()
2017-06-09  Philippe ProulxAdd bt_log_get_level_from_env() and use it
2017-06-09  Philippe Proulxcli: check for cancellation before running the graph...
2017-06-09  Philippe ProulxMake bt_graph_add_*_listener() function return a listen...
2017-05-28  Philippe ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Philippe Proulxbabeltrace(1): reset console after graph stops running
2017-05-28  Philippe ProulxLogging: fix wrong parameters, superfluous commas,...
2017-05-28  Mathieu DesnoyersImplement cmd_print_lttng_live_sessions
2017-05-28  Philippe Proulxcli/babeltrace.c: logging: add details in graph listeners
2017-05-28  Philippe Proulxcli/babeltrace.c: improve main loop's logging
2017-05-28  Philippe Proulxcli/babeltrace.c: handle usleep()'s error
2017-05-28  Philippe Proulxcli/babeltrace.c: do not call load_all_plugins() in...
2017-05-28  Philippe Proulxcli/babeltrace.c: add logging when the command completes
2017-05-28  Philippe Proulxbabeltrace(1): handle SIGINT to cancel the graph gracefully
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe Proulxcli: add logging
2017-05-28  Philippe ProulxFix CLI to work with multiple ports and dynamically...
2017-05-28  Philippe ProulxRemove default port API
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxStandardize *get_*_count() functions
2017-05-28  Philippe ProulxAdd bt_plugin_set object
2017-05-28  Philippe ProulxRename converter/ -> cli/ (it's more than a converter...
This page took 0.212349 seconds and 89 git commands to generate.