babeltrace.git
2017-08-21  Jérémie GalarneauFix filter.utils.muxer: NULL dereference in logging...
2017-08-21  Mathieu DesnoyersFix: overflowed return value
2017-08-21  Mathieu DesnoyersFix: attempt to fix improper use of negative value
2017-08-21  Mathieu DesnoyersFix: add missing overflow check in bt_ctf_stream_pos_ac...
2017-08-21  Mathieu DesnoyersFix: uninitialized return value on error
2017-08-21  Mathieu DesnoyersFix: handle unknown enum mapping
2017-08-21  Mathieu DesnoyersCleanup: no need to check for NULL before g_free
2017-08-21  Philippe ProulxUpdate Python bindings and tests to match the latest API
2017-08-21  Philippe Proulxlib/plugin/plugin.c: do not use G_MODULE_BIND_LOCAL...
2017-08-21  Philippe ProulxAdd built-in colander sink component class
2017-08-21  Philippe ProulxRemove include of <babeltrace-internal.h> from public...
2017-08-21  Philippe Proulxtests/lib/test-plugin-plugins/minimal.c: add missing...
2017-08-21  Philippe Proulxcli/babeltrace-log.c: include <string.h> for strdup()
2017-08-21  Philippe Proulxgraph: check if graph has at least one sink to return...
2017-08-21  Philippe ProulxFix: CC prio. map. leak in event notification
2017-08-21  Philippe Proulxlib: do not finalize a non-initialized notification...
2017-08-21  Philippe ProulxFix: cli: Coverity issue: no need to check `status`
2017-08-21  Philippe Proulxbt_ctf_clock_value_create(): freeze clock class
2017-08-21  Philippe ProulxGraph: pass remove listeners when adding listeners
2017-08-21  Philippe Proulxir: trace: pass remove listeners when adding listeners
2017-08-21  Philippe Proulxinclude/babeltrace/graph/private-component.h: add missi...
2017-08-21  Philippe ProulxRemove bt_notification_discarded_{events,packets}_set_c...
2017-08-21  Philippe Proulxbt_notification_inactivity_create(): create an empty...
2017-08-21  Philippe Proulxbt_notification_event_create(): create an empty CC...
2017-08-21  Philippe Proulxlib: move bt_notification_iterator_next_return to compo...
2017-08-21  Philippe Proulxlib: use `enum bt_port_status` where possible
2017-08-21  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-09  Mathieu DesnoyersFix: missing ftell/fseek error handling
2017-08-09  Mathieu DesnoyersFix: use of file pointer after fclose()
2017-08-09  Mathieu DesnoyersCleanup: mixing enum types
2017-08-09  Mathieu DesnoyersFix: missing check of ftell error
2017-08-09  Mathieu DesnoyersFix: mixed enums used in source.ctf.fs
2017-08-09  Jérémie GalarneauFix: Dereference null return value
2017-08-09  Mathieu DesnoyersFix: assert compared unsigned to 0
2017-08-09  Mathieu DesnoyersFix: negative loop bound check
2017-08-09  Mathieu DesnoyersFix: resolve.c: enum type mismatch
2017-08-09  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
2017-08-07  Julien DesfossezStandard logging for trimmer/copy.c
2017-08-07  Michael JeansonFix tests: run plugins test wrapper script
2017-08-07  Michael JeansonFix test: intersection has too large offset_s
2017-07-20  Michael JeansonTests: only run debug info tests when the feature is...
2017-07-19  Michael JeansonPort: Add dummy symbol for macOS linker
2017-07-19  Michael JeansonUpdate gitignore
2017-07-19  Michael JeansonPort: use a separate variable for elfutils libs
2017-07-19  Michael JeansonPort: built-in plugins support for the macOS linker
2017-07-19  Michael JeansonPort: 'struct tm' member count vary across platforms
2017-07-19  Michael JeansonPort: Solaris and Cygwin have no sys/syslimits.h
2017-07-19  Michael JeansonPort: cast result of be64toh() to uint64_t for print...
2017-07-19  Michael JeansonPort: __STRINGIFY exists on Cygwin
2017-07-19  Michael JeansonPort: Add Solaris tid support to logging
2017-07-19  Michael JeansonPort: Add Cygwin tid support to logging
2017-07-19  Michael JeansonPort: unlink() requires unistd.h on Solaris and macOS
2017-07-19  Michael JeansonPort: handle 'size_t' / 'off_t' on Solaris
2017-07-19  Michael JeansonPort: replace strerror_r() by g_strerror()
2017-07-19  Michael JeansonPort: replace opendir() by g_dir_open()
2017-07-19  Michael JeansonPort: replace setenv() by g_setenv()
2017-07-19  Michael JeansonFix: append to LIBS, don't override it
2017-07-19  Michael JeansonPort: do not include malloc.h
2017-07-19  Philippe ProulxFix: visit_event_decl(): always set stream_id variable
2017-07-19  Michael JeansonFix: don't store an int64_t value in a ptr
2017-07-19  Michael JeansonFix: use extern for variables instead of BT_HIDDEN
2017-07-19  Michael JeansonFix: logging in socket-internal.h
2017-07-19  Michael JeansonFix: remove g_ptr_array_insert to keep glib 2.22 compat
2017-07-19  Michael JeansonFix: g_hash_table_insert returns 'void' in glib <=...
2017-07-19  Michael JeansonFix: G_SPAWN_DEFAULT was introduced in glib 2.37.6
2017-07-18  Mathieu DesnoyersPretty plugin: only print negative timestamp warning...
2017-07-18  Mathieu DesnoyersFix test: packet seq num has too large offset_s
2017-07-18  Philippe Proulxctf: visitor-generate-ir: accept negative clock offsets
2017-07-18  Philippe ProulxFix: clock-class.c: cache ns from Epoch and check for...
2017-07-18  Philippe ProulxFix: ctf: notif-iter: error on empty events (0 bits...
2017-07-18  Mathieu DesnoyersFix: test: expect the new warning format for seqnum
next
This page took 0.03777 seconds and 4 git commands to generate.