Sessiond rotation thread
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
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
2016-06-03  Jérémie GalarneauDocs: fix comment typos in lttng-sessiond's main.c
2016-06-02  Jérémie GalarneauDocs: document safety of consumer_thread_is_ready access
2016-06-02  Jérémie GalarneauClean-up: unused ret values in thread_manage_health
2016-06-02  Jérémie GalarneauClean-up: remove dead code in sessiond's set_option()
2016-05-18  Jérémie GalarneauClean-up verbosity incrementation in set_option
2016-05-18  Jérémie GalarneauFix: Deference after null check in sessiond set_option
2016-05-17  Mathieu DesnoyersFix: illegal memory access in write_pidfile
2016-05-16  Jérémie GalarneauFix: Error reported if no domain is provided for start...
2016-05-15  Jérémie GalarneauHandle unknown domain on session start
2016-03-18  Philippe Proulxlttng-sessiond: show man page with --help and remove...
2016-03-11  Julien DesfossezCommand metadata regenerate
2016-03-08  Jérémie GalarneauInitialize command header to zero
2016-03-07  Jérémie GalarneauSend extended channel payload to client
2016-02-26  Philippe ProulxTransfer filter strings from sessiond to client
2016-02-25  Philippe ProulxRefactor setup_lttng_msg() to include cmd header
2016-02-14  Jérémie GalarneauFix: string leak when processing of client message...
2016-02-12  Jérémie GalarneauAdd application context support to lttng-ctl lttng_add_...
2015-10-19  Michael JeansonRename config.h to session-config.h
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-18  Jérémie GalarneauFix: Perform rcu barrier before tearing down the run...
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-14  Mathieu DesnoyersFix: LPOLLHUP and LPOLLERR when there is still data...
2015-09-08  Mathieu DesnoyersAdd rcu_read_ongoing() assertions around process_client_msg
2015-09-06  Mathieu DesnoyersFix: consumer signal handling race
2015-09-05  Jonathan RajotteFix: race between kconsumerd and sessiond on tear down
2015-09-05  Jérémie GalarneauSilence use-after-free static analysis warning
2015-09-04  Mathieu DesnoyersFix: ust-app: protect app socket protocol with lock
2015-09-04  Mathieu DesnoyersFix: add missing rcu_barrier at end of sessiond main
2015-09-04  Mathieu DesnoyersFix: app cmd leak on sessiond exit
2015-09-04  Mathieu DesnoyersFix: sessiond consumer thread should register as RCU...
2015-09-04  Mathieu DesnoyersFix: streamline ret/errno of run_as()
2015-09-03  Mathieu DesnoyersFix: reference counting of consumer output
2015-09-02  Mathieu DesnoyersFix: sessiond add missing socket close
2015-08-06  Jérémie GalarneauFix: Discard disable event command filter payload
2015-08-05  Jérémie GalarneauSend data pending status as part of payload instead...
2015-08-05  Jérémie GalarneauLog error code's value when sessiond replies to a client
2015-08-03  Jérémie GalarneauClean-up: Remove redundant variable initialization
2015-07-30  Jérémie GalarneauClean-up: Move agent_apps_ht_by_sock definition to...
2015-07-30  Jérémie GalarneauFix: Initialize global agent_apps_ht_by_sock on session...
2015-07-26  Jérémie GalarneauFix: Mishandled NULL short options in lttng-sessiond
2015-07-26  Jérémie GalarneauUse popt "required_argument" and "no_argument" constants
2015-07-25  Jérémie GalarneauFix: clean-up agent app hash table from the main sessio...
2015-07-25  Jérémie GalarneauFix: Remove undocumented session daemon short options
2015-07-25  Jérémie GalarneauLog userspace application hash table allocation failure
2015-03-30  Mathieu DesnoyersImplement PID tracker content listing
2015-03-30  Mathieu DesnoyersImplement UST PID tracker
2015-03-30  Mathieu DesnoyersImplement PID tracking for kernel tracing
2015-03-26  Jérémie GalarneauFix: Possible call to strtoul() with NULL argument
2015-03-26  Mathieu Desnoyersshm-path: remove directory hierarchy on destroy
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
next
This page took 0.286073 seconds and 108 git commands to generate.