Fix: flt.utils.muxer: Potential memory leak
[babeltrace.git] / cli /
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  Philippe Proulxcli: put space after comma between array elements
2019-05-02  Francis Deslaurierscli: mimic behavior of BT1 when trying to attach to...
2019-05-02  Simon Marchicli, plugins/ctf/fs-src: Make src.ctf.fs accept multipl...
2019-05-02  Simon Marchicli: Make append_parameter_to_args accept a bt_value...
2019-05-02  Simon Marchicli: Remove support for --key and --value arguments
2019-05-02  Simon Marchicli: Support arrays in parameters
2019-05-02  Simon Marchicli: Adjust integer range check, replace magic numbers...
2019-05-02  Simon Marchicli: Refactor command line value parsing code
2019-05-02  Simon Marchicli: Refactor handling of negative numbers
2019-05-02  Philippe ProulxFix: cli: `flt.utils.trimmer` now expect the `gmt`...
2019-05-02  Simon MarchiFix: cli: Acquire reference on bt_value_null while...
2019-05-02  Simon MarchiRe-implement BT_ASSERT without using the assert macro
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 ProulxCLI: use -x as short option for --connection instead...
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: rename plural file names to singular
2019-05-02  Philippe Proulxbt_value_copy(): put output parameter as last parameter
2019-05-02  Philippe Proulxbt_value_map_extend(): put output parameter as last...
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 Proulxlib: update and simplify the `bt_object` API
2019-05-02  Philippe Proulxcli: add short option `-l` for `--log-level`
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2018-09-12  Michael JeansonAdd git version string
2018-05-18  Jérémie GalarneauFix: wrong type specifier used with long argument
2018-05-17  Jérémie GalarneauFix: POPT_ARG_LONGLONG does not exist in popt 1.13
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 Proulxsink.text.dmesg: remove `read-from-stdin` parameter...
2017-11-02  Philippe Proulxflt.lttng-utils.debug-info: `dir`/`debug-dir` param...
2017-11-02  Philippe Proulxcli: do not automatically create an implicit filter...
2017-11-02  Philippe Proulxcli: --stream-intersection is not an implicit src.ctf...
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-11-02  Philippe Proulxcli: put the project's version on the first line with...
2017-09-17  Philippe Proulxcli: do not use --component in query command, use lefto...
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 Proulxcli/babeltrace-log.c: include <string.h> for strdup()
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 value of bt_value_array_append_string
2017-08-09  Mathieu DesnoyersFix: unchecked return values of bt_value getters
2017-08-09  Mathieu DesnoyersFix: unchecked return value
2017-08-09  Mathieu DesnoyersFix: wrong variable in NULL check
2017-08-07  Mathieu DesnoyersFix: negative loop bound check
2017-08-07  Julien DesfossezStandard logging for ctf.fs sink
2017-08-07  Julien DesfossezStandard logging for libctfcopytrace
2017-07-19  Michael JeansonPort: use a separate variable for elfutils libs
2017-07-19  Michael JeansonPort: built-in plugins support for the macOS linker
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-18  Michael JeansonFix: G_SPAWN_DEFAULT was introduced in glib 2.37.6
2017-07-17  Philippe Proulxcli: do not allow --stream-intersection with --run...
2017-07-17  Philippe Proulxcli: fix implicit clock class offset parameters
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonCleanup: popt library detection
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-11  Michael JeansonFix: built-in plugins with new plugin filenames
2017-07-07  Philippe Proulxbabeltrace-log: pass single-trace=yes to sink.ctf.fs
2017-07-07  Philippe ProulxFix babeltrace-log(1) for Babeltrace 2
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  Michael JeansonPort: plugin system compat for mingw / macOS
2017-07-05  Michael JeansonPort: Add winsock support to live for mingw
2017-07-05  Michael JeansonPort: dirfd is not portable, replace it
2017-07-05  Nathan Lynchbabeltrace-2.0: do not link with -export-dynamic
2017-07-05  Jérémie Galarneaustream-intersection: use the trace-info query results...
2017-06-19  Julien DesfossezFix: wrong output name in --help for implicit CTF source
2017-06-19  Julien Desfossezpass --clock-gmt option to the trimmer if enabled
2017-06-14  Philippe ProulxRemove legacy printf_verbose()/printf_debug() and others
2017-06-14  Philippe Proulxctf: add metadata decoder config. and `strict-metadata...
next
This page took 0.044271 seconds and 7 git commands to generate.