babeltrace.git
2017-05-28  Philippe ProulxAdd basic utils.muxer tests
2017-05-28  Philippe ProulxAdd utils.muxer component class
2017-05-28  Philippe Proulxbt_plugin_create_append_all_from_dir(): use printf_verb...
2017-05-28  Philippe ProulxEvent notification: validate that CC in the CC prio...
2017-05-28  Philippe Proulxevent-class-internal.h: fix include warning
2017-05-28  Philippe Proulxtext.pretty: remove unused debug info options
2017-05-28  Philippe Proulxtext.pretty: use clock class with highest priority...
2017-05-28  Philippe ProulxAdd bt_plugin_find_component_class()
2017-05-28  Philippe ProulxFix: ctf: notif-iter.c: update_clock() uses the wrong...
2017-05-28  Philippe Proulxctf.fs: make clock classes absolute when it's an LTTng...
2017-05-28  Philippe ProulxUse the same values for different status codes
2017-05-28  Philippe ProulxAdd bt_component_class_is_source/filter/sink()
2017-05-28  Philippe ProulxAdd bt_port_is_input(), bt_port_is_output()
2017-05-28  Philippe ProulxAdd bt_component_is_source(), bt_component_is_filter...
2017-05-28  Philippe ProulxFix a few include warnings
2017-05-28  Philippe Proulxplugins/ctf/fs/metadata.c: remove invalid return code...
2017-05-28  Philippe Proulxbt_component_create(): create convenient empty map...
2017-05-28  Philippe ProulxAdd BT_NOTIFICATION_ITERATOR_STATUS_AGAIN status
2017-05-28  Philippe Proulxtest_graph_topo: test both "port connected" and "accept...
2017-05-28  Philippe ProulxAdd "port connected" component class method
2017-05-28  Philippe ProulxRename text.text sink CC to text.pretty
2017-05-28  Philippe ProulxRename lib/component/ -> lib/graph/ to match include...
2017-05-28  Philippe ProulxAdd `-internal` suffix to all internal header files
2017-05-28  Philippe ProulxAdd bt_version_get_*() functions to dynamically get...
2017-05-28  Philippe Proulx.gitignore: ignore gcov files
2017-05-28  Philippe Proulxctf plugin: add CTF metadata decoder API
2017-05-28  Philippe Proulxtests/lib/common.c: add missing includes
2017-05-28  Philippe Proulxbt_notification_event_create(): validate and freeze...
2017-05-28  Philippe ProulxAdd inactivity notification
2017-05-28  Philippe ProulxAdd frozen property to notification objects
2017-05-28  Philippe Proulxir: bt_ctf_event_set_clock_value(): validate clock...
2017-05-28  Philippe Proulxir: make sure you can't add a SC to a trace with a...
2017-05-28  Philippe ProulxCTF writer: restore native byte order is the CPU's...
2017-05-28  Philippe ProulxRename bt_ctf_trace_set_byte_order() -> bt_ctf_trace_se...
2017-05-28  Philippe Proulxtest_bt_ctf_field_type_validation: fix compiler warnings
2017-05-28  Philippe ProulxRename bt_ctf_type_id -> bt_ctf_field_type_id (and...
2017-05-28  Julien Desfossezfix Makefile for libbabeltrace-ctf
2017-05-28  Julien Desfossezfix warnings
2017-05-28  Julien Desfossezfix missing libbabeltrace-ctf for libctfcopytrace
2017-05-28  Julien Desfossezfixes after rebase on eepp-jgalar/fixes-mar-7
2017-05-28  Julien DesfossezText: handle output file
2017-05-28  Julien Desfosseztext: escape control sequences characters
2017-05-28  Julien DesfossezSupport for --clock-offset and --clock-offset-ns
2017-05-28  Julien DesfossezText output identical with babeltrace 1
2017-05-28  Julien Desfossezfix: missing equal sign when printing events without...
2017-05-28  Julien Desfossezdebug-info filter plugin
2017-05-28  Julien DesfossezMake bt_ctf_field_structure_set_field public
2017-05-28  Julien Desfossezcleanup error paths in trimmer, writer and ctfcopytrace
2017-05-28  Julien Desfosseztrimmer: Update the bounds of the trimmed packets
2017-05-28  Julien DesfossezFix graph facilities handling in writer component class
2017-05-28  Julien Desfossezfix trimmer compiled library name
2017-05-28  Julien Desfossezwriter: create event classes lazily
2017-05-28  Julien Desfossezlibcopytrace: export ctf_copy_event_header
2017-05-28  Julien DesfossezOverride clock fields in copied traces
2017-05-28  Julien DesfossezCreate a library to copy a CTF trace
2017-05-28  Julien DesfossezAllow to set the size of an integer type
2017-05-28  Julien DesfossezFix writer: leak of the event classes
2017-05-28  Julien DesfossezFix writer: missing put ref to values and types
2017-05-28  Julien DesfossezFix writer: leak of the header fields
2017-05-28  Philippe ProulxRename converter/ -> cli/ (it's more than a converter...
2017-05-28  Philippe ProulxEvent notification: pass CC priority map on creation
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-28  Philippe Proulxctf.fs: bt_ctf_notif_iter_create(): assert() that all...
2017-05-28  Philippe Proulxtrace.h: update API doc
2017-05-28  Philippe Proulxtests: add clock class priority map tests
2017-05-28  Philippe ProulxAdd clock class priority map object
2017-05-28  Philippe Proulxctf.fs: split streams, one per port
2017-05-28  Philippe ProulxAdd user data for private port
2017-05-28  Philippe ProulxAdd graph topology tests
2017-05-28  Philippe ProulxCall a single "ports connected/disconnected" graph...
2017-05-28  Philippe ProulxFix: call acting component's "port disconnected" method too
2017-05-28  Philippe Proulxbt_graph_connect() -> bt_graph_connect_ports()
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
2017-05-28  Philippe ProulxUpdate notification iterator's "init" function signature
2017-05-28  Philippe ProulxRemove the need to implement the notification iterator...
2017-05-28  Philippe Proulx"destroy" method -> "finalize" method
2017-05-28  Philippe ProulxAccept port connection method: take other port as parameter
2017-05-28  Philippe ProulxVisibility: split graph API into public and private...
2017-05-28  Philippe ProulxAdd graph event listeners
2017-05-28  Philippe ProulxAllow a component to remove a port and any user to...
2017-05-28  Philippe ProulxPut Python plugin support in a separate shared object
2017-05-28  Philippe ProulxAdd `babeltrace convert` argument tests
2017-05-28  Philippe ProulxCLI: add `run` command and make `convert` command use it
2017-05-28  Jérémie GalarneauFix: missing reference release in field reset
2017-05-28  Jérémie GalarneauFix: bt_connection_get_*_port() must take a reference...
2017-05-28  Jérémie GalarneauFix: only remove newly added components on connection...
2017-05-28  Jérémie GalarneauFix: only add components to graph if they are not alrea...
2017-05-28  Jérémie GalarneauFix: release the reference held by a child to its forme...
2017-05-28  Philippe Proulxbabeltrace-cfg.c: do not allow duplicate -v option
2017-05-28  Philippe Proulxbabeltrace-cfg.c: add "Command line error" prefix to...
2017-05-28  Philippe Proulxbabeltrace-cfg.c: do not infer text.text sink with -v
2017-05-28  Philippe Proulxbabeltrace(1): add --filter option to create filter...
2017-05-28  Philippe Proulxbabeltrace(1): escape '.' in PLUGIN.COMPCLS arguments
2017-05-28  Philippe Proulxcommon.c: bt_common_colors_supported(): add a few suppo...
2017-05-28  Jérémie GalarneauReturn component port counts by parameter
2017-05-28  Jérémie GalarneauRemove component prefix from graph, connection and...
2017-05-28  Jérémie GalarneauAdd missing include in component-sink-internal.h
2017-05-28  Jérémie GalarneauBuild and run hard-coded component graph in babeltrace.c
2017-05-28  Jérémie GalarneauUse graph facilities in dummy sink component class
2017-05-28  Jérémie GalarneauUse graph facilities in text component class
next
This page took 0.040547 seconds and 4 git commands to generate.