Update version to v1.5.11
[babeltrace.git] / formats / ctf /
2019-12-13  Mathieu DesnoyersFix: lttng-live format: do not error out on empty strea...
2019-04-04  Jérémie GalarneauFix: array and sequence field's 'elems' members can...
2018-02-20  Jonathan RajottePropagate error from packet_seek in case of truncated...
2018-02-20  Mathieu DesnoyersFix: report truncated files while reading
2018-02-01  Jérémie GalarneauFix: use signed accessors for clock offsets
2018-01-31  Mathieu DesnoyersFix: handle packet_seek errors
2017-10-04  Mathieu Desnoyerslttng-live: print discarded event and packet lost warni...
2017-02-21  Jérémie GalarneauAdd empty plug-in hooks to prevent their elimination...
2017-02-21  Michael JeansonPort: Link with no-undefined on Windows
2016-10-28  Jérémie GalarneauFix mixing of bt_ctf_scope and bt_ctf_ir_scope enums
2016-10-28  Jérémie GalarneauRevert ABI-breaking enum bt_ctf_string_encoding change
2016-10-28  Jérémie GalarneauFix: warnings emitted because of enum ctf_string_encodi...
2016-10-24  Jérémie GalarneauPython build fix
2016-10-24  Jérémie GalarneauFix enum rename warnings
2016-10-24  Jérémie GalarneauHide bt_ctf_writer_get_trace()
2016-10-24  Jérémie GalarneauHide bt_ctf_trace_* symbols
2016-10-24  Jérémie GalarneauHide get_field_paths_lca_index()
2016-10-24  Jérémie GalarneauRemove bt_ctf_writer_add_environment_field_int64
2016-10-24  Jérémie GalarneauHide new bt_ctf_stream_* symbols
2016-10-24  Jérémie GalarneauHide new bt_ctf_stream_class_* symbols
2016-10-24  Jérémie GalarneauHide new bt_ctf_field_type_* symbols
2016-10-24  Jérémie GalarneauHide new bt_ctf_packet_* symbols
2016-10-24  Jérémie GalarneauHide new bt_ctf_field_* symbols
2016-10-24  Jérémie GalarneauHide new bt_ctf_field_path_* symbols
2016-10-24  Jérémie GalarneauHide new bt_ctf_event_* symbols
2016-10-24  Jérémie GalarneauHide bt_ctf_event_class_* symbols
2016-10-24  Jérémie GalarneauHide new bt_ctf_clock_* symbols
2016-10-24  Jérémie GalarneauHide bt_get and bt_put
2016-10-24  Jérémie GalarneauHide bt_values and bt_attributes in libbabeltrace-ctf
2016-10-24  Jérémie GalarneauBackport the CTF-IR interface
2016-05-30  Michael JeansonFix: Don't dereference null ptr in error path
2016-05-25  Antoine BusqueStandardise spelling of debug info
2016-05-13  Jérémie GalarneauChange behaviour of stream-intersection with multiple...
2016-05-03  Jérémie GalarneauFix: overflow of signed integer results in undefined...
2016-05-03  Antoine BusqueAdd --debug-info-target-prefix
2016-05-03  Jérémie GalarneauRename opt_debug_dir to opt_debug_info_dir
2016-05-02  Antoine BusqueAdd bt_ctf_iter_create_intersect to CTF iterator API
2016-04-25  Antoine BusqueInitial implementation of the debuginfo API
2016-04-22  Philippe ProulxStore "tracer_name" from the trace's environment
2016-04-22  Julien DesfossezOption to only show streams' intersection
2016-04-22  Julien DesfossezOutput a warning if packets are lost
2016-04-22  Jérémie GalarneauClean-up: Use memset() to initialize packet_index
2016-04-22  Julien DesfossezSupport ctf index version 1.1
2016-02-12  Mathieu DesnoyersFix: out-of-bound memory access
2015-11-10  Jérémie GalarneauFix: Confusion between stream and stream class IDs
2015-10-20  Jérémie GalarneauCleanup: Don't hardcode include paths unnecessarily
2015-10-20  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-16  Mathieu DesnoyersFix: handle EINTR return value for bt_posix_fallocate
2015-10-16  Michael JeansonPort: Add compat for strnlen and strndup
2015-10-16  Mathieu DesnoyersPort: Implement faccessat wrapper
2015-10-16  Jérémie GalarneauPort: implement posix_fallocate wrapper
2015-10-16  Alexis MartinPort: Add support for linkers with no support for ...
2015-10-16  Jérémie GalarneauChange UUID API prefix from babeltrace_ to bt_
2015-10-16  Michael JeansonPort: Add Solaris endian.h compat
2015-10-16  Michael JeansonFix: posix_fallocate() returns int > 0 on errors
2015-08-18  Michael JeansonFix: 32bit values index_major/minor used as 64bit
2015-07-02  Jérémie GalarneauFix: Missing postfix_expression DOT keywords in CTF...
2015-01-05  Mathieu DesnoyersFix: allow empty CTF files
2014-12-12  Jérémie GalarneauFix: Incorrect variant tag validation
2014-10-02  Mathieu DesnoyersFix: offset_s and CTF clocks with frequency != 1GHz
2014-09-23  Mathieu DesnoyersFix: incorrect compiler warning
2014-09-23  Jérémie GalarneauFix: Don't assume that PROT_WRITE grants read permissions
2014-09-17  Mathieu DesnoyersFix: align objstack on 8 bytes
2014-07-31  Mathieu DesnoyersFix: don't perform unaligned integer read/writes
2014-07-31  Fredrik MarkströmFix: Align buffers from objstack_alloc on sizeof(void *)
2014-07-29  Jérémie GalarneauFix: bt_ctf_field_type_structure_add_field argument...
2014-07-14  Julien DesfossezFix: mmap trace read the stream_id from the first packet
2014-05-21  Jérémie GalarneauFix: Report the sequence's length field's value as...
2014-02-26  Mathieu DesnoyersFix: events discarded timing inaccuracy
2014-02-25  Jérémie GalarneauFix: Don't assert on metadata generation failure
2014-02-25  Mathieu DesnoyersFix: accept empty metadata on append
2014-02-24  Julien DesfossezFix: missing little endian conversion for one index...
2014-02-21  Mathieu DesnoyersCleanup: remove logically dead code
2014-02-21  Mathieu DesnoyersFix: untrusted value as argument
2014-02-19  Mathieu DesnoyersCTF: Support incremental metadata append
2014-02-19  Mathieu DesnoyersFix: ctf.c fscanf missing integer length check
2014-02-19  Mathieu DesnoyersBump soname version to 1.0.0
2014-02-18  Mathieu DesnoyersMove scanner allocation/free outside of ctf_open_trace_...
2014-02-18  Mathieu DesnoyersCTF parser: prepare for incremental metadata parsing
2014-02-13  Jérémie GalarneauFix: Unchecked array index when importing trace indexes
2014-02-10  Mathieu DesnoyersFix: ctf: uninitialized packet_index, misuse of index
2014-02-08  Julien DesfossezAttach and list by session name and hostname
2014-02-08  Mathieu DesnoyersCompute discarded events in live
2014-02-08  Mathieu DesnoyersMerge real index and cycles index into a single index
2014-02-07  Julien DesfossezFix: import index containing only a header
2013-12-13  Julien DesfossezLive: let read API detect inactive streams, allow strea...
2013-12-10  Mathieu DesnoyersFix: disallow re-using same event ID in same stream
2013-12-04  Julien DesfossezAdd a private pointer to the ctf_stream_pos
2013-12-03  Mathieu DesnoyersCleanup: remove index_read (unused var)
2013-12-03  Mathieu DesnoyersRefuse 0 integer size
2013-12-01  Jérémie GalarneauFix ctf-writer: possible use after free
2013-11-30  Julien DesfossezFix data_offset when importing the indexes
2013-11-29  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-11-29  Jérémie GalarneauFix ctf-writer: Quote strings provided as enumeration...
2013-11-27  Mathieu DesnoyersCleanup: do not duplicate code in float fix
2013-11-27  Mathieu DesnoyersFix: floats should set content size in tmp definition
2013-11-27  Julien DesfossezHandle packets containing only a header
2013-11-27  Julien DesfossezHandle the inactive streams
2013-11-27  Mathieu DesnoyersFix: test content size vs headers len
next
This page took 0.04102 seconds and 7 git commands to generate.