Cleanup: lttng-ctl-health comment
[lttng-tools.git] / src /
2014-01-28  Mathieu DesnoyersCleanup: lttng-ctl-health comment
2014-01-28  Mathieu DesnoyersAdd daemonize() to libcommon
2014-01-28  Mathieu DesnoyersFix: consumerd: use DBG rather than DBG2
2014-01-28  Mathieu DesnoyersFix: consumerd: only return readiness when health is...
2014-01-28  Mathieu DesnoyersFix: consumerd should initialize lttcomm
2014-01-28  Mathieu DesnoyersFix health check: signal parent before exit testpoint
2014-01-28  Mathieu Desnoyersrelayd: add LTTNG_RELAYD_HEALTH env var
2014-01-28  Mathieu DesnoyersAdd sessiond/SESSIOND_ prefix to sessiond testpoints
2014-01-15  David GouletFix: zero out data structure before using it
2014-01-14  Julien DesfossezFix: delete metadata stream before destroying it
2014-01-14  David GouletFix: report to client when snapshot will be empty
2014-01-14  Julien DesfossezFix: metadata stream should be always flagged as ready
2014-01-14  Julien DesfossezFix: wrong check before destroying the viewer metadata...
2014-01-14  Julien DesfossezFix: race with the viewer and readiness of streams
2014-01-09  David GouletFix: missing reset when listing UST fields for multiple...
2014-01-07  Mathieu DesnoyersFix: filter: check binary op nesting
2014-01-07  Anik MishraFix: relayd cmd line option for live port
2013-12-19  David GouletFix: remove break in epoll loop of apps. thread
2013-12-17  Jérémie GalarneauLoad relay daemon options from configuration file
2013-12-17  Jérémie GalarneauLoad session daemon options from configuration file
2013-12-17  Jérémie GalarneauAdd utils_generate_optstring() to libcommon
2013-12-17  Jérémie GalarneauAdd libconfig implementation and tests
2013-12-17  Jérémie GalarneauAdd code from the inih library under libconfig
2013-12-16  Julien DesfossezFix: clear the CTF traces when all the streams are...
2013-12-10  Julien DesfossezFix: close connection on incompatible version check
2013-12-10  Julien DesfossezFix: fields alignements in live protocol
2013-12-05  David GouletFix: possible use after free
2013-12-03  David GouletFix: remove unused code in session daemon
2013-12-03  David GouletFix: string format with unsigned value
2013-12-03  David GouletFix: remove useless assert
2013-12-03  David GouletFix: bad logical check of error codes
2013-11-28  David GouletFix: resource leak in enable-event command
2013-11-28  David GouletFix: unchecked return value in ust app delete
2013-11-28  David GouletFix: dereference after null check in UST registry
2013-11-28  David GouletFix: Resource leak in ust registry
2013-11-28  David GouletFix: backported from urcu commit 92af1a30
2013-11-28  David GouletFix: remove assert on fd in the read/write layer
2013-11-28  David GouletFix: missing lock/unlock when sending index
2013-11-28  David GouletFix: update back the metadata len sent on failure
2013-11-28  David GouletFix: don't fail on push metadata if no channel
2013-11-26  Julien DesfossezRename LTTng index in CTF index
2013-11-26  David GouletFix: set the enable all event command type
2013-11-25  David GouletFix: implicit conversion of enum types in sessiond
2013-11-25  David GouletFix: implicit conversion of enum types in consumer
2013-11-25  David GouletFix: comparison of unsigned enum expression >= 0
2013-11-25  David GouletFix: comparison of unsigned value agains < 0
2013-11-25  Raphaël BeamonteFix: utils_expand_path now works for paths that ends...
2013-11-25  Raphaël BeamonteFix: comment indentation
2013-11-25  Raphaël BeamonteAdd missing copyright to utils.c
2013-11-22  David GouletFix: use non block waitpid to lookup child state
2013-11-15  David GouletFix: add missing header file to build system
2013-11-15  Raphaël BeamonteRemove the utils_resolve_relative function that is...
2013-11-15  Raphaël BeamonteChange the utils_expand_path function to use utils_part...
2013-11-15  Raphaël BeamonteIntroduce a new utils_partial_realpath function
2013-11-15  Julien DesfossezFix end condition on rotate with live reading
2013-11-15  Julien DesfossezProtect the abort_flag on reset and always close on...
2013-11-14  David GouletRemove ENABLE_EVENT_* values and fix enable filtering
2013-11-14  JP IkaheimonenAdd error check for zmalloc
2013-11-14  JP IkaheimonenAdd ust event exclusion UST ABI to internal copy
2013-11-14  JP IkaheimonenWhen listing events, show exclusions if they exist
2013-11-14  JP IkaheimonenAdd exclusion names to diagnostic printouts
2013-11-14  JP IkaheimonenDetect and report exclusion option errors
2013-11-14  JP IkaheimonenParse exclusions and forward them to the control handler
2013-11-14  JP IkaheimonenAdd a function to check for legal exclusions
2013-11-14  JP IkaheimonenAdd usage for --exclude option
2013-11-14  JP IkaheimonenAdd -exclude option to enable-event command
2013-11-14  JP IkaheimonenCollate lttng_enable_event* code
2013-11-14  JP IkaheimonenSend enable-event commands with exclusion data
2013-11-14  JP IkaheimonenSet event exclusions in the target when event is created
2013-11-14  JP IkaheimonenCopy exclusion data in shadow_copy_event
2013-11-14  JP IkaheimonenAdd exclusion data to find_ust_app_event
2013-11-14  JP IkaheimonenFree exclusion data when ust_app_event is deleted
2013-11-14  JP IkaheimonenCopy event exclusion data in add_unique_ust_app_event
2013-11-14  JP IkaheimonenCompare also exclusions in ht_match_ust_app_event
2013-11-14  JP IkaheimonenAdd exclusion data to ust_app_event structure
2013-11-14  JP IkaheimonenCollate handling of LTTNG_ENABLE_EVENT_WITH_FILTER
2013-11-14  JP IkaheimonenAdd handling of LTTNG_ENABLE_EVENT_WITH_EXCLUSION
2013-11-14  JP IkaheimonenCopy exclusion data in add_unique_ust_event.
2013-11-14  JP IkaheimonenAdd exclusion data to trace_ust_find_event
2013-11-14  JP IkaheimonenAdd exclusion data to trace_ust_create_event
2013-11-14  JP IkaheimonenAdd exclusion matching logic to trace_ust_ht_match_event
2013-11-14  JP IkaheimonenAdd event exclusion data to ltt_ust_event structure
2013-11-14  JP IkaheimonenAdd exclusions to event_ust_enable_tracepoint
2013-11-14  JP IkaheimonenAdd exclusion data to cmd_enable_event
2013-11-14  JP IkaheimonenDefine a structure for event exclusion data
2013-11-14  JP IkaheimonenAdd exclusion data to enable-command
2013-11-14  David GouletFix: document relayd live lock nesting
2013-11-14  Julien DesfossezFix concurrency issues while overwriting tracefiles...
2013-11-13  Raphaël BeamonteCorrect the behavior of the utils_expand_path function
2013-11-13  Raphaël BeamonteIntroduce a new utils_resolve_relative function
2013-11-13  Jérémie GalarneauFix: Warn that kernel loglevels are unsupported
2013-11-13  Julien DesfossezHandle the tracefile_size/count in live
2013-11-12  David GouletFix: don't use daemon() to daemonize
2013-11-12  David GouletFix: bad type of return variable
2013-11-12  David GouletFix: typo in --sig-parent help
2013-11-11  Jérémie GalarneauFix: Duplicate lttng-sessiond thread creation comments
2013-11-11  Jérémie GalarneauFix: Don't dispatch uninitialized hash tables to the...
2013-11-11  David GouletFix: add asserts and remove unused variable
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-11-11  Mathieu DesnoyersImplement lttng_read()/lttng_write()
next
This page took 0.038589 seconds and 7 git commands to generate.