Fix graph facilities handling in writer component class
[babeltrace.git] / plugins / ctf /
2017-05-28  Philippe ProulxEvent notification: pass CC priority map on creation
2017-05-28  Philippe ProulxRemove Babeltrace 1 files and reorganize the tree
2017-05-28  Philippe Proulxctf.fs: bt_ctf_notif_iter_create(): assert() that all...
2017-05-28  Philippe Proulxctf.fs: split streams, one per port
2017-05-28  Philippe ProulxRename <babeltrace/component/...> -> <babeltrace/graph...
2017-05-28  Philippe ProulxUpdate notification iterator's "init" function signature
2017-05-28  Philippe ProulxRemove the need to implement the notification iterator...
2017-05-28  Philippe Proulx"destroy" method -> "finalize" method
2017-05-28  Philippe ProulxVisibility: split graph API into public and private...
2017-05-28  Philippe ProulxRename "query info" to "query" everywhere, and "action...
2017-05-28  Philippe Proulxctf.fs source: add `get-metadata-info` query info action
2017-05-28  Philippe Proulxbt_ctf_event_set_clock_value() does not need a clock...
2017-05-28  Philippe ProulxAdd bt_component_*_create_iterator_with_init_method_data()
2017-05-28  Jérémie GalarneauFix: missing NULL check in ctf_fs_iterator_destroy_data
2017-05-28  Jérémie GalarneauFix: add missing NULL check in ctf_fs_destroy_data
2017-05-28  Philippe ProulxFix Makefile.am files regarding headers
2017-05-28  Philippe ProulxSet notification iterator methods to the component...
2017-05-28  Philippe ProulxPlugins: use UNUSED_VAR instead of casting to void
2017-05-28  Philippe ProulxAdd bt_component_create_with_init_method_data()
2017-05-28  Philippe ProulxPrefix {source,filter,sink}*.h file names with component-
2017-05-28  Philippe ProulxRefactor the component class and component API
2017-05-28  Philippe ProulxRefactor the plugin registration and loading machinery
2017-05-28  Philippe ProulxDecouple component class from plugin subsystem, remove...
2017-05-27  Philippe Proulxir: add bt_ctf_clock_class object, modify bt_ctf_clock...
2017-05-27  Jérémie Galarneauctf-fs fix: only apply timestamp end field on packet end
2017-05-27  Jérémie GalarneauFix: don't attempt to mmap packet at end of file
2017-05-27  Jérémie GalarneauFix: passing NULL to glib mapped file unref function...
2017-05-27  Jérémie GalarneauFix IR visitor: set min alignment on structure field...
2017-05-27  Jérémie GalarneauRemove unused index version fields
2017-05-27  Jérémie GalarneauBuild CTF stream indexes from LTTng index files
2017-05-27  Jérémie GalarneauRename bt_notification_packet_start to "begin"
2017-05-27  Jérémie GalarneauFix: handle size 0 CTF fs streams
2017-05-27  Jérémie GalarneauComponent iterator points to first notification on...
2017-05-27  Mathieu DesnoyersFix compiler warnings
2017-05-27  Mathieu DesnoyersFix: ctf_fs debug variable should be extern
2017-05-27  Mathieu DesnoyersPrint other fields
2017-05-27  Jérémie GalarneauAllow NULL (unset) packet, stream and event headers...
2017-05-27  Jérémie GalarneauImplement proper notification comparison
2017-05-27  Jérémie GalarneauPrint timestamps in text plug-in
2017-05-27  Jérémie GalarneauTrack clock states in notification iterator
2017-05-27  Jérémie GalarneauHandle empty strings in the notif-iter btr_string callbacks
2017-05-27  Jérémie Galarneaufix initialize stream which may be used in error paths
2017-05-27  Jérémie GalarneauCoding standard clean-ups
2017-05-27  Jérémie Galarneaufix leak of variant field path
2017-05-27  Jérémie Galarneaustream leak in ctf_fs_iterator_next
2017-05-27  Jérémie GalarneauRemove superflous set_current_packet_content_sizes
2017-05-27  Jérémie GalarneauMerge streams in ctf fs component
2017-05-27  Jérémie GalarneauFix: SIGBUS error on reading past a file's end in mmap...
2017-05-27  Jérémie GalarneauImplement the notification heap interface
2017-05-27  Jérémie GalarneauAdd bt_notification_heap interface
2017-05-27  Jérémie GalarneauFix space indentations
2017-05-27  Jérémie GalarneauWrong file name in ctf/plugin.c header
2017-05-27  Jérémie Galarneauctf-fs: missing component->streams NULL check
2017-05-27  Jérémie GalarneauMissing btr makefile
2017-05-27  Jérémie Galarneauallow multiple ctf streams to be open
2017-05-27  Jérémie GalarneauFix packet switch bug
2017-05-27  Jérémie Galarneautext: wip event formating
2017-05-27  Jérémie GalarneauFix source component memory leak
2017-05-27  Jérémie Galarneauadd end of stream notification
2017-05-27  Jérémie GalarneauPlugins are alive!
2017-05-27  Jérémie Galarneauadd debug printout
2017-05-27  Jérémie GalarneauFix: uninitialized use of ctf_fs
2017-05-27  Jérémie GalarneauImplement ctf fs iterator functions
2017-05-27  Jérémie GalarneauFix: path value retrieval memory leak
2017-05-27  Jérémie GalarneauInit ctf fs data and metadata streams
2017-05-27  Jérémie GalarneauMove remaining protorectoral files to ctf fs plugin
2017-05-27  Jérémie GalarneauAdd ctf fs iterator initialization
2017-05-27  Jérémie GalarneauCode standard cleanup
2017-05-27  Jérémie GalarneauCleanup ctf/fs/Makefile.am
2017-05-27  Jérémie GalarneauIntegrate ctf proto into the plugin build system
2017-05-27  Jérémie GalarneauAdd ctf fs component skeleton
2017-05-27  Philippe ProulxInstall plugins in $(libdir)/babeltrace/plugins
2017-05-27  Philippe ProulxPlugins: rename reader -> fs, and symbols.c to plugin.c
2017-05-27  Philippe ProulxPlugins: remove unnecessary stuff in Makefile.am files
2017-05-27  Philippe ProulxMove plugin system sources to lib/plugin-system
2017-05-27  Jérémie GalarneauAdd base plug-in skeletons
2017-05-27  Jérémie GalarneauList detected component classes
2017-05-27  Jérémie GalarneauComponent creation
2017-05-27  Jérémie GalarneauPlugin symbol resolving fix
2017-05-27  Jérémie GalarneauCoding style fix
2017-05-27  Jérémie GalarneauBuild fix
2017-05-27  Jérémie Galarneautext plugin test
2017-05-27  Jérémie GalarneauCreate sink plugins
2017-05-27  Jérémie GalarneauDiscover plugins in converter.c
2017-05-27  Jérémie GalarneauAdd ctf-text entry point initialization comment
2017-05-27  Jérémie Galarneauctf-text plugin stub
2017-05-27  Jérémie GalarneauMissing Makefiles
2017-05-27  Jérémie GalarneauAdd options to ctf-text plugin
2017-05-27  Jérémie GalarneauImplement ctf text output plug-in stub
2017-05-27  Jérémie GalarneauBuild system: build reader plug-in stub
2017-05-27  Jérémie GalarneauAdd initial plug-in stubs
2017-05-27  Jérémie Galarneauremove extra line in reader
2017-05-27  Jérémie GalarneauError stream is now an attribute of the base plugin...
2017-05-27  Jérémie GalarneauStart ctf reader implementation stub
2017-05-27  Jérémie GalarneauReader plugin skeleton
This page took 0.054428 seconds and 7 git commands to generate.