Store the version of the tracer in the UID registry
[lttng-tools.git] / src / bin /
2015-09-16  Jonathan RajotteFix: sessiond: disable: match app event by name
2015-09-15  Jonathan Rajottelttng-crash: support symlink
2015-09-15  Antoine BusqueFix: dereferencing null index pointer
2015-09-15  Antoine BusqueFix: leaking memory from strdup in lttng-crash
2015-09-15  Antoine BusqueFix: double free on enable-event
2015-09-15  Jérémie GalarneauRemove dead code from session daemon
2015-09-15  Jérémie GalarneauRemove dead code from view command
2015-09-15  Jérémie GalarneauRemove dead code from disable-channel command
2015-09-15  Jérémie GalarneauRemove dead code from disable-event command
2015-09-15  Philippe ProulxFix: error on no/multiple domain options
2015-09-15  Philippe ProulxFix: lttng-crash: segfault when parsing options
2015-09-15  Jérémie GalarneauRemove dead code from the calibrate command
2015-09-15  Jérémie GalarneauRemove dead code from add-context command
2015-09-14  Mathieu DesnoyersPrint relayd stream indexes
2015-09-14  Mathieu DesnoyersEnhance relayd error reporting
2015-09-14  Mathieu DesnoyersFix: relayd: handle consumerd crashes without leak
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  Jérémie GalarneauRemove dot after enable-event message
2015-09-06  Antoine BusqueFix: don't print the default channel name when enabling...
2015-09-06  Antoine BusqueFix: fail gracefully on --exclude on unsupported domains
2015-09-06  Antoine BusqueFix: initialize live_timer to 0 for snapshot session
2015-09-06  Antoine BusqueFix: correct mismatched function signatures
2015-09-06  Jérémie GalarneauClearer error reporting when failing to launch session...
2015-09-06  Philippe ProulxDaemonize sessiond on `lttng create`
2015-09-06  Mathieu DesnoyersFix: consumer signal handling race
2015-09-06  Philippe ProulxFix: list_ust_events(): dangling pointer
2015-09-06  Philippe ProulxFix: MI: close domain when listing multiple agent domains
2015-09-05  Jonathan RajotteFix: use pid element instead of process element
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  Jonathan RajotteFix: lttng-crash: remove tmp working directory
2015-09-05  Jérémie GalarneauClean up: Coding style conformance adjustments in lttng...
2015-09-05  Jérémie GalarneauFix: lttng-crash: DIR leak in delete_trace() on error
2015-09-05  Jérémie GalarneauFix: Possible passing of NULL pointer to memcpy()
2015-09-05  Jérémie GalarneauFix: Overwrite of ret in relay_recv_metadata
2015-09-05  Jérémie GalarneauSilence use-after-free static analysis warning
2015-09-05  Jérémie GalarneauFix: Wait for in-flight data before closing a stream
2015-09-05  Mathieu DesnoyersFix: unpublish stream on close
2015-09-04  Jonathan RajotteFix: lttng-crash: fd leak
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  Jérémie GalarneauFix: Announce empty streams on live attach
2015-09-04  Mathieu DesnoyersFix: relayd: file rotation and live read
2015-09-04  Mathieu DesnoyersFix: relay: viewer_get_next_index handle null vstream
2015-09-04  Mathieu DesnoyersFix: relayd: make viewer streams consider metadata...
2015-09-04  Mathieu DesnoyersFix: don't expose empty streams
2015-09-04  Mathieu DesnoyersFix: relayd: don't check new metadata on get packet
2015-09-04  Mathieu DesnoyersFix: relayd: don't check for new streams in get packet
2015-09-04  Mathieu DesnoyersFix: ask new streams HUP
2015-09-04  Mathieu DesnoyersFix: reply error if get packet vstream fails
2015-09-04  Mathieu DesnoyersFix: relayd reply error to client if cannot find viewer...
2015-09-04  Mathieu DesnoyersFix: relayd reply with error if cannot find metadata
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: add missing rcu_barrier at end of consumer main
2015-09-04  Mathieu DesnoyersFix: app cmd leak on sessiond exit
2015-09-04  Mathieu DesnoyersFix: relayd live don't send incomplete stream list
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-04  Mathieu DesnoyersFix: Relay daemon ownership and reference counting
2015-09-03  Jérémie GalarneauAccept uid and gid parameters in utils_mkdir()/utils_mk...
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 GalarneauOnly display agent loglevel if the loglevel type is...
2015-09-01  Jérémie GalarneauDon't assume that Log4j and JUL share the same log...
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 GalarneauFix: Mention Python as part of enable-event's usage()
2015-09-01  Jérémie GalarneauAdd agent domains to lttng enable-event usage()
next
This page took 0.041526 seconds and 7 git commands to generate.