Add handling of LTTNG_ENABLE_EVENT_WITH_EXCLUSION
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
2013-11-14  JP IkaheimonenAdd handling of LTTNG_ENABLE_EVENT_WITH_EXCLUSION
2013-11-14  JP IkaheimonenAdd exclusion data to cmd_enable_event
2013-11-12  David GouletFix: don't use daemon() to daemonize
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  David GouletFix: add asserts and remove unused variable
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-11-11  Mathieu DesnoyersComment why we cannot rmdir the lttng and relayd rundir
2013-11-11  Mathieu DesnoyersRevert "Fix: remove the rundir at the end of the cleanup"
2013-11-06  David GouletFix: remove the rundir at the end of the cleanup
2013-11-06  David GouletWrite TCP JUL port in the lttng's rundir
2013-11-04  David GouletFix: arguments in the wrong order for fd-limit
2013-10-16  David GouletAdd jul-app ABI/API and handle registration
2013-10-16  David GouletAdd JUL registration thread
2013-10-16  David GouletAdd -j/--jul to lttng UI and ABI
2013-10-11  David GouletFix: set app socket timeout just after accept()
2013-10-09  Mathieu DesnoyersUnlink rundir files individually
2013-10-09  Mathieu DesnoyersHealth check: implement health check query in sessiond...
2013-10-09  Mathieu DesnoyersMove health comm to health-internal.h
2013-10-09  Mathieu DesnoyersMove health into its own common/ static library
2013-10-09  Mathieu DesnoyersTurn health.h/health.c into a library
2013-10-09  Mathieu DesnoyersFix: add missing pthread_join in sessiond
2013-09-30  David GouletFix: add missing pthread_join in sessiond
2013-09-27  Julien DesfossezLive timer set up
2013-08-30  David GouletFix: remove wrong doing asserts in sessiond
2013-08-27  David GouletFix: set the health delta tcp timeout aware
2013-08-27  David GouletGet the maximum TCP timeout in sessiond
2013-08-26  David GouletImprove comments after review
2013-08-26  David GouletRename consumer socket fd to fd_ptr
2013-08-26  David GouletLock consumer data before fd check during destroy
2013-08-26  David GouletUse consumer fd reference in consumer socket obj
2013-08-23  Mathieu DesnoyersFix: improve error message when UST support is disabled
2013-08-16  Mathieu DesnoyersFix: don't skip chmod if tracing group is not found
2013-08-08  Mathieu Desnoyersinet/inet6 sockets: apply timeout
2013-08-07  Mathieu DesnoyersIntroduce LTTNG_NETWORK_SOCKET_TIMEOUT env. var
2013-07-18  Mathieu DesnoyersDocumentation: fix thread quit pipe comment
2013-07-12  Julien DesfossezSupport snapshot max-size limitation
2013-07-12  David GouletAdd create session snapshot API in lttng-sessiond
2013-07-10  Mathieu DesnoyersFix: consumer err_sock cloexec
2013-07-09  David GouletFix: possible consumer sockets double close on cleanup
2013-07-05  David GouletFix: close consumer sockets in sessiond cleanup
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletImplement snapshot commands in lttng-sessiond
2013-06-27  David GouletInitial import of the snapshot ABI/API in lttng-ctl
2013-06-19  Amit MargalitUsing LTTNG_HOME environment variable if exists, with...
2013-06-19  Mathieu DesnoyersFix: comparing array against NULL
2013-06-14  David GouletFix: sanitize wait queue in the dispatch thread
2013-06-14  Mathieu DesnoyersImplement health check for app registration dispatch
2013-06-14  Mathieu DesnoyersImplement health check for app notification thread
2013-06-14  Mathieu DesnoyersFix: hash table cleanup call_rcu deadlock
2013-05-28  David GouletFix: remove dead code
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  David GouletFix: Read from pointer after free
2013-05-15  David GouletFix: Uninitialized pointer read
2013-05-15  David GouletFix: fd leak in process client msg error path
2013-05-14  David GouletFix: memory leak in sessiond command in error path
2013-05-10  David GouletFix: check channel subbuf size against page size
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
2013-04-12  David GouletFix: remove unused path variables from session obj
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-21  Christian BabeuxFix: Memory leaks on error paths when exporting consume...
2013-03-21  David GouletSupport per UID buffers
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-03-01  David GouletMove UST registry into sessiond and implement notifiers
2013-02-18  David GouletDeprecate enable/disable-consumer
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-30  David GouletFix: remove consumer health poll update on startup
2013-01-30  David GouletFix: change health poll update to entry/exit calls
2013-01-24  David GouletCleanup unused health state reference
2013-01-24  David GouletFix: health subsystem issues with shared code
2013-01-22  David GouletRemove unused variables in trace-kernel/ust.c
2013-01-22  David GouletFix: add missing rcu read side lock
2013-01-11  David GouletAdd pidfile creation for lttng-sessiond
2012-12-19  David GouletFix: compare write() return value to size
2012-12-18  David GouletFix: sessiond write() to handle EINTR
2012-12-18  David GouletFix: handle EINTR for every read()
2012-12-18  David GouletFix: possible invalid free in kernel thread
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-17  David GouletFix: use the poll wait ret value when iterating on...
2012-12-14  Christian BabeuxAdd return code to the testpoint mechanism
2012-12-13  David GouletFix: missing health exit in registration app thread
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-11-26  Mathieu DesnoyersClarify empty string/NULL filter errors
2012-11-22  David Gouletlttng.h API update: set filter becomes enable event...
2012-11-22  David GouletPass lttng_event struct to the set_filter API call
2012-11-22  David GouletAdding context to an event is no longer possible
2012-11-09  David GouletFix: FD leak on thread error
2012-11-08  Christian BabeuxFix: Teardown of thread_manage_clients on failure of...
2012-11-08  David GouletAdd a timeout to UST application socket
2012-11-07  David GouletFix: Consumerd error socket connect race
2012-11-07  David GouletFix: Set CLOEXEC flag on every created sockets
2012-11-06  David GouletFix: Create default channel on add-context if none
2012-11-05  David GouletFix: Wrong poll events on UST application socket
2012-11-01  David GouletRename data_available to data_pending
2012-10-31  David GouletFix: consumer health state
2012-10-30  David GouletFix: Use after free() of the rundir string
2012-10-29  David GouletFix: add missing pthread_join in sessiond
2012-10-26  David GouletFix: free running directory string
next
This page took 0.178759 seconds and 107 git commands to generate.