src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / formats / ctf / ctf.c
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-26  Michael JeansonCleanup: bt namespace for compat memstream.h
2016-09-14  Jérémie GalarneauAdd empty plug-in hooks to prevent their elimination...
2016-08-19  Nathan LynchDo not use g_quark_from_static_string in unloadable...
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-04-21  Antoine BusqueAdd --debug-info-target-prefix
2016-04-20  Jérémie GalarneauRename opt_debug_dir to opt_debug_info_dir
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
2016-04-04  Jérémie GalarneauRephrase error message
2016-04-04  Julien DesfossezOption to only show streams' intersection
2016-02-19  Philippe Proulxir: rename ctf_type_id -> bt_ctf_type_id
2016-02-13  Mathieu DesnoyersHandle negative time and offset from Epoch
2016-02-11  Mathieu DesnoyersFix: out-of-bound memory access
2016-02-10  Michael JeansonFix: Check return value of fpathconf
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-14  Mathieu DesnoyersFix: handle EINTR return value for bt_posix_fallocate
2015-10-14  Mathieu DesnoyersPort: Implement faccessat wrapper
2015-10-14  Jérémie GalarneauPort: implement posix_fallocate wrapper
2015-10-13  Jérémie GalarneauChange UUID API prefix from babeltrace_ to bt_
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-01-28  Jérémie GalarneauFix: lazy-mmap() streams when flushing
2015-01-05  Mathieu DesnoyersFix: allow empty CTF files
2014-09-23  Jérémie GalarneauFix: Don't assume that PROT_WRITE grants read permissions
2014-07-14  Julien DesfossezFix: mmap trace read the stream_id from the first packet
2014-02-26  Mathieu DesnoyersFix: events discarded timing inaccuracy
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 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-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-04  Julien DesfossezAdd a private pointer to the ctf_stream_pos
2013-12-03  Mathieu DesnoyersCleanup: remove index_read (unused var)
2013-11-30  Julien DesfossezFix data_offset when importing the indexes
2013-11-29  Mathieu DesnoyersMerge branch 'master' into bindings/python
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
2013-11-27  Mathieu DesnoyersFix: check packet index len
2013-11-27  Mathieu DesnoyersFix: uncheck null pointer
2013-11-27  Mathieu DesnoyersFix: test for less than 1 byte packets
2013-11-27  Mathieu DesnoyersFix: reversed logic in packet vs content size
2013-11-27  Mathieu DesnoyersFix: clarify end of packet error
2013-11-26  Julien DesfossezParse CTF indexes
2013-11-26  Mathieu DesnoyersFix: fail when reading 0 byte event
2013-11-12  Jérémie GalarneauMerge branch 'master' into bindings/python
2013-10-31  Jérémie GalarneauFix: Use the packet's final size when mmap-ing the...
2013-07-05  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-06-26  Mathieu DesnoyersCleanup: comment mismatch with code
2013-06-17  Mathieu DesnoyersFix: use index, not cur_index, for SEEK_SET validation
2013-05-15  Jérémie GalarneauFix: Remove extra quote after an include directive
2013-05-07  JP IkaheimonenMove memstream.h and uuid.h to include/babeltrace/compa...
2013-05-04  Mathieu DesnoyersFix: handling of empty streams
2013-05-02  Ikaheimonen, JPAdd new option --clock-offset-ns
2013-04-25  Mathieu DesnoyersFix: add missing error return when create_event_definit...
2013-04-23  Mathieu DesnoyersMove clock to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersMove trace collection pointer to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersMove bt_handle to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersMove bt_context to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersPrivatize struct bt_trace descriptor, move trace path
2013-04-23  Mathieu DesnoyersAdd backward ref from bt_stream_pos to bt_trace_descriptor
2013-04-22  Mathieu DesnoyersFix kFreeBSD build
2013-04-08  Mathieu DesnoyersUse uint64_t for packet_map_len
2013-04-08  Mathieu DesnoyersSupport packets and trace files smaller than page size
2013-04-06  Mathieu DesnoyersImplement ctf-metadata output plugin
2013-03-23  Mathieu DesnoyersReinsert "at end of stream" message for discarded events
2013-03-23  Mathieu DesnoyersImprovement: Message from babeltrace concerning discard...
2013-03-20  Mathieu DesnoyersAdd verbosity to stream id error message
2013-02-15  Julien DesfossezNamespace the struct definition
2013-02-15  Julien DesfossezNamespace the struct format
2013-02-15  Julien DesfossezNamespace the struct mmap_stream
2013-02-15  Julien DesfossezNamespace the struct trace_descriptor
2013-02-15  Julien DesfossezNamespace struct stream_pos
2013-02-14  Mathieu DesnoyersCleanup error messages
2013-01-24  Julien Desfosseznamespace the lookup_integer function
2013-01-24  Julien Desfosseznamespace the variant functions
2013-01-24  Julien Desfosseznamespace the struct functions
2013-01-24  Julien Desfosseznamespace the int functions
2013-01-24  Julien Desfosseznamespace definition_ref and definition_unref
2013-01-24  Julien Desfosseznamespace the array functions
2013-01-24  Julien DesfossezHide internal functions of libbabeltrace-ctf
2013-01-24  Julien DesfossezNamespace the lookup_enum function
2013-01-16  Mathieu DesnoyersMerge branch 'master' into bindings/python
2012-12-05  Mathieu DesnoyersAdd missing permission notice in each source file
2012-10-27  Mathieu DesnoyersFix: add missing header size validation
2012-10-22  Mathieu DesnoyersCleanup: fix cppcheck warnings
2012-10-22  Mathieu Desnoyersfix double-free on error path
next
This page took 0.092386 seconds and 6 git commands to generate.