Tests: unchecked return value in test_ctf_writer
[babeltrace.git] / lib /
2016-05-30  Jérémie GalarneauFix: Wrong variable checked in bin_info_child_die_has_a...
2016-05-30  Michael JeansonFix: Only close valid fds in is_valid_debug_file
2016-05-30  Michael JeansonFix: Free die_name in bin_info_lookup_cu_function_name
2016-05-25  Antoine BusqueStandardise spelling of debug info
2016-05-13  Jérémie GalarneauDisplay binary location even if source and symbol looku...
2016-05-13  Jérémie GalarneauChange behaviour of stream-intersection with multiple...
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-27  Jérémie GalarneauFix: return -1 on bin_info_lookup_dwarf_function_name...
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 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 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 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 GalarneauFix: cast of 64 bit addresses from trace to 32-bit...
2016-04-20  Antoine BusqueInitial implementation of the debuginfo API
2016-04-05  Jérémie GalarneauRemove useless bt_iter when creating intersection
2016-02-19  Philippe Proulxvalues: fix indentation
2016-02-19  Philippe Proulxvalues: add `_empty` prefix when relevant
2016-02-13  Mathieu DesnoyersHandle negative time and offset from Epoch
2016-01-19  Jérémie GalarneauClean-up bt_put() implementation
2016-01-19  Jérémie GalarneauObject: Acquire reference to parent on first acquired...
2016-01-19  Jérémie GalarneauReturn pointer when using bt_get()
2015-10-07  Michael JeansonFix: add compat for glib < 2.32
2015-07-30  Jérémie GalarneauUnify reference counting using a common bt_object base
2015-07-28  Philippe ProulxRename bt_object to bt_value
2015-07-17  Philippe Proulxir: consolidate reference counting functions
2015-03-19  Philippe Proulxobjects: optimize loops by using i instead of x
2015-03-19  Philippe Proulxobjects: add bt_object_freeze() and more statuses
2015-03-19  Philippe Proulxobjects: introduce enum bt_object_status
2015-03-19  Philippe Proulxobjects: add bt_object_array_set()
2015-03-19  Philippe Proulxobjects: simplify destroy functions
2015-03-19  Philippe Proulxobjects: use GPtrArray instead of GArray
2015-03-17  Philippe ProulxAdd basic object system
2014-12-02  Julien DesfossezFix: sanity check in iterator creation
2014-10-02  Mathieu DesnoyersFix: offset_s and CTF clocks with frequency != 1GHz
2014-02-26  Mathieu DesnoyersFix: events discarded timing inaccuracy
2014-02-20  Jérémie GalarneauFix: Coverity warning CWE-457: Use of Uninitialized...
2014-02-19  Mathieu DesnoyersBump soname version to 1.0.0
2014-02-08  Julien DesfossezExtract adding a trace to the iterator from bt_iter_init
2014-02-08  Mathieu DesnoyersMerge real index and cycles index into a single index
2013-12-14  Mathieu DesnoyersCleanup: iterator unused pointer value
2013-12-13  Julien DesfossezLive: let read API detect inactive streams, allow strea...
2013-12-09  Mathieu DesnoyersFix: libbabeltrace lib build dependencies
2013-12-04  Julien DesfossezFixes in babeltrace core to support non-CTF traces
2013-11-29  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-11-27  Julien DesfossezHandle empty streams on iterator init
2013-11-27  Julien DesfossezHandle the inactive streams
2013-11-23  Jérémie GalarneauFix: Use the bt_iter_set_pos function to set the begin_pos
2013-11-12  Jérémie GalarneauMerge branch 'master' into bindings/python
2013-10-11  Jérémie GalarneauFix: Close traces on context destruction
2013-08-26  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-07-08  JP IkaheimonenAdd MinGW implementation of UUID functions
2013-07-05  Mathieu DesnoyersMerge branch 'master' into bindings/python
2013-06-26  Jérémie GalarneauRemove unused function bt_trace_handle_get_id
2013-06-17  Mathieu DesnoyersCompare traces by stream path as secondary key
2013-05-15  Mathieu DesnoyersFix: handle error checking should compare against NULL
2013-04-23  Mathieu DesnoyersMove clock to bt_trace_descriptor
2013-04-23  Mathieu DesnoyersMove trace collection pointer to bt_trace_descriptor
2013-04-04  Mathieu DesnoyersFix: trace_collection_add() add after check
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 collection functions
2013-01-24  Julien Desfosseznamespace the heap functions
2013-01-23  Jérémie GalarneauFix: Double free when calling bt_context_remove_trace()
2013-01-21  Jérémie GalarneauFix: Double free when calling bt_context_remove_trace()
2013-01-16  Mathieu DesnoyersMerge branch 'master' into bindings/python
2012-12-06  Simon MarchiFix erroneous warning/error messages
2012-12-05  Mathieu DesnoyersAdd missing permission notice in each source file
2012-11-15  Yannick BrosseauFix: Report success even if we find at least one valid...
2012-11-09  Mathieu DesnoyersFix SEEK_BEGIN for streams that do not contain any...
2012-10-17  Mathieu DesnoyersFix: test all close/fclose ret val, fix double close
2012-10-16  Mathieu Desnoyersplugins: implement plugin unregister
2012-10-16  Julien DesfossezFix : cleanup teardown of context
2012-09-28  Mathieu DesnoyersFix: Allow 64-bit packet offset
2012-09-06  Mathieu DesnoyersMerge branch 'master' into bindings/python
2012-08-26  Mathieu DesnoyersFix: --clock-force-correlate to handle trace collection...
2012-08-24  Mathieu DesnoyersFix: API: remove unsupported BT_SEEK_END from API
2012-08-24  Mathieu DesnoyersCleanup: shut up gcc uninitialized var warning
2012-08-24  Mathieu DesnoyersFix: remove unused fts.h include
2012-08-24  Mathieu DesnoyersFix: handle clock offset with frequency different from...
2012-08-17  Mathieu DesnoyersAdd BT_SEEK_LAST type to bt_iter_pos
next
This page took 0.043866 seconds and 7 git commands to generate.