Select which binaries/extras to build at configure time
[lttng-tools.git] / src / bin /
2015-10-19  Jonathan RajotteSelect which binaries/extras to build at configure...
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Mathieu DesnoyersRelay protocol: check string lengths
2015-10-19  Michael JeansonFix: Silence warning formating pid_t as int
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-10-19  Michael JeansonPort: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
2015-10-19  Michael JeansonPort: Use LTTNG_NAME_MAX instead of NAME_MAX
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waitpid when spawning a session...
2015-09-22  Jérémie GalarneauReword warning on event disable
2015-09-22  Jonathan RajotteHelp: add -j -l -p option to help string
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  Jérémie GalarneauFix: Wrong format specifier used in debug statement
2015-09-18  Mathieu DesnoyersFix: relayd: don't call lttng_ht_destroy in RCU read...
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  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...
next
This page took 0.039643 seconds and 7 git commands to generate.