Fix: ignore SIGPIPE
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
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
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
next
This page took 0.554738 seconds and 107 git commands to generate.