babeltrace.git
2017-08-29  Michael JeansonBuild Python bindings with distutils for consistent...
2017-08-29  Michael JeansonFix: add missing void param to bt_clock_class_priority_...
2017-08-29  Michael JeansonFix: build lib before python-plugin-provider
2017-08-29  Michael JeansonTest: run debug-info even with built-in plugins
2017-08-29  Michael JeansonFix test: don't link tests directly with plugins
2017-08-29  Michael JeansonFix test: OOT build of test_trace_copy and test_trimmer
2017-08-28  Michael JeansonFix: support older pkg-config autoconf macros
2017-08-28  Michael JeansonPort: don't quote wc output in test scripts
2017-08-28  Michael JeansonReport plugins without a path as "built-in"
2017-08-28  Michael JeansonPort: replace literal '/' with G_DIR_SEPARATOR
2017-08-28  Michael JeansonPort: normalize windows path on Mingw
2017-08-28  Michael JeansonPort: handle ctrl+c on Mingw
2017-08-27  Jérémie Galarneausrc.ctf.fs: implement stream indexing
2017-08-23  Jérémie Galarneausrc.ctf.fs: move internal util to ctf/common/utils
2017-08-23  Jérémie Galarneausrc.ctf.fs cleanup: unused page size variable
2017-08-23  Jérémie GalarneauFix: global logging symbols defined multiple times
2017-08-22  Jérémie GalarneauPort fix: don't round mmap offset to next page
2017-08-22  Jérémie GalarneauPort fix: Windows does not allow read-only mappings...
2017-08-21  Michael JeansonTest fix: handle debug info disabled in test_convert_args
2017-08-21  Michael JeansonTest fix: use portable path code in test_plugin
2017-08-21  Michael JeansonTest fix: handle timestamps order in test_trace_copy
2017-08-21  Michael JeansonTest: rework shell test scripts
2017-08-21  Michael JeansonPort: use SIZE_MAX as max size_t value
2017-08-21  Michael JeansonPort: fix logging with C99 format specifiers on Mingw
2017-08-21  Jérémie GalarneauTest fix: free() of uninitialized pointer on error...
2017-08-18  Michael JeansonPort: Replace fork() in test_ctf_writer
2017-08-18  Jérémie Galarneautests: add diag_multiline() helper to escape multi...
2017-08-18  Michael JeansonTest: use static data in test_ctf_writer
2017-08-18  Michael JeansonFix test: remove hardcoded /tmp path
2017-08-18  Philippe ProulxAdd Python plugin provider tests
2017-08-18  Philippe ProulxPython plugin provider: log if Python interpreter is...
2017-08-18  Philippe Proulxlib/plugin/plugin.c: log more details when g_module_ope...
2017-08-18  Philippe Proulxpython-plugin-provider/Makefile.am: link to libbabeltrace
2017-08-16  Jérémie GalarneauFix sink.ctf.fs: NULL dereference in logging statement
2017-08-16  Jérémie GalarneauFix filter.utils.muxer: NULL dereference in logging...
2017-08-15  Mathieu DesnoyersFix: overflowed return value
2017-08-15  Mathieu DesnoyersFix: attempt to fix improper use of negative value
2017-08-15  Mathieu DesnoyersFix: add missing overflow check in bt_ctf_stream_pos_ac...
2017-08-15  Mathieu DesnoyersFix: uninitialized return value on error
2017-08-15  Mathieu DesnoyersFix: handle unknown enum mapping
2017-08-15  Mathieu DesnoyersCleanup: no need to check for NULL before g_free
2017-08-15  Philippe ProulxUpdate Python bindings and tests to match the latest API
2017-08-11  Philippe Proulxlib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL...
2017-08-11  Philippe ProulxAdd built-in colander sink component class
2017-08-11  Philippe ProulxRemove include of <babeltrace-internal.h> from public...
2017-08-11  Philippe Proulxtests/lib/test-plugin-plugins/minimal.c: add missing...
2017-08-11  Philippe Proulxcli/babeltrace-log.c: include <string.h> for strdup()
2017-08-11  Philippe Proulxgraph: check if graph has at least one sink to return...
2017-08-11  Philippe ProulxFix: CC prio. map. leak in event notification
2017-08-11  Philippe Proulxlib: do not finalize a non-initialized notification...
2017-08-11  Philippe ProulxFix: cli: Coverity issue: no need to check `status`
2017-08-11  Philippe Proulxbt_ctf_clock_value_create(): freeze clock class
2017-08-11  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-11  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-10  Philippe Proulxinclude/babeltrace/graph/private-component.h: add missi...
2017-08-10  Philippe ProulxRemove bt_notification_discarded_{events,packets}_set_c...
2017-08-10  Philippe Proulxbt_notification_inactivity_create(): create an empty...
2017-08-10  Philippe Proulxbt_notification_event_create(): create an empty CC...
2017-08-10  Philippe Proulxlib: move bt_notification_iterator_next_return to compo...
2017-08-10  Philippe Proulxlib: use `enum bt_port_status` where possible
2017-08-10  Philippe ProulxRemove unused bt_port_remove_from_component()
2017-08-10  Jérémie GalarneauUpdate .gitignore to add newly generated test files
2017-08-10  Julien DesfossezRe-enable the bin-info and dward tests
2017-08-10  Michael JeansonPort: Add glib checks for cross compilation
2017-08-09  Mathieu DesnoyersFix: ctf-testsuite variant-missing-fields
2017-08-09  Mathieu DesnoyersFix: fallback on content size if packet size is missing
2017-08-09  Mathieu DesnoyersFix: unchecked return value of bt_value_array_append_string
2017-08-09  Mathieu DesnoyersFix: tests: offset_s * ns_per_s should not overflow...
2017-08-09  Mathieu DesnoyersFix: unchecked return value in ctf-writer test
2017-08-09  Mathieu DesnoyersFix: unchecked return value of bt_ctf_field_type_get_fi...
2017-08-09  Mathieu DesnoyersFix: unchecked return values of bt_value getters
2017-08-09  Jérémie GalarneauFix: unchecked return value of stream flush
2017-08-09  Mathieu DesnoyersFix: unchecked return value
2017-08-09  Mathieu DesnoyersFix: remove dead code
2017-08-09  Jérémie GalarneauFix: wrong variable checked for NULL after allocation
2017-08-09  Jérémie GalarneauCleanup: dereference after null check
2017-08-09  Mathieu DesnoyersFix: add missing goto end on error
2017-08-09  Mathieu DesnoyersCleanup: remove logically dead code
2017-08-09  Mathieu DesnoyersFix: dereference after null check
2017-08-09  Mathieu DesnoyersFix: wrong variable in NULL check
2017-08-09  Mathieu DesnoyersCleanup: remove logically dead code
2017-08-09  Mathieu DesnoyersCleanup: identical code for different branches
2017-08-09  Mathieu DesnoyersFix: add missing bound checking in decode_packet
2017-08-09  Mathieu DesnoyersFix: Dereference null return value
2017-08-09  Mathieu DesnoyersFix: null check after deref, use uninitialized or freed...
2017-08-09  Jérémie GalarneauCleanup: missing empty line between functions
2017-08-09  Jérémie GalarneauUse logging macros in src.ctf-fs queries
2017-08-08  Mathieu DesnoyersFix: missing ftell/fseek error handling
2017-08-08  Mathieu DesnoyersFix: use of file pointer after fclose()
2017-08-08  Mathieu DesnoyersCleanup: mixing enum types
2017-08-08  Mathieu DesnoyersFix: missing check of ftell error
2017-08-08  Mathieu DesnoyersFix: mixed enums used in source.ctf.fs
2017-08-07  Jérémie GalarneauFix: Dereference null return value
2017-08-07  Mathieu DesnoyersFix: assert compared unsigned to 0
2017-08-07  Mathieu DesnoyersFix: negative loop bound check
2017-08-07  Mathieu DesnoyersFix: resolve.c: enum type mismatch
2017-08-07  Mathieu DesnoyersFix: Explicit null dereferenced
2017-08-07  Julien DesfossezStandard logging for ctf.fs sink
2017-08-07  Julien DesfossezStandard logging for libctfcopytrace
2017-08-07  Julien DesfossezStandard logging for debug_info plugin
next
This page took 0.036906 seconds and 4 git commands to generate.