Implement --shm-path option for UST sessions (per-uid channels)
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-01-19  Mathieu DesnoyersFix: setuid/setgid daemons should not get sensitive...
2015-01-08  Mathieu DesnoyersFix: poll: show the correct number of fds
2015-01-08  Mathieu DesnoyersFix: call lttng_poll_set_max_size before start threads
2015-01-08  Mathieu DesnoyersFix: compat poll: add missing empty revents checks
2015-01-07  Jérémie GalarneauCleanup: Replace all perror() uses by the PERROR macro
2015-01-07  Mathieu DesnoyersRefactor sessiond main/cleanup/ht-cleanup
2014-12-01  Jérémie GalarneauFix: Apply consumer URI changes to all domains
2014-11-26  Jérémie GalarneauFix: Unreachable error logging in set_option()
2014-11-26  Mathieu DesnoyersFix: add missing str*dup oom check in sessiond main.c
2014-11-23  Jérémie GalarneauFix: Handle empty daemon configuration file lines
2014-11-23  Jérémie GalarneauDocs: Add -f/--config option to lttng-sessiond man...
2014-11-16  Mathieu DesnoyersFix: filter bytecode and string memory leak on error
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-11-07  Jérémie GalarneauFix: Don't report an error when listing a session with...
2014-11-07  Jérémie GalarneauBypass 0 byte allocation when no domains are enabled
2014-10-22  David GouletAdd Python agent support
2014-10-01  David GouletFix: bad handling of incoming data in consumer thread
2014-10-01  David GouletFix: only initialize syscall table if kernel tracer...
2014-09-29  David GouletAdd syscall listing support
2014-09-25  Mathieu DesnoyersCleanup: Remove LTTNG_ENABLE_ALL_EVENT and LTTNG_DISABL...
2014-09-25  Mathieu DesnoyersImplement support for lttng-modules syscall filtering
2014-09-19  Philippe Proulxsessiond: Add --extra-kmod-probes option
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
next
This page took 0.264008 seconds and 108 git commands to generate.