cli: Rename to babeltrace2
[babeltrace.git] / plugins / ctf / fs-sink /
2019-06-06  Philippe Proulxsink.ctf.fs: add more comments in code where it's not...
2019-06-06  Philippe ProulxRename "default beginning/end CS" -> "beginning/end...
2019-06-06  Philippe Proulxsink.ctf.fs: support packets, DE, and DP w/o beginning...
2019-06-06  Philippe Proulxlib: make discarded events/packets support and clock...
2019-05-31  Philippe Proulxlib: make packet beginning/end default CS optional
2019-05-31  Philippe Proulxlib: remove "unknown clock snapshot" concept
2019-05-14  Francis DeslauriersFix: sink.ctf.fs: Dereference before null check
2019-05-14  Francis DeslauriersFix: sink.ctf.fs: possible uses after free because...
2019-05-08  Francis DeslauriersFix: sink.ctf.fs: writing 64bit real number as 32bit
2019-05-06  Philippe Proulxlib: add unsigned and signed integer value API
2019-05-03  Jérémie GalarneauFix: uninitialized variant fc in set_field_refs()
2019-05-03  Simon Marchictf: Use g_time_val_from_iso8601 instead of g_date_time...
2019-05-03  Simon Marchiinclude: add missing files to dist tarball
2019-05-02  Philippe Proulxsink.ctf.fs: set_field_refs(): make `fc` `const` as...
2019-05-02  Philippe ProulxFix: sink.ctf.fs: do not keep different `tgt_fc_type...
2019-05-02  Francis DeslauriersFix: maybe-uninitialized warnings in translate-trace...
2019-05-02  Francis DeslauriersFix: maybe-uninitialized warning in create_relative_fie...
2019-05-02  Philippe Proulxlib: have dedicated, unique unsigned and signed enum...
2019-05-02  Simon Marchictf: Add dash to stream name suffixes
2019-05-02  Simon Marchictf: Use environment fields provided by LTTng to make...
2019-05-02  Philippe Proulxlib: field path: have a specific item for "current...
2019-05-02  Francis Deslaurierssink.ctf.fs: Remove unused function
2019-05-02  Philippe ProulxAdapt `sink.ctf.fs` to current API
2019-05-02  Philippe Proulxlib: add aliases for Babeltrace enumeration types
2019-05-02  Philippe Proulxlib: rename "notification" -> "message"
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 "begin" to "beginning" when used as a noun
2019-05-02  Philippe Proulxlib: make graph API const-correct
2019-05-02  Philippe Proulxlib: make trace IR API const-correct
2019-05-02  Philippe Proulxlib: graph: add "self" and some "private" APIs
2019-05-02  Philippe Proulxlib: private functions: do not repeat `private` word
2019-05-02  Philippe ProulxValues API: standardize parameters and return values
2019-05-02  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2019-05-02  Philippe ProulxFix: libctfcopytrace: replace clock classes in copies
2017-11-02  Philippe ProulxRemove `PLUGIN` from component class log level environm...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-08-28  Michael JeansonPort: replace literal '/' with G_DIR_SEPARATOR
2017-08-11  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-09  Jérémie GalarneauFix: unchecked return value of stream flush
2017-08-09  Jérémie GalarneauFix: wrong variable checked for NULL after allocation
2017-08-09  Jérémie GalarneauCleanup: dereference after null check
2017-08-07  Julien DesfossezStandard logging for ctf.fs sink
2017-07-19  Michael JeansonPort: replace opendir() by g_dir_open()
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-06  Philippe Proulxsink.ctf.fs: use original stream's name as CTF writer...
2017-06-19  Jérémie GalarneauClean-up: coding style adjustments
2017-06-16  Jérémie GalarneauCleanup: typo fix in comment
2017-06-16  Julien Desfossezfs-sink: add the single-trace option
2017-06-16  Julien DesfossezCopy the packet_header in the plugins
2017-06-16  Julien DesfossezFix copytrace: copy packet_context
2017-06-16  Julien Desfossezfs-sink: packet_context is optional
2017-06-09  Julien DesfossezFix: remove listener check
2017-06-09  Julien Desfossezdebug-info: handle the static notifications
2017-06-09  Julien Desfossezfs-sink: useless active_stream member
2017-06-09  Philippe ProulxMake bt_private_connection_create_notification_iterator...
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Julien Desfossezfs-sink: flush open packets on destroy
2017-06-09  Julien DesfossezFix sink.ctf.fs: mark the trace as static on destroy
2017-06-09  Julien Desfossezfs-sink: fix check trace completed when static is set
2017-06-09  Julien Desfossezfs-sink: handle trace name
2017-06-09  Julien Desfossezalways copy packet/content_size, they are overwritten...
2017-06-09  Julien Desfossezsupport adding streams on non-static traces
2017-06-09  Julien Desfossezfs-sink: fix handling static notifications
2017-06-09  Julien Desfossezfs-sink: move stream and stream_class maps in fs_writer...
2017-06-09  Julien Desfossezfs-sink: explicitely handle stream_begin notif
2017-06-09  Julien Desfossezfs-sink: trace static handling + cleanup teardown
2017-06-09  Philippe ProulxFix builds with built-in plugins
2017-05-28  Julien Desfossezfs-sink: only subscribe to relevant notifications
2017-05-28  Julien Desfossezcopytrace: option to skip the copy of packet/content...
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Philippe ProulxRename writer.writer -> ctf.fs (sink) and standardize...
This page took 0.063861 seconds and 7 git commands to generate.