tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / ctf / fs-src / fs.c
2019-06-07  Michael Jeansonlib: rename include dir to babeltrace2
2019-06-06  Francis Deslaurierssrc.ctf.fs: merge all indexes to the fs_ds_group level
2019-06-06  Francis Deslaurierssrc.ctf.fs: bubble up `ctf_fs_ds_file_group_create...
2019-06-05  Simon Marchisrc.ctf.fs: add stream port name to trace-info query...
2019-05-15  Francis DeslauriersFix: src.ctf.fs: possible use-after-free in the error...
2019-05-11  Francis DeslauriersCleanup: src.ctf.fs: erroneous comment
2019-05-06  Philippe Proulxlib: add unsigned and signed integer value API
2019-05-03  Simon Marchisrc.ctf.fs: make trace-info query accept clock-class...
2019-05-02  Simon Marchiplugins/ctf/fs-src: Session rotation support: merge...
2019-05-02  Simon Marchicli, plugins/ctf/fs-src: Make src.ctf.fs accept multipl...
2019-05-02  Philippe ProulxFix: src.ctf.fs: do not use trace IR objects in queries
2019-05-02  Francis Deslaurierslib: replace trace is_static with destruction listeners
2019-05-02  Philippe Proulxsrc.ctf.fs: implement "seek beginning" method
2019-05-02  Philippe Proulxsrc.ctf.fs: emit discarded events/packets messages
2019-05-02  Philippe Proulxsrc.ctf.fs: emit stream activity beginning/end messages
2019-05-02  Philippe Proulxplugins/ctf/fs-src/fs.c: "msgier" -> "notifier"
2019-05-02  Philippe Proulxbt_clock_class_create(): accept mandatory trace class
2019-05-02  Philippe Proulxbt_trace_class_create(): accept mandatory self component
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: split trace API into trace class and trace APIs
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: make values API const-correct
2019-05-02  Philippe Proulxlib: bt_object_{get,put}_ref(): accept a `const` parameter
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 Proulxlib: private functions: do not repeat `private` word
2019-05-02  Philippe ProulxTrace IR and notification APIs: split into private...
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 ProulxValues API: standardize function names
2019-05-02  Philippe ProulxMake API CTF-agnostic
2019-05-02  Philippe Proulxlib: use priv connection priv notif iterator to create...
2019-05-02  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-02  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-02  Philippe Proulxlib: use object pool for event and packet notifications
2019-05-02  Philippe Proulxlib: add internal object pool API and use it; adapt...
2019-05-02  Philippe Proulxsrc.ctf.fs: use "borrow" functions where possible
2019-05-02  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-02  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-02  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-15  Philippe ProulxAdd query executor
2017-08-28  Michael JeansonPort: replace literal '/' with G_DIR_SEPARATOR
2017-08-23  Jérémie Galarneausrc.ctf.fs: move internal util to ctf/common/utils
2017-08-09  Mathieu DesnoyersCleanup: remove logically dead code
2017-08-08  Mathieu DesnoyersFix: mixed enums used in source.ctf.fs
2017-07-18  Michael JeansonFix: remove g_ptr_array_insert to keep glib 2.22 compat
2017-07-07  Jérémie GalarneauFix: ds_file_group is checked instead of ds_file_group...
2017-07-06  Philippe Proulxsrc.ctf.fs: fs.c: add missing `static`
2017-07-06  Philippe Proulxsrc.ctf.fs: name the stream objects with their file...
2017-07-06  Philippe Proulxsrc.ctf.fs: use one CTF notif iter per notification...
2017-06-16  Philippe Proulxctf: remove strict metadata mode, update automatic...
2017-06-14  Philippe Proulxctf: add metadata decoder config. and `strict-metadata...
2017-06-14  Philippe Proulxsource.ctf.fs: remove ctf_fs_debug symbol
2017-06-09  Mathieu DesnoyersFix: various fixes for ctf-traces/succeed test cases
2017-06-09  Jérémie Galarneausource.ctf.fs: implement the trace-info query
2017-06-09  Jérémie GalarneauRemove dependancies on ctf.fs source component caused...
2017-06-09  Jérémie GalarneauMove ctf-fs source query implementations to their own...
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Michael JeansonPort: Add bt_common_get_page_size
2017-06-09  Philippe Proulxctf.fs source: use last path parameter's element as...
2017-05-28  Philippe Proulxctf.fs source: make traces static when all streams...
2017-05-28  Philippe Proulxctf.fs source: add trace file rotation (stream instance...
2017-05-28  Philippe ProulxFix: ctf.fs source: append all ctf_fs_trace objects...
2017-05-28  Philippe Proulxctf.fs source: recurse to find multiples CTF traces
2017-05-28  Mathieu DesnoyersMove print.h header to upper level dir
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxRename writer.writer -> ctf.fs (sink) and standardize...
This page took 0.211244 seconds and 82 git commands to generate.