Python bt2: remove type restriction on structure __setitem__
[babeltrace.git] / lib / graph /
2017-09-15  Philippe ProulxImplement bt_private_connection_notification_iterator_f...
2017-09-15  Philippe ProulxRename bt_X_from_private_X() -> bt_X_from_private()
2017-09-15  Philippe ProulxAvoid unnecessary inclusions in public headers
2017-09-15  Philippe Proulxlib: add output port notification iterator
2017-09-15  Philippe ProulxSplit notification iterator API into base and specializ...
2017-09-15  Philippe ProulxRemove notification iterator seeking API until it's...
2017-09-15  Philippe Proulxlib: graph: disallow recursive consuming
2017-09-15  Philippe Proulxlib: graph.c: call bt_graph_consume_no_check() in bt_gr...
2017-09-15  Philippe ProulxAdd query executor
2017-08-15  Mathieu DesnoyersCleanup: no need to check for NULL before g_free
2017-08-11  Philippe ProulxAdd built-in colander sink component class
2017-08-11  Philippe Proulxgraph: check if graph has at least one sink to return...
2017-08-11  Philippe ProulxFix: CC prio. map. leak in event notification
2017-08-11  Philippe Proulxlib: do not finalize a non-initialized notification...
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-10  Philippe Proulxbt_notification_inactivity_create(): create an empty...
2017-08-10  Philippe Proulxbt_notification_event_create(): create an empty CC...
2017-08-10  Philippe Proulxlib: use `enum bt_port_status` where possible
2017-08-09  Mathieu DesnoyersFix: null check after deref, use uninitialized or freed...
2017-07-18  Mathieu DesnoyersFix: packet sequence number handling and discarded...
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-06  Philippe ProulxAutomatically generate discarded packets/events notific...
2017-07-06  Philippe Proulxlib/graph/notification/inactivity.c: add missing `ret...
2017-07-06  Philippe Proulxlib/graph/notification/stream.c: add logging
2017-07-06  Philippe Proulxlib/graph/notification/packet.c: add logging
2017-07-06  Philippe ProulxRemove unused bt_notification_get_stream()
2017-07-06  Philippe Proulxlib/graph/notification/inactivity.c: add logging
2017-07-06  Philippe Proulxlib/graph/notification/event.c: add logging
2017-07-05  Jérémie GalarneauFix: bt_component_create is not hidden
2017-06-09  Philippe ProulxAdd bt_graph_add_component(), make bt_component_create...
2017-06-09  Philippe ProulxEnd connection on destruction
2017-06-09  Philippe ProulxCancel the graph on destruction
2017-06-09  Philippe Proulxconnection.c: refuse to create a notif. iter. when...
2017-06-09  Philippe Proulxlib/graph/{filter.c,sink.c,source.c}: fix log messages
2017-06-09  Philippe ProulxFix: do not use BT_MOVE() when the destination memory...
2017-06-09  Philippe ProulxMake bt_private_connection_create_notification_iterator...
2017-06-09  Philippe ProulxRefuse to add port to component when parent graph is...
2017-06-09  Philippe Proulxgraph.c: do not warn when the graph is canceled during...
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Philippe ProulxMake bt_graph_connect_ports() return a status code
2017-06-09  Philippe ProulxAdd bt_connection_is_ended()
2017-06-09  Philippe ProulxFix: cancel a notif. iter. finalized during its "next...
2017-06-09  Philippe ProulxFix: do not allow a notif. iter. to call the user's...
2017-06-09  Philippe ProulxMake bt_graph_add_*_listener() function return a listen...
2017-05-28  Philippe ProulxReplace all assert(false) and assert(0) with abort()
2017-05-28  Philippe Proulxlib/graph/iterator.c: add logging
2017-05-28  Philippe Proulxlib/graph/clock-class-priority-map.c: add logging
2017-05-28  Philippe Proulxlib/graph/component-class.c: add logging
2017-05-28  Philippe Proulxlib/graph/sink.c: add logging
2017-05-28  Philippe Proulxlib/graph/filter.c: add logging
2017-05-28  Philippe Proulxlib/graph/source.c: add logging
2017-05-28  Philippe ProulxRemove useless component/iterator validation functions
2017-05-28  Philippe Proulxbt_notification_iterator_create(): assert the type...
2017-05-28  Philippe Proulxlib/graph/connection.c: add logging
2017-05-28  Philippe Proulxlib/graph/notification/event.c: fix clock class leak
2017-05-28  Philippe Proulxlib/graph/port.c: add logging
2017-05-28  Philippe ProulxRemove component's initialization state flag
2017-05-28  Philippe Proulxlib/graph/component.c: add logging
2017-05-28  Philippe ProulxRemove bt_component_set_name()
2017-05-28  Philippe Proulxlib/graph/graph.c: add logging
2017-05-28  Philippe ProulxRemove bt_graph_add_component_as_sibling()
2017-05-28  Philippe ProulxEvent notification: make sure contained event has a...
2017-05-28  Mathieu DesnoyersFix: don't call iterator finalize more than once
2017-05-28  Philippe ProulxCollect useless graph's connections
2017-05-28  Philippe Proulxbabeltrace(1): handle SIGINT to cancel the graph gracefully
2017-05-28  Philippe ProulxFix possible leaks in graph's current design
2017-05-28  Mathieu DesnoyersImplement ctf.lttng-live component
2017-05-28  Philippe ProulxAdd graph cancellation API
2017-05-28  Philippe Proulxport.{h,c}: use `bt_bool` instead of `int` where approp...
2017-05-28  Philippe ProulxDo not use `bool` type; use new `bt_bool` instead
2017-05-28  Philippe ProulxSubscribe to notifications when creating a notif. iterator
2017-05-28  Philippe ProulxRemove default port API
2017-05-28  Philippe ProulxSet private port's user data on creation
2017-05-28  Philippe ProulxStandardize *get_*() functions
2017-05-28  Philippe ProulxStandardize *get_*_count() functions
2017-05-28  Philippe ProulxUse bt_clock_class_priority_map_add_clock_class() to...
2017-05-28  Philippe ProulxAdd bt_clock_class_priority_map_copy()
2017-05-28  Philippe ProulxFreeze bt_clock_class_priority_map in related notifications
2017-05-28  Philippe ProulxNotification iterator: generate automatic notifications...
2017-05-28  Philippe ProulxEvent notification: validate that CC in the CC prio...
2017-05-28  Philippe ProulxUse the same values for different status codes
2017-05-28  Philippe Proulxbt_component_create(): create convenient empty map...
2017-05-28  Philippe ProulxAdd "port connected" component class method
2017-05-28  Philippe ProulxRename lib/component/ -> lib/graph/ to match include...
This page took 0.058258 seconds and 7 git commands to generate.