Cleanup: remove logically dead code
[babeltrace.git] / plugins /
2017-08-09  Mathieu DesnoyersCleanup: remove logically dead code
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  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 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: 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-07-19  Michael JeansonPort: use a separate variable for elfutils libs
2017-07-19  Michael JeansonPort: cast result of be64toh() to uint64_t for print...
2017-07-19  Michael JeansonPort: handle 'size_t' / 'off_t' on Solaris
2017-07-19  Michael JeansonPort: replace opendir() by g_dir_open()
2017-07-19  Philippe ProulxFix: visit_event_decl(): always set stream_id variable
2017-07-18  Michael JeansonFix: don't store an int64_t value in a ptr
2017-07-18  Michael JeansonFix: use extern for variables instead of BT_HIDDEN
2017-07-18  Michael JeansonFix: remove g_ptr_array_insert to keep glib 2.22 compat
2017-07-18  Mathieu DesnoyersPretty plugin: only print negative timestamp warning...
2017-07-18  Philippe Proulxctf: visitor-generate-ir: accept negative clock offsets
2017-07-18  Philippe ProulxFix: ctf: notif-iter: error on empty events (0 bits...
2017-07-17  Philippe Proulxctf: notif-iter.c: check state on BT_CTF_NOTIF_ITER_MED...
2017-07-17  Michael JeansonCompletely rework configure.ac
2017-07-17  Michael JeansonCleanup: bison and flex detection
2017-07-17  Michael JeansonCleanup: uuid library detection
2017-07-17  Michael JeansonCleanup: popt library detection
2017-07-17  Michael JeansonFix: Don't override user variables within the build...
2017-07-07  Jérémie GalarneauFix: dead code in lttng_live_iterator_next_no_stream()
2017-07-07  Jérémie GalarneauFix: uninitialized return value member
2017-07-07  Jérémie GalarneauFix: ds_file_group is checked instead of ds_file_group...
2017-07-07  Philippe Proulxsrc.text.dmesg: add `no-extract-timestamp` option
2017-07-06  Philippe ProulxAdd src.text.dmesg component class
2017-07-06  Philippe Proulxplugins/ctf/plugin.c: fix comment
2017-07-06  Philippe Proulxctf: notif-iter: pass current stream ID to get_stream...
2017-07-06  Philippe Proulxsrc.ctf.fs: fs.c: add missing `static`
2017-07-06  Philippe Proulxctf: notif-iter: ensure that all packets refer to the...
2017-07-06  Philippe ProulxFix: remove clock value leak in sink.text.pretty
2017-07-06  Philippe Proulxsink.text.pretty: append `s` only if plural in discarde...
2017-07-06  Philippe Proulxsink.ctf.fs: use original stream's name as CTF writer...
2017-07-06  Philippe Proulxsink.text.pretty: print discarded events and packets...
2017-07-06  Philippe Proulxsrc.ctf.fs: name the stream objects with their file...
2017-07-06  Philippe Proulxflt.lttng-utils.debug-info: copy original stream's...
2017-07-06  Philippe Proulxlibctfcopytrace: copy trace's UUID
2017-07-06  Philippe ProulxAdd sink.utils.counter
2017-07-06  Philippe Proulxctf: notif-iter.c: ensure that medops's get_stream...
2017-07-06  Philippe Proulxflt.lttng-utils.debug-info: forward unhandled notifications
2017-07-06  Philippe ProulxFix: flt.utils.muxer: not always an ERROR to fail to...
2017-07-06  Philippe ProulxSimplify sink.utils.dummy: only one upstream notificati...
2017-07-06  Philippe Proulxsrc.ctf.fs: use one CTF notif iter per notification...
2017-07-06  Philippe Proulxctf: notif-iter.c: lazily initialize clock value states
2017-07-06  Philippe Proulxvisitor-generate-ir.c: validate clock class frequency...
2017-07-06  Philippe Proulxbt_ctf_clock_class_create(): add a frequency parameter
2017-07-06  Philippe ProulxFix: add_clock_classes(): do not add existing clock...
2017-07-06  Philippe ProulxFix: allow NULL (unnamed) in bt_ctf_stream_class_{get...
2017-07-06  Philippe Proulxplugins/utils/muxer/muxer.c: add logging
2017-07-06  Philippe Proulxplugins/utils/trimmer/iterator.c: use unique logging tag
2017-07-05  Michael JeansonBuild plugins as unversioned modules
2017-07-05  Michael JeansonPort: plugin system compat for mingw / macOS
2017-07-05  Michael JeansonPort: Add winsock support to live for mingw
2017-07-05  Michael JeansonPort: use ghashtable in mman compat
2017-06-21  Jérémie GalarneauFix: ctf_fs_metadata is assumed to be non-null
2017-06-21  Jérémie GalarneauImprove logging in the LTTng index parsing code
2017-06-19  Julien Desfossezcopytrace: check clock_class_count before getting the...
2017-06-19  Jérémie GalarneauClean-up: coding style adjustments
2017-06-16  Jérémie GalarneauCleanup: typo fix in comment
2017-06-16  Julien Desfossezfs-sink: add the single-trace option
2017-06-16  Julien DesfossezFix: event_header is optional
2017-06-16  Julien DesfossezCopy the packet_header in the plugins
2017-06-16  Julien DesfossezFix copytrace: copy packet_context
2017-06-16  Julien Desfossezcopytrace: packet_context is optional
2017-06-16  Julien Desfossezcopytrace: create empty stream classes by default
2017-06-16  Julien Desfossezfs-sink: packet_context is optional
2017-06-16  Philippe Proulxctf: remove strict metadata mode, update automatic...
2017-06-16  Philippe ProulxRemove the concept of event class attributes
2017-06-16  Philippe ProulxBT_CTF_BYTE_ORDER_NONE -> BT_CTF_BYTE_ORDER_UNSPECIFIED...
2017-06-16  Philippe Proulxplugins/lttng-utils/Makefile.am: add all source files...
2017-06-16  Philippe ProulxAdd BT_CTF_INTEGER_BASE_UNSPECIFIED
2017-06-15  Julien Desfossezdebug-info fix: packet_context is optional
2017-06-14  Jérémie GalarneauFix: uninitialized return value in copy.c
2017-06-14  Philippe ProulxRemove legacy printf_verbose()/printf_debug() and others
2017-06-14  Philippe Proulxvisitor-generate-ir.c: automatically map specific field...
2017-06-14  Philippe Proulxctf: add metadata decoder config. and `strict-metadata...
2017-06-14  Philippe Proulxsource.ctf.fs: remove ctf_fs_debug symbol
2017-06-14  Philippe Proulxvisitor-generate-ir.c: logging: add stream's line numbe...
2017-06-14  Philippe Proulxvisitor-semantic-validator.c: standardize logging
2017-06-14  Philippe Proulxplugins/ctf/common/metadata/visitor-parent-links.c...
2017-06-14  Philippe Proulxplugins/ctf/common/metadata/objstack.c: add logging
2017-06-14  Philippe Proulxplugins/ctf/common/metadata/decoder.c: standardize...
2017-06-14  Philippe Proulxplugins/ctf/common/metadata: logging: standardize in...
2017-06-14  Philippe Proulxvisitor-generate-ir.c: logging: standardize messages...
2017-06-14  Philippe Proulxir: fields.c: fix public function names to get/set...
2017-06-12  Michael JeansonPort: Enable libtool to produce DLLs
2017-06-09  Mathieu DesnoyersFix: debug info plugin incorrect assumption about heade...
2017-06-09  Mathieu DesnoyersFix: various fixes for ctf-traces/succeed test cases
next
This page took 0.039956 seconds and 7 git commands to generate.