Fix: add missing goto end on error
[babeltrace.git] / plugins / ctf /
2017-08-09  Mathieu DesnoyersCleanup: remove logically dead code
2017-08-09  Mathieu DesnoyersCleanup: remove logically dead code
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  Mathieu DesnoyersFix: Explicit null dereferenced
2017-08-07  Julien DesfossezStandard logging for ctf.fs sink
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  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-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 Proulxsink.ctf.fs: use original stream's name as CTF writer...
2017-07-06  Philippe Proulxsrc.ctf.fs: name the stream objects with their file...
2017-07-06  Philippe Proulxctf: notif-iter.c: ensure that medops's get_stream...
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-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  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 DesfossezCopy the packet_header in the plugins
2017-06-16  Julien DesfossezFix copytrace: copy packet_context
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-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-12  Michael JeansonPort: Enable libtool to produce DLLs
2017-06-09  Mathieu DesnoyersFix: various fixes for ctf-traces/succeed test cases
2017-06-09  Julien DesfossezFix: remove listener check
2017-06-09  Mathieu DesnoyersFix: uninitialized variable
2017-06-09  Jérémie GalarneauRemove former logging header print.h from source.ctf...
2017-06-09  Jérémie Galarneausource.ctf.fs: implement the trace-info query
2017-06-09  Julien Desfossezdebug-info: handle the static notifications
2017-06-09  Julien Desfossezfs-sink: useless active_stream member
2017-06-09  Mathieu Desnoyerslttng-live: check graph cancel state, check ctf trace...
2017-06-09  Mathieu Desnoyerslttng-live: correctly handle ctrl-c and fix leaks
2017-06-09  Jérémie GalarneauRemove dependancies on ctf.fs source component caused...
2017-06-09  Jérémie GalarneauMove ctf-fs source query implementations to their own...
2017-06-09  Philippe ProulxMake bt_private_connection_create_notification_iterator...
2017-06-09  Philippe ProulxMake bt_private_component_*_add_*_port() return a statu...
2017-06-09  Philippe Proulxplugins/ctf/common/notif-iter/notif-iter.c: add logging
2017-06-09  Julien Desfossezfs-sink: flush open packets on destroy
2017-06-09  Julien DesfossezFix sink.ctf.fs: mark the trace as static on destroy
2017-06-09  Julien Desfossezfs-sink: fix check trace completed when static is set
2017-06-09  Mathieu Desnoyerslttng-live: populate trace name
2017-06-09  Julien Desfossezfs-sink: handle trace name
2017-06-09  Julien Desfossezalways copy packet/content_size, they are overwritten...
2017-06-09  Julien Desfossezsupport adding streams on non-static traces
2017-06-09  Julien Desfossezfs-sink: fix handling static notifications
2017-06-09  Julien Desfossezfs-sink: move stream and stream_class maps in fs_writer...
2017-06-09  Julien Desfossezfs-sink: explicitely handle stream_begin notif
2017-06-09  Julien Desfossezfs-sink: trace static handling + cleanup teardown
2017-06-09  Michael JeansonPort: Add missing includes for mingw
2017-06-09  Michael JeansonPort: Add mman.h compat for mingw
2017-06-09  Michael JeansonPort: Namespace tokens in ctf metadata parser/lexer
2017-06-09  Michael JeansonPort: Add bt_common_get_page_size
2017-06-09  Michael JeansonPort: Use glib portable macros to convert gpointer...
2017-06-09  Philippe Proulxplugins/ctf/lttng-live: use standard logging files...
2017-06-09  Philippe Proulxplugins/ctf/common/btr: use standard logging files...
2017-06-09  Philippe Proulxplugins/ctf/common/btr/btr.c: add logging
2017-06-09  Philippe Proulxctf plugins: prepend trace's hostname, if exists, to...
2017-06-09  Philippe Proulxctf.fs source: use last path parameter's element as...
next
This page took 0.04025 seconds and 7 git commands to generate.