babeltrace.git
2016-05-03  Jérémie GalarneauClean-up: change space indentation to tabs
2016-05-03  Jérémie GalarneauTest fix: clean trace files left behind by test_ctf_ir_ref
2016-05-03  Jérémie GalarneauClean-up: Missing space after cast operator
2016-05-03  Jérémie GalarneauFix: overflow of signed integer results in undefined...
2016-05-02  Jérémie GalarneauFix: potential close() of uninitialized elf_fd
2016-05-02  Jérémie GalarneauClean-up: add missing new line after end of function
2016-05-02  Jérémie GalarneauClean-up: remove extra newline in bin-info.c
2016-05-02  Jérémie GalarneauClean-up: fix comment style in bin-info.c
2016-04-29  Jérémie GalarneauAdd tap-driver.sh from automake
2016-04-29  Antoine BusqueTests: skip certain bin-info tests on failure to preven...
2016-04-29  Antoine BusqueTests: strip ELF symbols from debuginfo-data executable...
2016-04-29  Antoine BusquePython bindings: add has_intersection property to Trace...
2016-04-29  Antoine BusquePython bindings: make intersect_mode read-only property
2016-04-29  Michael JeansonTests: Add missing debuginfo files to dist
2016-04-29  Michael JeansonUse tar-ustar format for dist
2016-04-29  Michael JeansonTests: Replace prove by autotools tap runner
2016-04-29  Michael JeansonCleanup test scripts
2016-04-29  Michael JeansonFix: Don't clean test scripts
2016-04-29  Simon MarchiFix: Make test_dwarf and test_bin_info tests work out...
2016-04-29  Michael JeansonHandle test_ctf_writer_complete like the other tests...
2016-04-29  Simon MarchiFix: let automake handle CLEAN and DIST
2016-04-29  Simon MarchiFix: Remove test_seek_empty_packet and test_seek_big_tr...
2016-04-28  Jérémie Galarneauconfigure: introduce new macro AX_LIB_ELFUTILS
2016-04-28  Antoine BusqueDocs: fix typos in babeltrace-log(1) manpage
2016-04-28  Antoine BusqueDocs: update debuginfo doc
2016-04-28  Michael JeansonAdd configure report
2016-04-28  Jérémie Galarneauconfigure: check for elfutils (libelf and libdw) >...
2016-04-28  Jérémie GalarneauSet the minimal version of elfutils to 0.154
2016-04-27  Michael JeansonDoc: Add elfutils to README
2016-04-27  Jérémie GalarneauTypo: succesful* -> successful*
2016-04-27  Jérémie GalarneauFix: return -1 on bin_info_lookup_dwarf_function_name...
2016-04-27  Jérémie GalarneauHarmonize spelling of debug-info
2016-04-27  Jérémie GalarneauWarning fix: pointer may be uninitialized if assertions...
2016-04-27  Jérémie GalarneauIndicate default debug-info build settings in configure...
2016-04-25  Michael JeansonDisable debuginfo by default on Solaris and OSX
2016-04-22  Jérémie GalarneauDocs: Add --debug-info-target-prefix to man page
2016-04-22  Antoine BusqueAdd source and information to regenerate debuginfo...
2016-04-21  Antoine BusqueUse bool where possible in dwarf and bin-info
2016-04-21  Antoine BusqueRename so-info to bin-info
2016-04-21  Antoine BusqueUse printf_debug/verbose in so-info
2016-04-21  Antoine BusqueFix: update tests for new dwarf func name output
2016-04-21  Antoine BusqueUpdate debuginfo to match UST event rename
2016-04-21  Antoine BusqueUse g_build_path for DWARF build_id lookup
2016-04-21  Antoine BusqueAdd --debug-info-target-prefix
2016-04-21  Antoine BusqueRefactor offset string printing out of ELF and DWARF...
2016-04-21  Antoine BusquePrint offset relative to function when using DWARF
2016-04-21  Antoine BusquePrint bin location first
2016-04-21  Antoine BusqueAdd binary location information
2016-04-21  Antoine BusqueFix: prevent uninitialized use of elf_file
2016-04-21  Antoine BusqueOnly set so info ELF file when needed
2016-04-21  Antoine BusqueUse is_pic field instead of reading ELF header
2016-04-21  Antoine BusqueFix: make short_src_path from src_path
2016-04-20  Jérémie GalarneauTests: clean generated tests scripts
2016-04-20  Michael JeansonTests: Add missing test scripts to gitignore
2016-04-20  Michael JeansonTests: Use AC_CONFIG_FILES to generate test scripts
2016-04-20  Jérémie GalarneauDocs: Add debug-info option to BABELTRACE(1)
2016-04-20  Jérémie GalarneauPrint "binary+offset" when function name can't be resolved
2016-04-20  Jérémie GalarneauFix: Don't skip binary path print-out in ELF-only case
2016-04-20  Jérémie GalarneauShow binary path as part of debug info
2016-04-20  Jérémie GalarneauAdd --debug-info-full-path option and shorten source...
2016-04-20  Jérémie GalarneauRename opt_debug_dir to opt_debug_info_dir
2016-04-20  Jérémie GalarneauClean-up: mark test symbols as static
2016-04-20  Jérémie GalarneauFix: Remove traces left over from ctf-writer tests
2016-04-20  Jérémie GalarneauFix: cast of 64 bit addresses from trace to 32-bit...
2016-04-20  Jérémie GalarneauTests: dynamically create test list based on enabled...
2016-04-20  Antoine BusqueAdd intersect mode to python bindings
2016-04-20  Antoine BusqueAdd bt_ctf_iter_create_intersect to CTF iterator API
2016-04-20  Jérémie GalarneauClean-up: remove dead assignment
2016-04-20  Jérémie GalarneauTests: erroneous check after bt_ctf_clock_set_offset_s
2016-04-20  Antoine BusqueDocs: add high-level debug info doc
2016-04-20  Antoine BusqueTests: add unit tests for so_info
2016-04-20  Antoine BusqueTests: add unit tests for bt_dwarf
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
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
2015-09-12  Philippe ProulxStore "tracer_name" from the trace's environment
2016-04-06  Jérémie GalarneauFix: Missing pointer dereference in NULL check
2016-04-05  Jérémie GalarneauFix: leak of stream intersection positions
2016-04-05  Jérémie GalarneauRemove useless bt_iter when creating intersection
2016-04-05  Jérémie GalarneauAdd new test artifacts to .gitignore
2016-04-05  Jérémie GalarneauTests: use templates for stream intersection and packet...
2016-04-05  Jérémie GalarneauTests: fix OOT build by adding test scripts to noinst_S...
2016-04-04  Jérémie GalarneauDocs: Add --stream-intersection to the BABELTRACE(1...
2016-04-04  Jérémie GalarneauRephrase error message
2016-04-04  Julien DesfossezTest the stream intersection feature
2016-04-04  Julien DesfossezOption to only show streams' intersection
2016-04-04  Julien DesfossezTests for packet_seq_num handling
2016-04-04  Julien DesfossezFix: lttng-live data_size and version endianness
2016-02-24  Philippe Proulxtest_ctf_ir_ref.c: fix coding style
2016-02-24  Philippe Proulxtest_ctf_writer.c: test packet functions
2016-02-24  Philippe ProulxFix: do not set event's parent to a non-writer stream
2016-02-24  Philippe Proulxir: bt_ctf_stream_append_event(): do not always reset...
2016-02-24  Philippe Proulxir: bt_ctf_event_set_packet(): check for common stream...
2016-02-23  Philippe Proulxtest_ctf_ir_ref.c: fix indentation
2016-02-23  Philippe Proulxtest_ctf_ir_ref.c: test all permutations of put
2016-02-22  Jérémie GalarneauSolaris build fix: missing inclusion of endian.h
2016-02-22  Philippe Proulxref.h: add C++ guards
2016-02-22  Philippe Proulxtest_ctf_writer.c: test bt_ctf_clock_ns_from_value()
2016-02-22  Jérémie GalarneauCleanup: lift function call outside of condition
2016-02-22  Philippe Proulxir: add bt_ctf_clock_ns_from_value() utility
next
This page took 0.037314 seconds and 4 git commands to generate.