Fix: flt.utils.muxer: Potential memory leak
[babeltrace.git] / plugins / ctf /
2019-05-15  Francis DeslauriersFix: src.ctf.fs: possible use-after-free in the error...
2019-05-14  Michael JeansonFix type-limits warnings, uint can't be < 0
2019-05-14  Michael JeansonAnnotate implicit fall-through
2019-05-14  Francis DeslauriersCleanup: src.ctf.fs: index no longer used in loop
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-11  Francis DeslauriersCleanup: src.ctf.fs: erroneous comment
2019-05-08  Francis DeslauriersFix: src.ctf.fs: Using uninitialized value
2019-05-08  Francis DeslauriersFix: sink.ctf.fs: writing 64bit real number as 32bit
2019-05-07  Francis DeslauriersFix: src.ctf.fs: init_index_entry() may return uninitia...
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 Marchisrc.ctf.fs: make trace-info query accept clock-class...
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 Deslaurierssrc.ctf.fs: compute stream range using entire file...
2019-05-02  Francis DeslauriersFix: string format warnings on 32 bits
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  Francis DeslauriersFix: src.ctf.fs: metadata-info: sanitize `path` param
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  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  Francis DeslauriersAdapt `src.ctf.lttng-live` to current API
2019-05-02  Philippe Proulxlib: field path: have a specific item for "current...
2019-05-02  Philippe ProulxFix: bfcr_get_sequence_length_cb(): do not set text...
2019-05-02  Francis Deslaurierssink.ctf.fs: Remove unused function
2019-05-02  Simon Marchiplugins/ctf: Remove unused uuid-related fields in struc...
2019-05-02  Simon MarchiRe-implement BT_ASSERT without using the assert macro
2019-05-02  Philippe ProulxAdapt `sink.ctf.fs` to current API
2019-05-02  Philippe Proulxsrc.ctf.fs: keep empty structures
2019-05-02  Philippe ProulxFix: update_field_class_in_ir(): do not have special...
2019-05-02  Philippe ProulxFix: msg-iter.c: accept no packet total and content...
2019-05-02  Philippe ProulxFix: decoder.c: remove forgotten TODO section
2019-05-02  Philippe Proulx`ctf` plugin: infer packet's total size from packet...
2019-05-02  Philippe ProulxFix: msg-iter.c: create packet message with correct...
2019-05-02  Philippe ProulxFix: src.ctf.fs: do not use trace IR objects in queries
2019-05-02  Francis Deslauriersplugins/ctf/common: remove unused borrow_named_int_fiel...
2019-05-02  Francis Deslaurierslib: replace trace is_static with destruction listeners
2019-05-02  Francis DeslauriersFix: BT_ASSERT() on variable not yet initialized
2019-05-02  Francis Deslaurierslib: create a clock class object from component
2019-05-02  Philippe Proulxlib: rename clock class's absolute property to "origin...
2019-05-02  Philippe Proulxsrc.ctf.fs: implement "seek beginning" method
2019-05-02  Philippe Proulxlib: have default clock snapshot in event message
2019-05-02  Philippe Proulxlib: add default clock snapshot property to packet...
2019-05-02  Philippe Proulxlib: remove redundant `bt_packet` properties
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  Francis DeslauriersFix: ctf plugin: returning bt_message_iterator_status...
2019-05-02  Francis DeslauriersCleanup: use ctf_scope_string function to print `enum...
2019-05-02  Francis DeslauriersCleanup: explicitly assigning value of variable to...
2019-05-02  Philippe Proulxplugins/ctf/fs-src/fs.c: "msgier" -> "notifier"
2019-05-02  Philippe Proulxlib: remove CTF concepts of packet and event headers
2019-05-02  Philippe Proulxbt_field_class_*_create(): accept mandatory trace class
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 "clock value" -> "clock snapshot"
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 ProulxFix: notif-iter.c: handle single/implicit SC/EC correctly
2019-05-02  Philippe ProulxFix: ctf-meta-update-meanings.c: only update if root...
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: return `void` when setting a simple value with...
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 ProulxGraph API: split into private and public APIs
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 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: "field class ID" -> "field class type"
2019-05-02  Philippe ProulxRename: field type -> field class
2019-05-02  Philippe ProulxCTF IR -> Trace IR
2019-05-02  Philippe ProulxMake API CTF-agnostic
2019-05-02  Philippe Proulxlib: bt_packet_create(): accept previous packet to...
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 Proulxctf: notif-iter: avoid reallocation in stack
2019-05-02  Philippe Proulxctf: btr: avoid reallocation in stack
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 Proulxctf plugin: notif iter: use "borrow" functions for...
2019-05-02  Philippe Proulxctf plugin: BTR: use "borrow" functions where possible
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...
next
This page took 0.047509 seconds and 7 git commands to generate.