Adding log4j agent support
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
2014-08-08  David GouletAdding log4j agent support
2014-08-08  David GouletChange --jul-port-tcp and jul.port to use agent namespace
2014-08-08  David GouletRefactor JUL to agent namespace
2014-07-28  Simon MarchiChange wfq usages for wfcq
2014-07-28  Mathieu DesnoyersFix: unbalanced ustconsumer32_data.pid_mutex lock
2014-07-14  Jérémie GalarneauFix: Create a lock file to prevent multiple session...
2014-07-11  Jérémie GalarneauFix: Possible memory leak when multiple config files...
2014-07-11  Jérémie GalarneauFix: Clamp verbosity value read from config file
2014-07-11  Jérémie GalarneauFix: Unchecked strdup return values in set_option
2014-05-23  David GouletFix: saturate verbosity level to 3
2014-05-21  David GouletFix: disable-event/channel return error if no domain
2014-05-14  Jan GlauberConfigurable kernel module probes support
2014-05-14  Jérémie GalarneauFix: Copy-pasted PERROR messages may be misleading
2014-05-14  David GouletFix: load all possible path for sessiond conf file
2014-05-12  Jérémie GalarneauAdd a -l/--load option to the session-daemon
2014-04-02  David GouletFix: don't quiet the consumer if opt_quiet is not set
2014-04-01  David GouletFix: take session list lock when listing tp
2014-03-20  David GouletFix: clarify sessiond ust app queue cmd comment
2014-03-10  Jérémie GalarneauAdd session configuration save feature to session daemon
2014-03-06  Jérémie GalarneauSend filter expression string to session daemon
2014-02-27  David GouletFix: JUL to enable user and root tracepoints
2014-02-26  Stefan SeefeldFix: possible NULL deref. in sessiond error path
2014-02-25  David GouletFix: report error if consumer can't be spawned
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-01-28  Mathieu Desnoyerssessiond: add missing testpoints
2014-01-28  Mathieu Desnoyerssessiond: add --background argument
2014-01-28  Mathieu DesnoyersUse lib common daemonize
2014-01-28  Mathieu DesnoyersFix: sessiond: wait for health check readiness
2014-01-28  Mathieu DesnoyersFix health check: signal parent before exit testpoint
2014-01-28  Mathieu DesnoyersAdd sessiond/SESSIOND_ prefix to sessiond testpoints
2013-12-19  David GouletFix: remove break in epoll loop of apps. thread
2013-12-17  Jérémie GalarneauLoad session daemon options from configuration file
2013-11-22  David GouletFix: use non block waitpid to lookup child state
2013-11-14  David GouletRemove ENABLE_EVENT_* values and fix enable filtering
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 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
next
This page took 0.497255 seconds and 108 git commands to generate.