Fix: Make sure we have all the metadata streams before adding new traces
[babeltrace.git] / formats /
2018-01-31  Julien DesfossezFix: Make sure we have all the metadata streams before...
2018-01-31  Julien DesfossezAdd missing debugging information in the live plugin
2018-01-31  Mathieu DesnoyersFix: set stream id in HUP case
2018-01-31  Mathieu DesnoyersFix: Use list rather than ptr array for trace streams
2018-01-31  Mathieu DesnoyersFix: leak of streams
2018-01-31  Mathieu DesnoyersFix: handle 0 session case in ask new streams
2018-01-31  Mathieu DesnoyersFix: break loop on getting metadata error
2018-01-31  Mathieu DesnoyersFix: return error on ask_new_stream when should quit
2018-01-31  Mathieu DesnoyersFix: don't access missing ctf trace when getting metadata
2018-01-30  Julien DesfossezFix: lttng-live discarded event count after inactivity
2017-10-05  Mathieu Desnoyerslttng-live: print discarded event and packet lost warni...
2017-07-27  Jonathan RajotteFix live-comm: only apply retry timeout for already...
2017-07-27  Jonathan RajotteFix live-comm: merge TCP socket write-write sequence...
2017-05-26  Julien DesfossezFix: text output missing separator when printing the...
2016-12-13  Jérémie GalarneauFix: perform an explicit stdout flush in live even...
2016-05-31  Michael Jeansonsys/param.h is required for MAXNAMLEN on musl libc
2016-05-30  Jérémie GalarneauFix: undefined bit shift operation when printing octal...
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-06  Mathieu DesnoyersFix: ctf-text: signed base 8, 16 printout
2016-05-06  Jérémie GalarneauFix: respect signed integers' length when printing...
2016-05-06  Michael JeansonPort: Add OSX mman.h compat
2016-05-06  Michael JeansonFix: warnings on Solaris10
2016-05-06  Jérémie GalarneauFix: report error when lttng-live is provided with...
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 GalarneauAdd --debug-info-full-path option and shorten source...
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-04-20  Mathieu DesnoyersFix: lttng-live flush when output to file
2016-04-19  Mathieu DesnoyersFix: lttng-live use g_free rather than free
2016-04-04  Julien DesfossezFix: lttng-live data_size and version endianness
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: memstream compat layer requires use of babeltrace_...
2015-10-16  Mathieu DesnoyersFix: handle EINTR return value for bt_posix_fallocate
2015-10-16  Michael JeansonFix: warning, may be used uninitialized
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  Michael JeansonPort: Add compat for platforms with no MSG_NOSIGNAL...
2015-10-16  Michael JeansonPort: Replace bzero() by memset()
2015-10-16  Michael JeansonPort: Replace NAME_MAX by MAXNAMLEN
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-08-07  Julien DesfossezHide the packet_seq_num field
2015-07-02  Jérémie GalarneauFix: Missing postfix_expression DOT keywords in CTF...
2015-01-26  Mathieu DesnoyersFix: handle 64-bit trace IDs on 32-bit systems
2015-01-26  Mathieu DesnoyersFix: print format type mismatch warnings on 32-bit
2015-01-05  Mathieu DesnoyersFix: allow empty CTF files
2014-12-12  Jérémie GalarneauFix: Incorrect variant tag validation
2014-12-02  Julien DesfossezFix: iterate manually over each live trace to add to...
2014-10-31  Julien DesfossezFix: make sure we can exit the get_new_metadata loop
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-15  Lars PerssonFix: Support out of tree builds in babeltrace
2014-07-14  Julien DesfossezFix: mmap trace read the stream_id from the first packet
2014-07-14  Julien DesfossezFix: check the lttng-relayd protocol version
2014-07-14  Julien DesfossezFix: don't update the trace collection if no new stream...
2014-05-21  Jérémie GalarneauFix: Report the sequence's length field's value as...
2014-03-15  Mathieu DesnoyersFix: ctf-text: add missing double-quotes around enum tag
2014-03-10  Jérémie GalarneauFix: Add missing lttng_live_should_quit checks
2014-03-10  Jérémie GalarneauFix: Report errors occuring in lttng_live_read
2014-03-03  Jérémie GalarneauFix: Accept an input port in the live URL when no sessi...
2014-02-28  Mathieu DesnoyersFix: lttng-live parse url port check
2014-02-26  Mathieu DesnoyersFix: events discarded timing inaccuracy
2014-02-25  Jérémie GalarneauFix: Move offset endianness conversion to get_data_packet
2014-02-25  Jérémie GalarneauFix: Remove negative comparison to unsigned value
2014-02-25  Jérémie GalarneauFix: Uninitialized scalar variable
2014-02-25  Jérémie GalarneauFix: Don't assert on metadata generation failure
2014-02-25  Mathieu DesnoyersFix: add missing SIGTERM and SIGINT handler
2014-02-25  Mathieu DesnoyersFix: Reverse incorrect error message argument order
2014-02-25  Mathieu DesnoyersCleanup: add brackets to lttng-live-plugin.c
2014-02-25  Mathieu DesnoyersCleanup lttng-live: add brackets in lttng_live_read()
2014-02-25  Mathieu DesnoyersCleanup lttng-live: 80 columns wrapping
2014-02-25  Mathieu DesnoyersFix: handle new streams in get_data_packet()
2014-02-25  Mathieu DesnoyersFix: accept empty metadata on append
2014-02-25  Mathieu DesnoyersFix: lttng-live: 100ms active poll delay
2014-02-25  Mathieu DesnoyersFix: lttng-live await metadata
2014-02-25  Mathieu DesnoyersFix: lttng-live recv() and send() flags, partial recv()
2014-02-24  Julien DesfossezFix: missing little endian conversion for one index...
2014-02-21  Mathieu DesnoyersCleanup: remove logically dead code
next
This page took 0.038231 seconds and 6 git commands to generate.