Update version to v1.5.11
[babeltrace.git] / formats /
2019-12-13  Mathieu DesnoyersFix: lttng-live format: do not error out on empty strea...
2019-12-13  Mathieu DesnoyersFix: lttng-live: ctf_live_packet_seek stream hang up...
2019-12-13  Mathieu DesnoyersFix: lttng-live: lttng_live_open_trace_read memory...
2019-12-13  Mathieu DesnoyersFix: lttng-live: use-after-free in get_next_index()
2019-05-17  Mathieu DesnoyersFix: bitfield: shift undefined/implementation defined...
2019-04-04  Jérémie GalarneauFix: array and sequence field's 'elems' members can...
2018-07-03  Jérémie GalarneauFix: remove left-over debug logging statement
2018-07-03  Jonathan RajotteUse trace->trace_id in check to remove trace from bt_ctx
2018-06-08  Jérémie GalarneauFix: missing initializer braces warning
2018-06-08  Francis DeslauriersFix: zero out URL parsing array before use and ensure...
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
2018-01-30  Julien DesfossezFix: prevent calling adding the same trace recursively
2018-01-30  Julien DesfossezFix: Make sure we have all the metadata streams before...
2018-01-30  Julien DesfossezAdd missing debugging information in the live plugin
2018-01-30  Mathieu DesnoyersFix: set stream id in HUP case
2018-01-30  Mathieu DesnoyersFix: Use list rather than ptr array for trace streams
2018-01-30  Mathieu DesnoyersFix: leak of streams
2018-01-30  Mathieu DesnoyersFix: handle 0 session case in ask new streams
2018-01-30  Mathieu DesnoyersFix: break loop on getting metadata error
2018-01-30  Mathieu DesnoyersFix: return error on ask_new_stream when should quit
2018-01-30  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-04  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...
2017-02-21  Jérémie GalarneauAdd empty plug-in hooks to prevent their elimination...
2017-02-21  Michael JeansonPort: Link live lib with ctf to satisfy cygwin linker
2017-02-21  Michael JeansonPort: Link with no-undefined on Windows
2016-12-13  Jérémie GalarneauFix: perform an explicit stdout flush in live even...
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-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
next
This page took 0.03945 seconds and 7 git commands to generate.