Fix: set client socket permissions after launch of client thread
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
2018-12-12  Jérémie GalarneauFix: set client socket permissions after launch of...
2018-12-06  Jérémie GalarneauClean-up: remove redundant exit labels from sessiond...
2018-12-06  Jérémie GalarneauStop the application registration thread before orphane...
2018-12-06  Jérémie GalarneauRename ust-thread to notify-apps
2018-12-06  Jérémie GalarneauTeardown the notification thread after the sessiond...
2018-12-06  Jérémie GalarneauLaunch the consumer management thread using lttng_thread
2018-12-05  Jérémie GalarneauStop sessions before destroying on teardown of session...
2018-12-05  Jérémie GalarneauLoad session configurations from lttng-sessiond's main...
2018-12-05  Jérémie GalarneauLaunch the kernel management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch agent management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the application notification thread using lttng_...
2018-12-05  Jérémie GalarneauLaunch the application management thread with lttng_thread
2018-12-05  Jérémie GalarneauLaunch application registration thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the ust registration dispatch thread using lttng...
2018-12-05  Jérémie GalarneauLaunch the client management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the timer thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the rotation thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the notification thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the health management thread using lttng_thread
2018-12-05  Jérémie GalarneauLaunch the ht-cleanup thread using lttng_thread util
2018-12-04  Jérémie GalarneauWait for the destruction of sessions before tearing...
2018-12-03  Jérémie GalarneauReference count ltt_session objects
2018-11-16  Jérémie GalarneauClean-up: move global sessiond symbols out of main.o
2018-10-02  Jérémie GalarneauRename sessiond-timer.[hc] to timer.[hc]
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-08-31  Jérémie GalarneauFix: leak of event attributes on copy failure
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
2018-08-30  Jérémie GalarneauFix: potential use of NULL path in stat() use
2018-08-28  Jérémie GalarneauHide lttng_event_copy symbol
2018-08-24  Jérémie GalarneauFix: userspace probe accessors are not const-correct
2018-08-24  Francis DeslauriersAdd --userspace-probe kernel event type
2018-08-20  Jérémie GalarneauFix: clean-up sessiond condig structure on initializati...
2018-08-15  Jérémie Galarneaurotation-api: introduce rotation schedule descriptors
2018-06-13  Jérémie GalarneauFix: check for removal of session's shm_path in destroy()
2018-06-01  Jonathan RajotteCleanup: consumer_data is never used by update_kernel_s...
2018-05-26  Jonathan RajotteFix: cmd line options overwrite env variable config...
2018-05-18  Jérémie GalarneauFix: perform the initialization memory barrier out...
2018-05-18  Jérémie GalarneauClean-up: explicit mb before decrementing lttng_session...
2018-05-18  Jérémie GalarneauClean-up: use a define for support thread count
2018-05-17  Jérémie GalarneauFix: don't wait for the load thread before serving...
2018-05-08  Jérémie GalarneauRename kernel_consumer_send_channel_stream()
2018-04-25  Jérémie GalarneauFix: unprivilieged sessiond agent port clashes with...
2018-04-24  Jérémie GalarneauFix: failure to launch agent thread is not reported
2018-04-24  Jérémie GalarneauFix: agent may not be ready on launch
2018-04-24  Jérémie GalarneauCleanup: misleading variable name
2018-04-24  Jérémie GalarneauFix: checking for existing session daemon is done after...
2018-04-10  Geneviève Bastiensessiond: rename syscall.h so it does not conflict...
2018-04-10  Jérémie GalarneauFix: quiet option is not set in sessiond-config
2018-04-03  Jérémie GalarneauFix: cmd_rotate_set_schedule returns positive error...
2018-04-03  Julien DesfossezSize-based rotation
2018-04-03  Julien DesfossezSave, restore and list the rotation parameters
2018-04-03  Julien DesfossezRotate timer
2018-03-23  Julien Desfossezlttng rotate command
2018-03-21  Julien DesfossezRotate command
2018-03-16  Julien DesfossezSessiond timer thread
2018-03-15  Julien DesfossezSessiond rotation thread
2018-03-12  Julien DesfossezChannel rotate pipe between sessiond and the consumers
2018-03-05  Julien DesfossezCreate the session and domain directories on start
2018-02-28  Julien DesfossezChange trace_path to session_root_path and chunk_path
2018-02-28  Julien DesfossezMake kernel tracer version global to the session daemon
2018-02-14  Jérémie GalarneauFix: send_channel_monitor_pipe does not take the consum...
2017-12-13  Jérémie GalarneauDocs: describe the apps_thread's working in function...
2017-11-30  Jérémie GalarneauClean-up: reduce scope of dyanamically-allocated string
2017-11-30  Jérémie GalarneauFix: using putenv() and free()-ing the value is invalid
2017-11-30  Jérémie GalarneauClean-up: unnecessary duplicated call to exit()
2017-11-30  Jérémie GalarneauFix: unknown consumer type considered a libc error
2017-11-30  Jonathan RajotteFix: consumerd(64/32)_lib_dir can be NULL
2017-11-12  Jérémie GalarneauFix: missing NULL checks in logging statements
2017-11-12  Jérémie GalarneauFix: create lttng run dir regardless of user privilege
2017-11-12  Jérémie Galarneaucentralize sessiond config option handling
2017-07-28  Jonathan RajotteFix: ret is never used on error_open code path
2017-07-28  Jonathan RajotteFix: use error code path instead of break when errors...
2017-07-28  Jonathan RajotteCleanup: ignore useless check of execl() return value
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-06-13  Jonathan RajotteFix: check lttng-modules ABI version for RING_BUFFER_SN...
2017-05-19  Mathieu DesnoyersFix: thread exit vs futex wait/wakeup race
2017-05-15  Jérémie GalarneauFix: pthread_join on thread start error
2017-05-15  Jérémie GalarneauFix: missing check on notification thread join
2017-05-15  Jérémie GalarneauFix: status_loc argument of waitpid() is used on error
2017-05-05  Philippe ProulxAdd --enable-embedded-help option to embed --help messa...
2017-05-05  Jérémie GalarneauStart notification subsystem thread in sessiond initial...
2017-05-05  Jérémie GalarneauClean-up: fix typo in sessiond main.c comment
2017-01-19  Mathieu DesnoyersFix: thread_dispatch_ust_registration needs to be a...
2017-01-09  Mathieu DesnoyersFix: add missing rcu_barrier before daemon teardown
2016-10-20  Jérémie GalarneauFix: stop sessiond threads on health thread error
2016-10-07  Philippe ProulxRemove calibrate from lttng-sessiond
2016-10-07  Mathieu DesnoyersFix: ignore SIGPIPE
2016-10-04  Jérémie GalarneauFix: honor negative (unlimited) app socket timeout
2016-09-27  Mathieu DesnoyersCleanup: Remove fun from code base
2016-08-05  Michael JeansonPort: Add OSX clock_gettime compat
2016-08-03  Jérémie GalarneauClean-up: remove useless assignment
2016-08-01  Jérémie GalarneauClean-up: remove useless assignment
2016-07-06  Julien DesfossezAllow regenerating the statedump of a running session
2016-07-06  Julien DesfossezRename the "metadata regenerate" command to "regenerate...
2016-06-29  Michael JeansonFix: Set thread stack size to ulimit soft value
2016-06-28  Michael JeansonFix: missing include ctype.h for isdigit()
2016-06-27  Jérémie GalarneauTests: spawn ht_cleanup thread in unit tests
2016-06-27  Jérémie GalarneauLazily initialize max poll set size
2016-06-09  Jérémie GalarneauFix: leak of UST app hash tables
2016-06-08  Jérémie GalarneauFix: leak of reply buffer on data pending check
next
This page took 0.542823 seconds and 108 git commands to generate.