test_convert_args: test multiple leftover arguments
[babeltrace.git] / plugins / utils /
2019-05-03  Philippe ProulxFix: flt.utils.trimmer: accept inited streams ending...
2019-05-03  Philippe Proulxflt.utils.muxer: validate clock classes on stream begin...
2019-05-03  Francis Deslauriersflt.utils.trimmer: fix: variables used uninitialized
2019-05-03  Philippe ProulxFix: flt.utils.muxer: use return value (clock class)
2019-05-03  Francis DeslauriersFix: flt.utils.muxer: reset is_ended variable after...
2019-05-03  Philippe Proulxsink.utils.counter: use a default step of 10,000
2019-05-03  Philippe Proulxsink.utils.counter: handle all types of messages
2019-05-03  Philippe Proulxcommon-internal.h: prefix functions with `bt_common_`
2019-05-03  Philippe ProulxAdapt `flt.utils.trimmer` to current API
2019-05-03  Philippe Proulxflt.utils.muxer: do not release upstream iterators...
2019-05-03  Francis Deslaurierslib: rename inactivity msg to msg iterator inactivity msg
2019-05-03  Philippe Proulxlib: add sink component class's "graph is configured...
2019-05-03  Philippe Proulxlib: rename clock class's absolute property to "origin...
2019-05-03  Philippe ProulxFix: flt.utils.muxer: make sure message's default clock...
2019-05-03  Philippe Proulxflt.utils.muxer: implement "seek beginning" and "can...
2019-05-03  Philippe Proulxflt.utils.muxer: handle all message types specifically
2019-05-03  Philippe Proulxlib: have default clock snapshot in event message
2019-05-03  Philippe Proulxlib: fully configure graph (add components, connect...
2019-05-03  Francis Deslauriersflt.utils.muxer: fix muxer_init prototypes
2019-05-03  Philippe Proulxlib: do not allow port to be removed when message itera...
2019-05-03  Philippe Proulxlib: add aliases for Babeltrace enumeration types
2019-05-03  Philippe ProulxClock snapshot API: use status
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: rename plural file names to singular
2019-05-03  Philippe Proulxlib: rename "begin" to "beginning" when used as a noun
2019-05-03  Philippe Proulxbt_value_map_extend(): put output parameter as last...
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: make values API const-correct
2019-05-03  Philippe Proulxlib: bt_object_{get,put}_ref(): accept a `const` parameter
2019-05-03  Philippe Proulxlib: rename transforming bt_X_borrow_Y() -> bt_X_as_Y()
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 ProulxValues API: standardize parameters and return values
2019-05-03  Philippe ProulxValues API: split into private and public APIs
2019-05-03  Philippe ProulxRename: bt_put(), bt_get() -> bt_object_put_ref(),...
2019-05-03  Philippe ProulxValues API: standardize function names
2019-05-03  Philippe ProulxRename: "field class ID" -> "field class type"
2019-05-03  Philippe ProulxRename: field type -> field class
2019-05-03  Philippe ProulxMake API CTF-agnostic
2019-05-03  Philippe Proulxlib: fully detach CTF IR and CTF writer implementations
2019-05-03  Philippe Proulxlib: remove clock class priority map, use default clock...
2019-05-03  Philippe Proulxlib: make the "port connected" method return a status
2019-05-03  Philippe Proulxlib: notification iterator: transfer a batch of notific...
2019-05-03  Philippe Proulxlib: simplify the public notification iterator interfaces
2019-05-03  Philippe Proulxlib: use object pool for event and packet notifications
2019-05-03  Philippe Proulxsink.utils.counter: use "borrow" functions where possible
2019-05-03  Philippe Proulxflt.utils.muxer: use "borrow" functions where possible
2019-05-03  Philippe ProulxSplit CTF IR and CTF writer APIs and implementations
2019-05-03  Philippe ProulxNotification iterator: transform precondition checks...
2019-05-03  Philippe ProulxReplace assert() -> BT_ASSERT() and some preconditions...
2017-12-06  Michael JeansonTypo: priorty -> priority
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-17  Philippe Proulxflt.utils.trimmer: allow `begin`/`end` params. to be...
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 ProulxRemove notification iterator seeking API until it's...
2017-08-21  Jérémie GalarneauFix filter.utils.muxer: NULL dereference in logging...
2017-08-09  Mathieu DesnoyersCleanup: identical code for different branches
2017-08-07  Julien DesfossezStandard logging for trimmer/copy.c
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 ProulxAdd sink.utils.counter
2017-07-06  Philippe ProulxFix: flt.utils.muxer: not always an ERROR to fail to...
2017-07-06  Philippe ProulxSimplify sink.utils.dummy: only one upstream notificati...
2017-07-06  Philippe Proulxplugins/utils/muxer/muxer.c: add logging
2017-07-06  Philippe Proulxplugins/utils/trimmer/iterator.c: use unique logging tag
2017-07-05  Michael JeansonBuild plugins as unversioned modules
2017-07-05  Michael JeansonPort: plugin system compat for mingw / macOS
2017-06-21  Julien DesfossezCopy the packet_header in the plugins
2017-06-21  Julien DesfossezFix copytrace: copy packet_context
2017-06-14  Philippe ProulxRemove legacy printf_verbose()/printf_debug() and others
2017-06-13  Michael JeansonPort: Enable libtool to produce DLLs
2017-06-09  Jérémie Galarneausource.ctf.fs: implement the trace-info query
2017-06-09  Philippe Proulxutils.muxer: expect specific clock class properties...
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 Desfossezalways copy packet/content_size, they are overwritten...
2017-06-09  Michael JeansonPort: Add timegm compat for mingw
2017-06-09  Michael JeansonPort: Add time.h compat for mingw
2017-06-09  Philippe Proulxutils.muxer: remove upstream notif. iter. once ended...
2017-06-09  Philippe ProulxFix builds with built-in plugins
2017-05-28  Jérémie GalarneauRename "ignore-absolute" parameter to "assume-absolute...
2017-05-28  Jérémie GalarneauFix: missing error code on signed clock value in trimmer
2017-05-28  Philippe ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Julien Desfosseztrimmer: cleanup the packet_map if iterator destroyed...
2017-05-28  Julien Desfosseztrimmer: close when end is reached
2017-05-28  Julien Desfosseztrimmer fix: notification handling
2017-05-28  Julien Desfossezcopytrace: option to skip the copy of packet/content...
2017-05-28  Mathieu DesnoyersFix: muxer: handle CANCELED status
2017-05-28  Philippe Proulxutils.muxer: fix ownership of objects
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...
2017-05-28  Philippe ProulxSubscribe to notifications when creating a notif. iterator
2017-05-28  Philippe Proulxutils.muxer: add and handle `ignore-absolute` parameter
next
This page took 0.052369 seconds and 7 git commands to generate.