Fix: add missing goto end on error
[babeltrace.git] / lib /
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...
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 Proulxplugins/ctf/common/notif-iter/notif-iter.c: add logging
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 Proulxir: do not try to create initial packet/event fields...
2017-06-09  Philippe Proulxlib/ctf-writer/writer.c: logging: change tag to `CTF...
2017-06-09  Michael JeansonAdd missing include of unistd.h
2017-06-09  Michael JeansonPort: use portable print format for size_t
2017-06-09  Michael JeansonPort: replace strerror_r() with glib g_strerror()
2017-06-09  Michael JeansonPort: Plugin extension is platform specific
2017-06-09  Michael JeansonPort: Fix libuuid compat on mingw
2017-06-09  Michael JeansonPort: Add bt_common_get_page_size
2017-06-09  Philippe Proulxir: do not create empty structure for optional scope...
2017-06-09  Philippe Proulxbt_value_get_type(): not a warning if value is NULL
2017-06-09  Philippe Proulxir: add BT_CTF_BYTE_ORDER_NONE and make it the default...
2017-06-09  Philippe Proulxstream.c: allow stream PC's `events_discarded` field...
2017-06-09  Philippe ProulxRemove warnings when using bt_plugin_create_all_from_dir()
2017-06-09  Philippe ProulxAdd bt_log_get_level_from_env() and use it
2017-06-09  Philippe Proulxpython-plugin-provider/python-plugin-provider.c: add...
2017-06-09  Philippe Proulxlib/plugin/plugin-so.c: add logging
2017-06-09  Philippe ProulxAdd bt_ctf_trace_add_is_static_listener() and ..._remov...
2017-06-09  Philippe ProulxFix builds with built-in plugins
2017-06-09  Philippe Proulxlib/plugin/plugin.c: improve log levels
2017-06-09  Philippe ProulxMake bt_graph_add_*_listener() function return a listen...
2017-05-28  Philippe Proulxlib/plugin/plugin.c: add logging
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
next
This page took 0.03848 seconds and 7 git commands to generate.