Fix: flt.utils.muxer: Potential memory leak
[babeltrace.git] / plugins / text /
2019-05-17  Mathieu DesnoyersFix: bitfield: shift undefined/implementation defined...
2019-05-14  Michael JeansonFix type-limits warnings, uint can't be < 0
2019-05-07  Francis DeslauriersFix: sink.text.pretty: Unsigned compared against 0
2019-05-06  Philippe Proulxlib: add unsigned and signed integer value API
2019-05-02  Francis Deslaurierssink.text.pretty: print inactivity msg handling with...
2019-05-02  Philippe Proulxlib: add structure FC member and variant FC option...
2019-05-02  Philippe ProulxFix: pretty/print.c: print comma and space after trace...
2019-05-02  Francis Deslaurierslib: replace trace is_static with destruction listeners
2019-05-02  Philippe ProulxFix: sink.text.pretty: do not always update last timestamp
2019-05-02  Philippe ProulxFix: print.c: remove extra `)` after `+????????????`
2019-05-02  Philippe Proulxsink.text.pretty: "discarded a number of X" -> "might...
2019-05-02  Francis Deslaurierslib: create a clock class object from component
2019-05-02  Francis Deslaurierslib: rename inactivity msg to msg iterator inactivity msg
2019-05-02  Philippe Proulxlib: add sink component class's "graph is configured...
2019-05-02  Philippe Proulxlib: rename clock class's absolute property to "origin...
2019-05-02  Philippe Proulxsink.text.pretty: use fast clock class access
2019-05-02  Philippe Proulxsrc.text.dmesg: implement "seek beginning" and "can...
2019-05-02  Philippe Proulxsrc.text.dmesg: make clock class non-absolute
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 ProulxFix: src.text.dmesg: put leaking trace class on compone...
2019-05-02  Philippe Proulxsrc.text.dmesg: emit stream activity beginning/end...
2019-05-02  Philippe Proulxsink.text.pretty: print warning message on discarded...
2019-05-02  Francis DeslauriersFix: may be used uninitialized trace_name variable
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 ProulxClock snapshot API: use status
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 plural file names to singular
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: 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 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 ProulxMake API CTF-agnostic
2019-05-02  Philippe Proulxlib: fully detach CTF IR and CTF writer implementations
2019-05-02  Philippe Proulxsink.text.pretty: print discarded events/packets warning
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: make the "port connected" method return a status
2019-05-02  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-02  Philippe Proulxlib: simplify the public notification iterator interfaces
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 Proulxsink.text.pretty: 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 ProulxRemove `PLUGIN` from component class log level environm...
2017-11-02  Philippe Proulxsink.text.dmesg: remove `read-from-stdin` parameter...
2017-11-02  Philippe ProulxRename bt_ctf_X -> bt_X, maintain backward compat....
2017-09-17  Philippe ProulxFix: remove underscores from CTF IR field names at...
2017-09-16  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-08-15  Mathieu DesnoyersFix: handle unknown enum mapping
2017-08-07  Jérémie GalarneauFix: Dereference null return value
2017-07-18  Michael JeansonFix: use extern for variables instead of BT_HIDDEN
2017-07-18  Mathieu DesnoyersPretty plugin: only print negative timestamp warning...
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-07  Philippe Proulxsrc.text.dmesg: add `no-extract-timestamp` option
2017-07-06  Philippe ProulxAdd src.text.dmesg component class
2017-07-06  Philippe ProulxFix: remove clock value leak in sink.text.pretty
2017-07-06  Philippe Proulxsink.text.pretty: append `s` only if plural in discarde...
2017-07-06  Philippe Proulxsink.text.pretty: print discarded events and packets...
2017-07-06  Philippe ProulxAdd sink.utils.counter
2017-07-05  Michael JeansonBuild plugins as unversioned modules
2017-07-05  Michael JeansonPort: plugin system compat for mingw / macOS
2017-06-16  Philippe ProulxRemove the concept of event class attributes
2017-06-16  Philippe ProulxAdd BT_CTF_INTEGER_BASE_UNSPECIFIED
2017-06-14  Philippe ProulxRemove legacy printf_verbose()/printf_debug() and others
2017-06-12  Michael JeansonPort: Enable libtool to produce DLLs
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  Michael JeansonPort: Use portable format string for ISO 8601 dates
2017-06-09  Michael JeansonPort: Add time.h compat for mingw
2017-06-09  Philippe ProulxFix builds with built-in plugins
2017-06-09  Philippe Proulxtext.pretty: create an event string instead of using...
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
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...
next
This page took 0.053159 seconds and 7 git commands to generate.