babeltrace.git
2016-05-03  Antoine BusqueUse is_pic field instead of reading ELF header
2016-05-03  Antoine BusqueFix: make short_src_path from src_path
2016-05-03  Jérémie GalarneauTests: clean generated tests scripts
2016-05-03  Michael JeansonTests: Add missing test scripts to gitignore
2016-05-03  Michael JeansonTests: Use AC_CONFIG_FILES to generate test scripts
2016-05-03  Jérémie GalarneauFix out-of-tree tests: seek tests can't find traces
2016-05-03  Jérémie GalarneauDocs: Add debug-info option to BABELTRACE(1)
2016-05-03  Jérémie GalarneauPrint "binary+offset" when function name can't be resolved
2016-05-03  Jérémie GalarneauFix: Don't skip binary path print-out in ELF-only case
2016-05-03  Jérémie GalarneauShow binary path as part of debug info
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-03  Jérémie GalarneauFix: cast of 64 bit addresses from trace to 32-bit...
2016-05-03  Jérémie GalarneauTests: dynamically create test list based on enabled...
2016-05-03  Antoine BusqueAdd intersect mode to python bindings
2016-05-02  Antoine BusqueAdd bt_ctf_iter_create_intersect to CTF iterator API
2016-05-02  Antoine BusqueDocs: add high-level debug info doc
2016-05-02  Antoine BusqueTests: add unit tests for so_info
2016-05-02  Antoine BusqueTests: add unit tests for bt_dwarf
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  Jérémie GalarneauFix: Missing pointer dereference in NULL check
2016-04-22  Jérémie GalarneauFix: leak of stream intersection positions
2016-04-22  Jérémie GalarneauRemove useless bt_iter when creating intersection
2016-04-22  Jérémie GalarneauAdd new test artifacts to .gitignore
2016-04-22  Jérémie GalarneauTests: use templates for stream intersection and packet...
2016-04-22  Jérémie GalarneauTests: fix OOT build by adding test scripts to noinst_S...
2016-04-22  Jérémie GalarneauDocs: Add --stream-intersection to the BABELTRACE(1...
2016-04-22  Julien DesfossezTest the stream intersection feature
2016-04-22  Julien DesfossezOption to only show streams' intersection
2016-04-22  Julien DesfossezTests for packet_seq_num handling
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-22  Antoine BusqueFix: return event timestamp in _timestamp_at_pos
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-29  Jérémie GalarneauUpdate version to v1.3.2 v1.3.2
2016-02-29  Jérémie GalarneauPython bindings: work around Python 3.5 behaviour change
2016-02-12  Mathieu DesnoyersFix: out-of-bound memory access
2015-11-13  Jérémie GalarneauFix: out-of-tree dist fails to find test traces
2015-11-13  Simon MarchiFix running tests out of tree
2015-11-10  Jérémie GalarneauUpdate version to v1.3.1 v1.3.1
2015-11-10  Jérémie GalarneauFix: Confusion between stream and stream class IDs
2015-11-05  Jonathan RajotteOnly compare "bison -y" to the basename of YACC variable
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 GalarneauUpdate version to v1.3.0 v1.3.0
2015-10-16  Jérémie GalarneauFix: missing includes break the out-of-tree build
2015-10-16  Michael JeansonFix: Silence missing sentinel warnings on GCC 4
2015-10-16  Michael JeansonCleanup: remove unused label 'end'
2015-10-16  Michael JeansonFix: check for socket lib before function checks
2015-10-16  Mathieu DesnoyersFix: memstream compat layer requires use of babeltrace_...
2015-10-16  Mathieu Desnoyerscompat send no SIGPIPE: multithread-safe
2015-10-16  Jérémie GalarneauFix: truncated value in fgetc() usage
2015-10-16  Mathieu DesnoyersFix: handle EINTR return value for bt_posix_fallocate
2015-10-16  Michael JeansonConfigure: Add missing checks
2015-10-16  Mathieu DesnoyersImplement bt_getline
2015-10-16  Mathieu DesnoyersFix: initialize getline linesize argument to 0
2015-10-16  Michael JeansonFix: warning, may be used uninitialized
2015-10-16  Michael JeansonPort: Replace dirent->d_type by stat S_ISREG
2015-10-16  Michael JeansonPort: Include config.h globally trough DEFAULT_INCLUDES
2015-10-16  Michael JeansonPort: Add compat for dirfd
2015-10-16  Michael JeansonPort: Add compat for mkdtemp
2015-10-16  Michael JeansonPort: Add compat for strnlen and strndup
2015-10-16  Michael JeansonPort: Use bash to run tests
2015-10-16  Mathieu DesnoyersPort: Implement faccessat wrapper
2015-10-16  Jérémie GalarneauPort: implement posix_fallocate wrapper
2015-10-16  Michael JeansonPort: Set required compiler flags to use pthreads
2015-10-16  Michael JeansonPort: Add configure check for __attribute__ support
2015-10-16  Michael JeansonPort: cleanup and portability fix to configure.ac
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: Add AX_LIB_SOCKET_NSL macro to configure.ac
2015-10-16  Michael JeansonPort: Replace bzero() by memset()
2015-10-16  Michael JeansonPort: Add dummy.c to libcompat
2015-10-16  Michael JeansonPort: uname can return a positive value on success
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 libuuid compat
2015-10-16  Michael JeansonPort: Add Solaris endian.h compat
2015-10-16  Michael JeansonPort: make bootstrap script work on most shell
2015-10-16  Michael JeansonFix: posix_fallocate() returns int > 0 on errors
2015-10-13  Mathieu DesnoyersFix: babeltrace-log packet seek
2015-09-04  Michael JeansonFix: make check in OOT build with absolute path
2015-09-04  Michael JeansonFix: make check in out of tree build
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-10  Jonathan RajotteBuild: Update m4 for bison & flex version check to...
2015-07-03  Jonathan RajotteBuild: add version check on flex
2015-07-02  Jonathan RajotteBuild: add version check on autoconf
2015-07-02  Jonathan RajotteBuild: m4 macro for Bison version check
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-16  Mathieu DesnoyersFix: missing parenthesis in offset_align_floor
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: sanity check in iterator creation
next
This page took 0.037063 seconds and 4 git commands to generate.