Fix: variable declaration shadows previously declared variable
[babeltrace.git] / lib /
2017-09-17  Jérémie GalarneauFix: ctf-writertype serialization must 'escape' '_...
2017-09-17  Jérémie GalarneauCleanup: use tabs for code indentation
2017-09-17  Jérémie GalarneauFix: NULL dereference on sampling and restoration of...
2017-09-17  Philippe ProulxFix: remove underscores from CTF IR field names at...
2017-09-16  Jérémie GalarneauOmit 'value' from is_set and reset field functions
2017-09-16  Jérémie GalarneauCleanup: line exceeds 80 chars
2017-09-16  Jérémie GalarneauFix: ensure sequence length field value is set and...
2017-09-16  Jérémie GalarneauCleanup: coding style mandates space after cast operator
2017-09-16  Jérémie GalarneauAdd field value is_set and reset functions to the publi...
2017-09-16  Jérémie GalarneauAllocate structure fields on creation
2017-09-16  Jérémie GalarneauUse boolean for frozen and set field states
2017-09-16  Jérémie GalarneauEnumeration mapping iterator's initial position is...
2017-09-15  Philippe Proulxlib/ctf-ir/utils.c: lazy-initialize the hash table...
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 ProulxSplit clock value API from clock class API
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 Proulxir: stream.c: do not truncate file at each packet flush
2017-09-15  Philippe ProulxAdd query executor
2017-08-18  Philippe Proulxlib/plugin/plugin.c: log more details when g_module_ope...
2017-08-15  Mathieu DesnoyersCleanup: no need to check for NULL before g_free
2017-08-11  Philippe Proulxlib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL...
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 Proulxbt_ctf_clock_value_create(): freeze clock class
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-11  Philippe Proulxir: trace: 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: ctf-testsuite variant-missing-fields
2017-08-09  Mathieu DesnoyersFix: unchecked return value of bt_ctf_field_type_get_fi...
2017-08-09  Mathieu DesnoyersFix: remove dead code
2017-08-09  Mathieu DesnoyersFix: dereference after null check
2017-08-09  Mathieu DesnoyersFix: Dereference null return value
2017-08-09  Mathieu DesnoyersFix: null check after deref, use uninitialized or freed...
2017-08-07  Mathieu DesnoyersFix: assert compared unsigned to 0
2017-08-07  Mathieu DesnoyersFix: resolve.c: enum type mismatch
2017-07-19  Michael JeansonPort: handle 'size_t' / 'off_t' on Solaris
2017-07-18  Philippe ProulxFix: clock-class.c: cache ns from Epoch and check for...
2017-07-18  Mathieu DesnoyersFix: packet sequence number handling and discarded...
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonCleanup: uuid library detection
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-06  Philippe Proulxlib/ctf-ir/clock-class.c: serialize `true`/`false`...
2017-07-06  Philippe Proulxlib/ctf-ir/clock-class.c: only serialize UUID if it...
2017-07-06  Philippe Proulxlib: use dedicated BT_LOG*_ERRNO() instead of using...
2017-07-06  Philippe Proulxir: stream: prefer to use stream's name for (CTF writer...
2017-07-06  Philippe ProulxAutomatically generate discarded packets/events notific...
2017-07-06  Philippe Proulxlib/ctf-ir/trace.c: validate PH `packet_seq_num` field
2017-07-06  Philippe Proulxlib/graph/notification/inactivity.c: add missing `ret...
2017-07-06  Philippe Proulxbt_ctf_clock_class_create(): add a frequency parameter
2017-07-06  Philippe Proulxstream.c: standardize "Cannot truncate stream file...
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 ProulxFix: allow NULL (unnamed) in bt_ctf_stream_class_{get...
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  Michael JeansonPort: plugin system compat for mingw / macOS
2017-07-05  Michael JeansonAdd libbabeltrace-ctf for backwards compat
2017-07-05  Michael JeansonPort: Replace readdir_r by nftw
2017-07-05  Michael JeansonPort: dirfd is not portable, replace it
2017-07-05  Jérémie GalarneauFix: bt_component_create is not hidden
2017-06-16  Julien DesfossezFix: event_header is optional
2017-06-16  Julien DesfossezFix: wrong return code check on try_set
2017-06-16  Julien DesfossezFix: the fields to reset are optional
2017-06-16  Philippe ProulxRemove the concept of event class attributes
2017-06-16  Philippe ProulxBT_CTF_BYTE_ORDER_NONE -> BT_CTF_BYTE_ORDER_UNSPECIFIED...
2017-06-16  Philippe ProulxAdd BT_CTF_INTEGER_BASE_UNSPECIFIED
2017-06-16  Jérémie GalarneauFix: Stream classes' id field is always serialized
2017-06-16  Julien DesfossezFix: flush stream without packet_context
2017-06-14  Philippe ProulxRemove legacy printf_verbose()/printf_debug() and others
2017-06-14  Philippe Proulxir: fields.c: fix public function names to get/set...
2017-06-12  Michael JeansonPort: Enable libtool to produce DLLs
2017-06-12  Michael JeansonDon't add module symbols to global namespace
2017-06-09  Mathieu DesnoyersFix: various fixes for ctf-traces/succeed test cases
2017-06-09  Mathieu DesnoyersFix: event, stream names can be strings
2017-06-09  Philippe Proulxbt_ctf_field_type_integer_set_size(): take unsigned...
2017-06-09  Philippe Proulxbt_ctf_stream_get_discarded_events_count(): return int
2017-06-09  Philippe Proulxir: do not automatically generate a UUID in bt_ctf_cloc...
2017-06-09  Mathieu Desnoyersplugin-so: use list of components instead of glib hash...
2017-06-09  Philippe ProulxFix build with BUILT_IN_PLUGINS=1
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...
next
This page took 0.041364 seconds and 7 git commands to generate.