src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / formats / ctf / ir / stream.c
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-28  Jérémie GalarneauFix: missing reference release in field reset
2017-05-28  Jérémie GalarneauWriter fix: set packet size to 0 on flush failure
2017-05-28  Jérémie GalarneauWriter: only reset automatically-set fields
2017-05-28  Jérémie GalarneauWriter: introduce try_set_structure_integer_field
2017-05-28  Jérémie GalarneauWriter: set the discarded events's value before serializing
2017-05-28  Jérémie GalarneauWriter: validating the packet header is not necessary
2017-05-28  Jérémie GalarneauWriter: don't allow more than one packet without packet...
2017-05-28  Jérémie GalarneauWriter: minimize packet padding
2017-05-28  Jérémie GalarneauWriter: support traces defining no packet contexts
2017-05-27  Philippe Proulxir: add bt_ctf_clock_class object, modify bt_ctf_clock...
2017-05-27  Philippe Proulxir: stream: add bt_ctf_stream_is_writer()
2017-05-27  Jérémie GalarneauAllow NULL (unset) packet, stream and event headers...
2017-05-27  Jérémie GalarneauReplace hackish use of bt_ctf_field_validate by is_set
2017-05-27  Jérémie GalarneauTrack clock states in notification iterator
2016-02-24  Philippe Proulxir: bt_ctf_stream_append_event(): do not always reset...
2016-02-22  Philippe Proulxir: add bt_ctf_event_get_clock_value()
2016-02-22  Philippe Proulxir: bt_ctf_stream_append_event(): do not append event...
2016-02-22  Philippe Proulxir: remove unused event header/context fields from...
2016-02-22  Philippe Proulxir: add optional name property to stream
2016-02-22  Philippe Proulxir: make bt_ctf_stream_create() public
2016-02-22  Philippe Proulxir: verify stream mode in stream functions
2016-02-22  Philippe Proulxir: freeze event on bt_ctf_stream_append_event()
2016-02-19  Philippe Proulxir: move the stream event ctx field to the event
2016-02-19  Philippe Proulxir: rename event-fields/event-types -> fields/field...
2016-02-19  Philippe Proulxir: rename ctf_type_id -> bt_ctf_type_id
2016-02-19  Philippe Proulxir: refactor FT validation and resolving
2016-01-26  Jérémie GalarneauFix: Wrong variable checked for allocation failure
2016-01-19  Jérémie GalarneauImplement new CTF-IR reference counting scheme
2016-01-19  Jérémie GalarneauUse bt_put instead of bt_ctf_field_put as release callback
2015-07-30  Jérémie GalarneauUnify reference counting using a common bt_object base
2015-07-17  Philippe Proulxir: consolidate reference counting functions
2015-07-02  Jérémie GalarneauDocs: A stream has no ownership of its trace
2015-03-20  Jérémie GalarneauCleanup: remove unused bt_ctf_stream_set_trace function
2015-03-20  Jérémie Galarneauir: add weak reference to parent stream to bt_ctf_event
2015-03-13  Jérémie GalarneauFix: Check stream fd value before closing
2015-03-13  Jérémie GalarneauFix: missing allocation error check
2015-02-13  Jérémie GalarneauPopulate event header from mapped timestamp clock
2015-02-04  Jérémie GalarneauAdd support for custom event headers
2015-01-28  Jérémie GalarneauFix: lazy-mmap() streams when flushing
2015-01-28  Jérémie GalarneauFix: lock stream class after assigning stream id
2015-01-23  Jérémie GalarneauRevert "Add event header accessors and support for...
2015-01-15  Jérémie GalarneauAdd event header accessors and support for custom event...
2015-01-06  Jérémie GalarneauAdd missing stream class accessor
2015-01-06  Jérémie GalarneauAdd stream packet header accessors
2015-01-06  Jérémie GalarneauAdd trace packet header accessors and support custom...
2014-12-15  Jérémie GalarneauFix: Check integer signedness in packet header when...
2014-12-15  Jérémie GalarneauDocs: Add a comment about event validation in bt_ctf_st...
2014-12-15  Jérémie GalarneauCleanup: Misplaced end label in bt_ctf_stream_get_packe...
2014-12-15  Jérémie GalarneauAdd stream_event_context accessors
2014-12-15  Jérémie GalarneauCleanup: Missing whitespace in comment
2014-12-15  Jérémie GalarneauAdd stream_event_context accessors
2014-10-20  Jérémie GalarneauAdd Trace CTF IR type
2014-10-16  Jérémie GalarneauChange CTF IR header descriptions from CTF Writer to...
2014-07-29  Jérémie GalarneauAdd stream packet header accessors
2014-06-28  Jérémie GalarneauImplement CTF-IR stream getters
2014-06-28  Jérémie GalarneauMove CTF-Writer stream to CTF-IR
This page took 0.094932 seconds and 6 git commands to generate.