Docs: Document reference counting scheme implemented by Object
[babeltrace.git] / formats /
2016-01-05  Jonathan RajotteDo not use g_list_free_full
2015-10-26  Julien DesfossezOutput a warning if packets are lost
2015-10-26  Jérémie GalarneauClean-up: Use memset() to initialize packet_index
2015-10-26  Julien DesfossezSupport ctf index version 1.1
2015-10-19  Jérémie GalarneauCleanup: Don't hardcode include paths unnecessarily
2015-10-17  Jérémie GalarneauFix: include ctf-scanner-symbols.h to prefix yy_* symbols
2015-10-16  Jérémie GalarneauFix: missing includes break the out-of-tree build
2015-10-15  Mathieu DesnoyersFix: memstream compat layer requires use of babeltrace_...
2015-10-14  Mathieu DesnoyersFix: handle EINTR return value for bt_posix_fallocate
2015-10-14  Michael JeansonFix: warning, may be used uninitialized
2015-10-14  Michael JeansonPort: Add compat for strnlen and strndup
2015-10-14  Mathieu DesnoyersPort: Implement faccessat wrapper
2015-10-14  Jérémie GalarneauPort: implement posix_fallocate wrapper
2015-10-13  Alexis MartinPort: Add support for linkers with no support for ...
2015-10-13  Michael JeansonPort: Add compat for platforms with no MSG_NOSIGNAL...
2015-10-13  Michael JeansonPort: Replace bzero() by memset()
2015-10-13  Michael JeansonPort: Replace NAME_MAX by MAXNAMLEN
2015-10-13  Jérémie GalarneauChange UUID API prefix from babeltrace_ to bt_
2015-10-13  Michael JeansonPort: Add Solaris endian.h compat
2015-10-13  Michael JeansonFix: posix_fallocate() returns int > 0 on errors
2015-08-18  Michael JeansonFix: 32bit values index_major/minor used as 64bit
2015-08-07  Julien DesfossezHide the packet_seq_num field
2015-07-31  Philippe Proulxir: add bt_ctf_field_type_sequence/array_set_element_type()
2015-07-31  Philippe Proulxir: do not cache variant type's alignment
2015-07-30  Philippe Proulxir: empty structures are legal in CTF
2015-07-30  Philippe Proulxir: add field instance type ID helpers
2015-07-30  Philippe Proulxir: add bt_ctf_field_get_type_id()
2015-07-30  Philippe Proulxir: add field type ID helpers
2015-07-30  Jérémie GalarneauUnify reference counting using a common bt_object base
2015-07-29  Philippe Proulxir: add bt_ctf_trace_get_stream_class_by_id()
2015-07-29  Philippe Proulxir: add internal field path getters
2015-07-28  Philippe ProulxRename bt_object to bt_value
2015-07-17  Philippe Proulxir: consolidate reference counting functions
2015-07-16  Philippe ProulxFix: allow structure types to have a minimum align
2015-07-16  Philippe ProulxFix: require power of two for type alignment
2015-07-16  Philippe ProulxFix: do not init. BO of enums/arrays/sequences
2015-07-02  Jérémie GalarneauFix: Missing postfix_expression DOT keywords in CTF...
2015-07-02  Jérémie GalarneauFix: Create stream after adding its stream class to...
2015-07-02  Jérémie GalarneauFix: Remove overly-strict freeze check on variants...
2015-07-02  Jérémie GalarneauDocs: A stream has no ownership of its trace
2015-07-02  Jérémie GalarneauFix: Missing NULL check in bt_ctf_field_sequence_destroy
2015-05-25  Philippe Proulxir: add bt_ctf_field_variant_get_current_field()
2015-05-25  Jérémie GalarneauClean-up: get_field_type should only have one return...
2015-05-25  Jérémie GalarneauFix: bt_ctf_trace_freeze must fail if type resolving...
2015-05-22  Jérémie GalarneauFix: Return a variant's alignment as 0 (undefined).
2015-05-14  Jérémie Galarneauir: copy variants and sequences when setting a field...
2015-05-13  Jérémie GalarneauFix: ir: disallow setting the alignment of certain...
2015-05-13  Jérémie Galarneauir: compute array, sequence and structure alignment...
2015-05-13  Jérémie Galarneauir: support optional parameters in bt_ctf_field_type_va...
2015-05-13  Jérémie Galarneauir: support optional parameters in bt_ctf_field_type_st...
2015-05-13  Jérémie GalarneauClean-up: clean multi-line function call
2015-05-13  Jérémie GalarneauFix: Check validity of returned ctf_type_id
2015-05-12  Jérémie GalarneauFix: Missing check that token linked-list is not NULL
2015-05-12  Jérémie Galarneauir: validate sequence length fields and variant tags...
2015-05-12  Jérémie Galarneauir: validate sequence length fields and variant tags...
2015-05-12  Jérémie Galarneauir: Implement a field type visitor to resolve dynamic...
2015-05-11  Jérémie Galarneauir: only perform trace freeze if not already frozen
2015-05-11  Jérémie GalarneauClean-up: line exceeding 80 chars in trace.c
2015-05-11  Jérémie GalarneauDocs: add comment about bt_ctf_trace_add_stream_class...
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_variant_set_tag()
2015-05-11  Jérémie Galarneauir: add tag field path to variant field type
2015-05-11  Jérémie Galarneauir: add length_field_path to sequence field type
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_path internal API
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_variant_get_field_name_index()
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_structure_get_field_name_index()
2015-04-28  Philippe ProulxFix: ir: match .h names for get/set_header()
2015-04-28  Jérémie Galarneauir: add bt_ctf_event_set_payload_field()
2015-04-28  Philippe Proulxir: add bt_ctf_event_get_payload_field()
2015-04-28  Philippe Proulxir: add bt_ctf_event_copy() (event deep copy)
2015-04-28  Philippe Proulxir: make bt_ctf_field_copy() public
2015-04-28  Philippe ProulxFix: ir: copy struct/seq/array NULL fields
2015-04-28  Philippe ProulxFix: ir: incr ref of existing sequence/array field
2015-04-28  Philippe ProulxFix: ir: return current variant's field if possible
2015-04-28  Philippe ProulxFix: ir: seq copy: initialize internal array
2015-04-28  Philippe ProulxFix: ir: bt_ctf_field_copy(): copy payload_set
2015-04-20  Jérémie GalarneauReplace g_string_insert_len() by g_string_append_len()
2015-04-20  Philippe Proulxir: add bt_ctf_field_string_append_len()
2015-04-20  Philippe Proulxir: add bt_ctf_field_string_append()
2015-04-14  Philippe ProulxFix: ir: make sure "stream_id" attr is always right
2015-04-09  Jérémie GalarneauFix: Allow the addition of environment fields to a...
2015-04-09  Jérémie GalarneauCleanup: introduce internal bt_ctf_trace_freeze()
2015-04-09  Jérémie GalarneauMove bt_ctf_attributes API to internal headers
2015-03-20  Jérémie GalarneauFix: Uninitialized return value in bt_ctf_event_class_g...
2015-03-20  Jérémie Galarneauir: add trace accessor to bt_ctf_stream_class
2015-03-20  Jérémie Galarneauir: add stream accessor to bt_ctf_event
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 trace to bt_ctf_stream...
2015-03-20  Jérémie Galarneauir: add weak reference to parent stream to bt_ctf_event
2015-03-19  Philippe ProulxFix: ir: make duplicate event classes check smarter
2015-03-19  Philippe Proulxir: add attributes support to event classes
2015-03-19  Philippe Proulxir: make trace environment use bt_object
2015-03-17  Philippe Proulxir: add bt_ctf_stream_class_get_event_class_by_id()
2015-03-17  Philippe Proulxir: add bt_ctf_trace_get_clock_by_name()
2015-03-16  Jérémie GalarneauFix: Don't increment automatic stream-id twice
2015-03-16  Jérémie GalarneauImplement bt_ctf_trace stream class accessors
2015-03-16  Jérémie GalarneauImplement bt_ctf_trace_get_byte_order()
2015-03-16  Jérémie GalarneauImplement bt_ctf_field_type_variant_set_tag_name()
2015-03-16  Jérémie GalarneauFix: CTF 1.8 mandates that event "fields" must be a...
2015-03-16  Jérémie GalarneauFix: check string payload for NULL before calling g_str...
2015-03-16  Jérémie GalarneauImplement bt_ctf_event_class_get/set_payload()
next
This page took 0.038869 seconds and 7 git commands to generate.