Adapt `src.ctf.lttng-live` to current API
[babeltrace.git] / plugins / ctf / lttng-live / lttng-live.c
2019-05-03  Francis DeslauriersAdapt `src.ctf.lttng-live` to current API
2019-05-03  Philippe Proulxlib: add aliases for Babeltrace enumeration types
2019-05-03  Philippe Proulxlib: rename "clock value" -> "clock snapshot"
2019-05-03  Philippe Proulxlib: rename "notification" -> "message"
2019-05-03  Philippe Proulxlib: add aliases for Babeltrace structure types
2019-05-03  Philippe Proulxlib: make public reference count functions have strict...
2019-05-03  Philippe Proulxlib: make graph API const-correct
2019-05-03  Philippe Proulxlib: make trace IR API const-correct
2019-05-03  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-03  Philippe Proulxlib: private functions: do not repeat `private` word
2019-05-03  Philippe ProulxGraph API: split into private and public APIs
2019-05-03  Philippe ProulxValues API: standardize parameters and return values
2019-05-03  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-03  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-17  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-17  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-17  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-17  Philippe ProulxAdd query executor
2017-07-07  Jérémie GalarneauFix: dead code in lttng_live_iterator_next_no_stream()
2017-07-07  Jérémie GalarneauFix: uninitialized return value member
2017-06-09  Mathieu Desnoyerslttng-live: check graph cancel state, check ctf trace...
2017-06-09  Mathieu Desnoyerslttng-live: correctly handle ctrl-c and fix leaks
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Mathieu Desnoyerslttng-live: populate trace name
2017-06-09  Philippe Proulxplugins/ctf/lttng-live: use standard logging files...
2017-06-09  Philippe ProulxAdd bt_log_get_level_from_env() and use it
2017-05-28  Mathieu DesnoyersFix: lttng-live enum mismatch
2017-05-28  Mathieu Desnoyerslttng-live: handle EINTR and graph cancelation
2017-05-28  Mathieu DesnoyersFix: invoke bt_ctf_trace_set_is_static only when trace...
2017-05-28  Mathieu Desnoyerslttng-live: change loglevel env var to BABELTRACE_PLUGI...
2017-05-28  Mathieu Desnoyerslttng-live: ensure that port connections go to the...
2017-05-28  Philippe Proulxinclude/babeltrace/object-internal.h: add logging
2017-05-28  Mathieu DesnoyersImplement logging in lttng-live component
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
2017-05-28  Philippe ProulxRemove the need to implement the notification iterator...
2017-05-28  Philippe ProulxVisibility: split graph API into public and private...
2017-05-28  Philippe ProulxSet notification iterator methods to the component...
2017-05-28  Philippe ProulxPlugins: use UNUSED_VAR instead of casting to void
2017-05-28  Philippe ProulxAdd bt_component_create_with_init_method_data()
2017-05-28  Philippe ProulxPrefix {source,filter,sink}*.h file names with component-
2017-05-28  Philippe ProulxRefactor the component class and component API
2017-05-28  Philippe ProulxDecouple component class from plugin subsystem, remove...
2017-05-27  Jérémie GalarneauAdd base plug-in skeletons
This page took 0.130971 seconds and 52 git commands to generate.