babeltrace.git
2015-11-04  Jérémie GalarneauUpdate version to 2.0.0-pre
2015-11-04  Jonathan RajotteOnly compare "bison -y" to the basename of YACC variable
2015-10-27  Jérémie GalarneauPython bindings: work around Python 3.5 behaviour change
2015-10-26  Julien DesfossezOutput a warning if packets are lost
2015-10-26  Jérémie GalarneauClean-up: Use memset() to initialize packet_index
2015-10-26  Julien DesfossezSupport ctf index version 1.1
2015-10-19  Jérémie GalarneauCleanup: Don't hardcode include paths unnecessarily
2015-10-17  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-15  Mathieu DesnoyersFix: memstream compat layer requires use of babeltrace_...
2015-10-15  Mathieu Desnoyerscompat send no SIGPIPE: multithread-safe
2015-10-15  Jérémie GalarneauFix: truncated value in fgetc() usage
2015-10-14  Mathieu DesnoyersFix: handle EINTR return value for bt_posix_fallocate
2015-10-14  Michael JeansonConfigure: Add missing checks
2015-10-14  Mathieu DesnoyersImplement bt_getline
2015-10-14  Mathieu DesnoyersFix: initialize getline linesize argument to 0
2015-10-14  Michael JeansonFix: warning, may be used uninitialized
2015-10-14  Michael JeansonPort: Replace dirent->d_type by stat S_ISREG
2015-10-14  Michael JeansonPort: Include config.h globally trough DEFAULT_INCLUDES
2015-10-14  Michael JeansonPort: Add compat for dirfd
2015-10-14  Michael JeansonPort: Add compat for mkdtemp
2015-10-14  Michael JeansonPort: Add compat for strnlen and strndup
2015-10-14  Michael JeansonPort: Use bash to run tests
2015-10-14  Mathieu DesnoyersPort: Implement faccessat wrapper
2015-10-14  Jérémie GalarneauPort: implement posix_fallocate wrapper
2015-10-13  Michael JeansonPort: Set required compiler flags to use pthreads
2015-10-13  Michael JeansonPort: Add configure check for __attribute__ support
2015-10-13  Michael JeansonPort: cleanup and portability fix to configure.ac
2015-10-13  Alexis MartinPort: Add support for linkers with no support for ...
2015-10-13  Michael JeansonPort: Add compat for platforms with no MSG_NOSIGNAL...
2015-10-13  Michael JeansonPort: Add AX_LIB_SOCKET_NSL macro to configure.ac
2015-10-13  Michael JeansonPort: Replace bzero() by memset()
2015-10-13  Michael JeansonPort: Add dummy.c to libcompat
2015-10-13  Michael JeansonPort: uname can return a positive value on success
2015-10-13  Michael JeansonPort: Replace NAME_MAX by MAXNAMLEN
2015-10-13  Jérémie GalarneauChange UUID API prefix from babeltrace_ to bt_
2015-10-13  Michael JeansonPort: Add Solaris libuuid compat
2015-10-13  Michael JeansonPort: Add Solaris endian.h compat
2015-10-13  Michael JeansonPort: make bootstrap script work on most shell
2015-10-13  Mathieu DesnoyersFix: babeltrace-log packet seek
2015-10-13  Michael JeansonFix: posix_fallocate() returns int > 0 on errors
2015-10-07  Jonathan RajotteConfigure: add check for type
2015-10-07  Jonathan RajotteConfigure: add check on headers
2015-10-07  Jonathan RajotteConfigure: add missing check for used funcs
2015-10-07  Michael JeansonFix: add compat for glib < 2.32
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-31  Philippe Proulxir: add bt_ctf_field_type_sequence/array_set_element_type()
2015-07-31  Philippe Proulxir: do not cache variant type's alignment
2015-07-30  Philippe ProulxFix: test_ctf_writer: assert() without side effects
2015-07-30  Philippe Proulxir: empty structures are legal in CTF
2015-07-30  Philippe Proulxir: add field instance type ID helpers
2015-07-30  Philippe Proulxir: add bt_ctf_field_get_type_id()
2015-07-30  Philippe Proulxir: add field type ID helpers
2015-07-30  Jérémie GalarneauUnify reference counting using a common bt_object base
2015-07-29  Philippe Proulxir: add bt_ctf_trace_get_stream_class_by_id()
2015-07-29  Philippe Proulxir: add internal field path getters
2015-07-28  Philippe ProulxRename bt_object to bt_value
2015-07-28  Philippe Proulxir: add BT_CTF_MOVE()
2015-07-17  Philippe Proulxtest_ctf_writer.c: use bt_ctf_put() everywhere
2015-07-17  Philippe Proulxir: consolidate reference counting functions
2015-07-16  Philippe ProulxFix: allow structure types to have a minimum align
2015-07-16  Philippe Proulxtest_ctf_writer: add type alignment tests
2015-07-16  Philippe ProulxFix: require power of two for type alignment
2015-07-16  Philippe ProulxFix: do not init. BO of enums/arrays/sequences
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 GalarneauTest: Add a test to ensure multiple keywords can be...
2015-07-02  Jérémie GalarneauFix: Missing postfix_expression DOT keywords in CTF...
2015-07-02  Jérémie GalarneauFix: Create stream after adding its stream class to...
2015-07-02  Jérémie GalarneauFix: Remove overly-strict freeze check on variants...
2015-07-02  Jérémie GalarneauDocs: A stream has no ownership of its trace
2015-07-02  Jérémie GalarneauFix: Missing NULL check in bt_ctf_field_sequence_destroy
2015-05-27  Jérémie GalarneauAdd test_bt_objects to .gitignore
2015-05-25  Philippe Proulxir: add tests for bt_ctf_field_variant_get_current_field()
2015-05-25  Philippe Proulxir: add bt_ctf_field_variant_get_current_field()
2015-05-25  Jérémie GalarneauClean-up: get_field_type should only have one return...
2015-05-25  Jérémie GalarneauFix: bt_ctf_trace_freeze must fail if type resolving...
2015-05-22  Jérémie GalarneauFix: Return a variant's alignment as 0 (undefined).
2015-05-14  Jérémie Galarneauir: copy variants and sequences when setting a field...
2015-05-13  Jérémie GalarneauFix: ir: disallow setting the alignment of certain...
2015-05-13  Jérémie Galarneauir: compute array, sequence and structure alignment...
2015-05-13  Jérémie Galarneauir: support optional parameters in bt_ctf_field_type_va...
2015-05-13  Jérémie Galarneauir: support optional parameters in bt_ctf_field_type_st...
2015-05-13  Jérémie GalarneauClean-up: clean multi-line function call
2015-05-13  Jérémie GalarneauTests: fix possible null pointer dereference
2015-05-13  Jérémie GalarneauFix: Check validity of returned ctf_type_id
2015-05-12  Jérémie GalarneauFix: Missing check that token linked-list is not NULL
2015-05-12  Jérémie Galarneauir: validate sequence length fields and variant tags...
2015-05-12  Jérémie Galarneauir: validate sequence length fields and variant tags...
2015-05-12  Jérémie Galarneauir: Implement a field type visitor to resolve dynamic...
2015-05-11  Jérémie Galarneauir: only perform trace freeze if not already frozen
2015-05-11  Jérémie GalarneauClean-up: line exceeding 80 chars in trace.c
2015-05-11  Jérémie GalarneauDocs: add comment about bt_ctf_trace_add_stream_class...
2015-05-11  Jérémie Galarneauir: add bt_ctf_field_type_variant_set_tag()
2015-05-11  Jérémie Galarneauir: add tag field path to variant field type
next
This page took 0.037606 seconds and 4 git commands to generate.