Truncate exclusion names to have a terminal '\0'
[lttng-tools.git] / src / bin / lttng-sessiond /
2015-11-04  Philippe ProulxIgnore exclusion names order when matching events
2015-11-04  Philippe ProulxDisallow duplicate event exclusion names
2015-11-03  Philippe ProulxAdd LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
2015-11-03  Philippe ProulxFix: lay out names in exclusion structure correctly
2015-10-24  Mathieu DesnoyersLoad x86-exceptions lttng-modules probe
2015-10-24  Mathieu DesnoyersLoad x86-irq-vectors lttng-modules probe
2015-10-23  Jérémie GalarneauAgent: Make the agent protocol consistently network...
2015-10-23  Jérémie GalarneauFix: Unchecked NULL string in logging statement
2015-10-22  Alexandre MontplaisirFix: include the filter expression in agent events...
2015-10-22  Alexandre MontplaisirAdd the filter expression to the enable_event agent...
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Michael JeansonRename config.h to session-config.h
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-10-19  Michael JeansonPort: Add Solaris string compat
2015-09-22  Jonathan RajotteUse empty event name on disable -a for ust and agent...
2015-09-22  Jonathan RajotteFix: disable kernel event based on name and event type
2015-09-21  Jérémie GalarneauFix: Break out of loop when searching for a domain...
2015-09-18  Jérémie GalarneauFix: Perform rcu barrier before tearing down the run...
2015-09-18  Jérémie GalarneauFix: Only log app handle release on failure
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-16  Jonathan RajotteReport error if any disable action fails
2015-09-16  Jonathan RajotteFix: disable all ust events
2015-09-16  Jonathan RajotteBring back event_ust_disable_all_tracepoints
2015-09-16  Jonathan RajotteFix: sessiond: disable: match app event by name
2015-09-15  Antoine BusqueFix: double free on enable-event
2015-09-15  Jérémie GalarneauRemove dead code from session daemon
2015-09-14  Mathieu DesnoyersFix: LPOLLHUP and LPOLLERR when there is still data...
2015-09-09  Jonathan RajotteFix: double RCU unlock on event_agent_disable_all
2015-09-08  Mathieu DesnoyersFix: unbalanced RCU read-side lock in enable event...
2015-09-08  Mathieu DesnoyersAdd rcu_read_ongoing() assertions around process_client_msg
2015-09-06  Jérémie GalarneauClean-up and simplify event_agent_disable_all
2015-09-06  Jérémie GalarneauDocument locking assumption of agent_find_event()
2015-09-06  Philippe ProulxFix: disable agent events by name
2015-09-06  Philippe Proulxsessiond: add loglevels_match()
2015-09-06  Philippe ProulxFix: include loglevel type in agent event's primary key
2015-09-06  Philippe ProulxFix: include loglevel type in UST event's primary key
2015-09-06  Philippe Proulxsessiond: use `loglevel_value` and `loglevel_type`...
2015-09-06  Antoine BusqueFix: initialize live_timer to 0 for snapshot session
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 GalarneauFix: Buggy string comparison in ust registry ht_match_event
2015-09-05  Jérémie GalarneauFix: Bad cast of lttng_kernel_instrumentation to lttng_...
2015-09-05  Jérémie GalarneauFix: Implicit cast from lttng_loglevel_type to lttng_us...
2015-09-05  Jérémie GalarneauFix: Possible passing of NULL pointer to memcpy()
2015-09-05  Jérémie GalarneauSilence use-after-free static analysis warning
2015-09-04  Jérémie GalarneauFix: Invalid parameter error reported when untracking PID
2015-09-04  Mathieu DesnoyersFix: kernel track/untrack error handling
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: don't chain RCU free
2015-09-04  Mathieu DesnoyersFix: sessiond vs consumerd push/get metadata deadlock
2015-09-04  Mathieu DesnoyersFix: streamline ret/errno of run_as()
2015-09-04  Mathieu DesnoyersFix: Double unlock on error path
2015-09-04  Mathieu DesnoyersData pending comment clarification in session daemon
2015-09-03  Mathieu DesnoyersFix: reference counting of consumer output
2015-09-02  Mathieu DesnoyersFix: sessiond add missing socket close
2015-09-02  Mathieu DesnoyersFix: sessiond should not error on channel creation...
2015-09-02  Mathieu DesnoyersFix: sessiond ust-app session teardown race
2015-09-01  Jérémie GalarneauAllow the creation of JUL, Log4j and Python channels
2015-09-01  Jérémie GalarneauFix: Save tracker as part of UST and Kernel domains...
2015-09-01  Jérémie GalarneauFix: Memory leak of agent
2015-09-01  Jérémie GalarneauFix: Memory leak of agent event internals
2015-09-01  Jérémie GalarneauSave filter expression as part of agent events and...
2015-09-01  Jérémie GalarneauRemove unneeded hash table existence check in agent_destroy
2015-09-01  Jérémie GalarneauRemove unnecessary RCU read lock
2015-09-01  Jérémie GalarneauUse type directly in sizeof instead of a dereferenced...
2015-09-01  Jérémie GalarneauPrevent the addition of UST events to agent channels
2015-09-01  Jérémie GalarneauDon't save log level in session configuration when...
2015-09-01  Jérémie GalarneauRemove unneeded RCU lock
2015-09-01  Jérémie GalarneauRemove unneeded RCU lock
2015-09-01  Jérémie GalarneauFix: Propagate filter status of kernel events to client
2015-09-01  Jérémie GalarneauFix: Save kernel event filter when saving session confi...
2015-09-01  Jérémie GalarneauDocs: there is no need to SHOUT in comments
2015-09-01  Jérémie GalarneauDocs: Add documentation explaining the meaning of ...
2015-09-01  Jérémie GalarneauReport memory allocation failure when copying filter...
2015-09-01  Jérémie GalarneauFix: cmd_enable_event must return positive error codes
2015-09-01  Jérémie GalarneauEnsure that a filter is always passed with its filter...
2015-09-01  Jérémie GalarneauSave filter expressions as part of agent events
2015-09-01  Jérémie GalarneauUse lttng_domain_type enumeration instead of bare integers
2015-08-24  Jérémie GalarneauPrevent disable event on internal UST events
2015-08-24  Jérémie GalarneauRemove unneeded RCU read lock
2015-08-24  Jérémie GalarneauSkip internal events when saving a session configuration
2015-08-23  Jérémie GalarneauClean-up: Coding-style conformance adjustments
2015-08-23  Jérémie GalarneauDocs: Clarify ominous comment wording
2015-08-23  Jérémie GalarneauHide internal events from session daemon clients
2015-08-23  Jérémie GalarneauPrevent the use of reserved UST event names
2015-08-23  Jérémie GalarneauTag events created as side-effect of agent events as...
2015-08-23  Jérémie GalarneauRemove unneeded RCU lock
2015-08-23  Jérémie GalarneauRemove dead code in lttng-sessiond
2015-08-23  Jérémie GalarneauEnsure event names are NULL terminated during validation
2015-08-21  Philippe ProulxFix: set GLOBAL buffer type for kernel domain in list
2015-08-13  Michael JeansonFix: Improve the error reporting of the track/untrack...
2015-08-12  Jérémie GalarneauClean-up: Remove statement which has no side-effect
2015-08-12  Jonathan RajotteSave/load: pid_tracker feature.
2015-08-06  Jérémie GalarneauReturn "Unknown" error instead of "Fatal" on unhandled...
2015-08-06  Jérémie GalarneauLog agent reply in disable_event()
2015-08-06  Jérémie GalarneauLog agent reply in enable_event()
2015-08-06  Jérémie GalarneauLog agent reply in list_events()
next
This page took 0.039158 seconds and 7 git commands to generate.