Add the verbose parameter to the legacy text options
[babeltrace.git] / plugins /
2017-05-28  Julien DesfossezAdd the verbose parameter to the legacy text options
2017-05-28  Philippe Proulxctf.fs source: add `get-metadata-info` query info action
2017-05-28  Philippe ProulxAdd utils.dummy component class, move plugins/trimmer...
2017-05-28  Philippe Proulxtext plugin: add color support
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  Jérémie GalarneauFix text plug-in: missing function name change
2017-05-27  Jérémie GalarneauModify bt_ctf_field_enumeration_get_single_mapping...
2017-05-27  Mathieu DesnoyersFix: allow duplicate keys and overlapping ranges in...
2017-05-27  Philippe Proulxir: add bt_ctf_clock_class object, modify bt_ctf_clock...
2017-05-27  Jérémie GalarneauTrimmer fix: don't emit end of trace on out-of-bound...
2017-05-27  Jérémie GalarneauTrimmer fix: forward evaluation result to downstream...
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 GalarneauStop trimmer iteration when end bound is reached
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  Mathieu Desnoyerstrimmer: error checking, reporting, begin > end check
2017-05-27  Mathieu Desnoyerstrimmer: infer end date from begin date
2017-05-27  Mathieu DesnoyersSupport standard timestamp formats for begin/end
2017-05-27  Jérémie GalarneauTrimmer: Filter-out packet that are not in the specifie...
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 GalarneauWriter fix: don't skip first notification
2017-05-27  Jérémie GalarneauWriter: null contexts are not an error
2017-05-27  Julien Desfossezclock working
2017-05-27  Julien Desfossezfix: missing free on error path
2017-05-27  Julien Desfossezuse GString instead of non-portable char[PATH/NAME_MAX]
2017-05-27  Julien DesfossezCTF Writer sink
2017-05-27  Jérémie GalarneauImplement the trimmer plug-in
2017-05-27  Jérémie GalarneauComponent iterator points to first notification on...
2017-05-27  Jérémie GalarneauAdd trimmer plug-in skeleton
2017-05-27  Mathieu DesnoyersFix compiler warnings
2017-05-27  Mathieu DesnoyersFix: ctf_fs debug variable should be extern
2017-05-27  Jérémie GalarneauHandle NULL stream/packet/event headers, contexts and...
2017-05-27  Mathieu Desnoyerstext output plugin: print time delta
2017-05-27  Mathieu Desnoyerstext output: wire up clock options, error checking
2017-05-27  Mathieu DesnoyersRemove callsite text output code
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 Galarneauremove double bt_put
2017-05-27  Mathieu DesnoyersText output plugin argument parsing
2017-05-27  Mathieu DesnoyersImplement output text plugin (basic)
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 event class
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 GalarneauFix libadd referring to text plugin
2017-05-27  Jérémie GalarneauAdd missing text plugin files
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 GalarneauRename correlator to muxer
2017-05-27  Jérémie GalarneauFix packet switch bug
2017-05-27  Jérémie GalarneauAdd filter component type
2017-05-27  Jérémie GalarneauSinks own their input iterators
2017-05-27  Jérémie Galarneautext: Remove stream_timestamps hashtable
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 GalarneauAccomodate component destructor API changes in text...
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 Galarneaudestroy_text must conform to bt_component_destroy_cb
2017-05-27  Jérémie GalarneauAdd ctf fs component skeleton
2017-05-27  Jérémie GalarneauCast destroy_text to bt_component_destroy_cb
2017-05-27  Jérémie GalarneauUpdate text plugin skeleton
next
This page took 0.04261 seconds and 7 git commands to generate.