build: include clear.h in dist
[lttng-tools.git] / src / bin / lttng-sessiond /
2019-04-11  Jonathan Rajottebuild: include clear.h in dist stable-2.10-backport
2019-04-10  Francis DeslauriersFix: leftover use of channel fd as identifier
2019-04-10  Mathieu DesnoyersPropagate error for clear command
2019-04-10  Mathieu Desnoyerssessiond: Implement clear for sessions with local and...
2019-04-10  Francis DeslauriersUse free running metadata channel key between sessiond...
2019-04-10  Julien DesfossezFix: use a free running channel key between sessiond...
2019-04-10  Jonathan RajotteFix: kernel metadata is generated on the fly for snapsh...
2019-04-10  Jonathan RajotteGen-ust-events: use options instead of arguments
2019-04-10  Jonathan RajotteSessiond: Implement cmd_clear_session
2019-02-11  Jonathan RajotteFix: don't destroy the sockets if the snapshot was...
2019-01-23  Jérémie GalarneauFix: missing rcu read locking in trigger "unregister...
2019-01-23  Jérémie GalarneauFix: notification thread: RCU-safe reclaim of hash...
2019-01-21  Jérémie GalarneauFix: leak of filter bytecode and expression on agent...
2019-01-21  Jérémie GalarneauFix: leak of rundir config string
2019-01-21  Mathieu DesnoyersFix: do not repurpose iterator while it is being used
2019-01-21  Mathieu DesnoyersFix: run_command_wait() handle partial write
2019-01-21  Michael JeansonFix: warning 'fd' may be used uninitialized
2018-11-16  Mathieu DesnoyersFix: create_channel_per_pid: remove channel on error
2018-11-16  Mathieu DesnoyersFix: channel errors on local stress-tests
2018-11-16  Mathieu DesnoyersFix: channel_ust_create: remove channel on agent error
2018-10-30  Mathieu DesnoyersAlways choose large event header for UST channels
2018-09-18  Jonathan RajotteFix: skip uid registry when metadata key is 0
2018-09-18  Jérémie GalarneauDocs: document the meaning of a ust app channel key...
2018-09-07  Jérémie GalarneauFix: potential use of NULL path in stat() use
2018-09-07  Francis DeslauriersFix: lttng-save command producing wrong XML fields
2018-09-07  Jérémie GalarneauFix: client_list_element leak on failure to evaluate...
2018-09-07  Jérémie GalarneauFix: clean-up sessiond condig structure on initializati...
2018-09-07  Jérémie GalarneauFix: unchecked return value in sessiond path configuration
2018-05-30  Jérémie GalarneauFix: warning due to hash_key_str() being not const...
2018-05-30  Jonathan RajottePrint consumerd32/64/kernel configuration
2018-05-30  Francis DeslauriersFix: calling ht_{hash, match}_enum with wrong argument
2018-05-30  Francis DeslauriersFix: probes should be compared strictly by events metadata
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-17  Jérémie GalarneauFix: don't wait for the load thread before serving...
2018-05-09  Jérémie GalarneauFix: sessiond fails to launch on --without-ust configur...
2018-05-09  Jérémie GalarneauFix: agent thread poll set creation failure results...
2018-04-25  Jérémie GalarneauFix: unprivilieged sessiond agent port clashes with...
2018-04-25  Jérémie GalarneauFix: failure to launch agent thread is not reported
2018-04-25  Jérémie GalarneauFix: agent may not be ready on launch
2018-04-25  Jérémie GalarneauFix: checking for existing session daemon is done after...
2018-04-10  Jérémie GalarneauFix: quiet option is not set in sessiond-config
2018-04-10  Jonathan RajotteFix: hold consumer socket lock for consumer_send_msg
2018-04-09  Gregory LEOCADIEFix: use off_t type for lseek function return value...
2018-03-26  Jonathan RajotteFix: double similar condition
2018-02-20  Julien DesfossezFix: error handling on relay version check
2018-02-19  Jonathan RajotteFix: add-context cannot be performed after a session...
2018-02-16  Francis DeslauriersFix: duplicated kernel consumer socket locking
2018-02-15  Jérémie GalarneauDocument consumer socket locking assumptions
2018-02-15  Jérémie GalarneauFix: consumer socket lock not held during snapshot...
2018-02-15  Jérémie GalarneauFix: set_relayd_for_snapshot does not acquire the consu...
2018-02-15  Jérémie GalarneauFix: send_channel_monitor_pipe does not take the consum...
2018-02-15  Jérémie GalarneauDocument the locking assumptions of consumerd-relayd...
2018-02-15  Jérémie GalarneauAssert that the consumer lock is held while sending...
2018-02-15  Jérémie GalarneauAssert that the consumer socket lock is taken during...
2018-02-05  Jonathan RajotteFix: do not flag consumer as disabled on relayd comm...
2017-12-05  Jérémie GalarneauFix: notification thread not notified of channel creati...
2017-11-30  Jérémie GalarneauFix: using putenv() and free()-ing the value is invalid
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-15  Julien DesfossezFix: O_CLOEXEC is erroneously used on pipe creation
2017-11-12  Jérémie GalarneauFix: missing NULL checks in logging statements
2017-11-12  Jérémie GalarneauFix: kernel consumerd sock paths need rundir substitution
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-08-03  Michael JeansonTypo: occured -> occurred
2017-08-03  Mathieu DesnoyersFix: uninitialized return value on error path
2017-08-03  Jérémie GalarneauFix: ensure kernel context is in a list before trying...
2017-08-01  Jérémie GalarneauFix: ambiguous ownership of kernel context by multiple...
2017-07-31  Jonathan RajotteUse pipe instead of eventfd() for notification command...
2017-07-31  Jonathan RajotteCleanup: useless reset of ret to zero
2017-07-31  Jonathan RajotteFix: ret is never used on error_open code path
2017-07-31  Jonathan RajotteFix: use error code path instead of break when errors...
2017-07-31  Jonathan RajotteCleanup: ignore useless check of execl() return value
2017-07-31  Jonathan RajotteFix: missing error handling in use of print_tabs()
2017-07-31  Jonathan RajotteCleanup: functions shall have a single exit point
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-27  Jérémie GalarneauDocs: move notification thread documentation to header
2017-07-27  Jérémie GalarneauDocs: grammar fix in comment
2017-07-27  Jonathan RajotteFix: evaluate condition/trigger on subscription
2017-07-25  Jonathan Rajottesave/load: add blocking_timeout attribute to channel
2017-07-25  Jonathan RajotteIntroduce monitor_timer_interval to session configurati...
2017-06-21  Michael JeansonTypo: occured -> occurred
2017-06-13  Jérémie GalarneauFix: reject triggers if they depend on an unavailable...
2017-06-13  Jonathan RajotteFix: check lttng-modules ABI version for RING_BUFFER_SN...
2017-06-13  Jonathan RajotteFix: Send remove channel to notification thread only...
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-12  Mathieu DesnoyersFix: lttng list of channels should return errors
2017-06-12  Mathieu DesnoyersFix: discard event/lost packet counters
2017-06-06  Jérémie GalarneauDocs: notification comment refers to a structure by...
2017-06-01  Michael JeansonCleanup: kmod library detection
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-06-01  Jonathan RajotteFix: registry can be null on lookup
2017-05-30  Jérémie GalarneauFix: explicitly send client credentials during handshake
2017-05-30  Jérémie GalarneauOptimization: remove unnecessary buffer resizes on...
2017-05-30  Jérémie GalarneauFix: inbound buffer may be set too short on partial...
2017-05-30  Jérémie GalarneauClean-up: fix misleading code alignment
2017-05-30  Jérémie GalarneauClean-up: remove useless comment
next
This page took 0.044274 seconds and 8 git commands to generate.