Truncate exclusion names to have a terminal '\0'
[lttng-tools.git] / src / bin / lttng-sessiond /
2015-08-06  Jérémie GalarneauAdd agent reply code logging helpers
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 GalarneauSet registration done Agent command version back to 0
2015-08-03  Jérémie GalarneauFix: Don't send agent disable event command twice
2015-08-03  Jérémie GalarneauClean-up: Remove redundant variable initialization
2015-07-30  Jérémie GalarneauRename Python agent event name to omit "user"
2015-07-30  Jérémie GalarneauConsolidate agent event names regardless of user privilege
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 GalarneauComment grammar correction
2015-07-25  Jérémie GalarneauLog userspace application hash table allocation failure
2015-07-25  Jérémie GalarneauFix: RCU read-side lock released too early in destroy_a...
2015-07-25  Jérémie GalarneauFix: misleading logging statement in agent_find_event
2015-07-15  Jérémie GalarneauAdd CPU_ID LTTng-UST context to enum lttng_ust_context_type
2015-07-15  Jérémie GalarneauBump LTTNG_UST_ABI_MAJOR_VERSION to 6
2015-07-13  Jonathan RajotteUpdate comments regarding the power of 2 constraint...
2015-07-09  Mathieu DesnoyersFix: metadata push -EPIPE should be recoverable
2015-06-25  Jonathan RajotteSave/load: add support for shared memory path
2015-05-06  Jérémie GalarneauClean-up append_list_to_probes()
2015-05-06  Philippe ProulxFix: modprobe.c: fix tmp_list memory leak
2015-05-06  Philippe ProulxFix: append_list_to_probes(): increment index
2015-04-07  Mathieu Desnoyersclock plugin: increase offset measurement accuracy
2015-04-07  Mathieu DesnoyersImplement UST clock override plugin support
2015-04-07  Mathieu DesnoyersFix: ownership of filter and filter_expression
2014-11-11  Mathieu DesnoyersImplement kernel filter support
2014-11-05  Mathieu DesnoyersSupport lttng-modules syscall wildcards
2014-11-03  Mathieu DesnoyersImplement lttng-modules tracepoint wildcard support
2015-03-31  Jérémie GalarneauFix build when configuring with --disable-lttng-ust
2015-03-30  Mathieu DesnoyersFix: add missing function prototype to trace-ust.h...
2015-03-30  Mathieu DesnoyersImplement PID tracker content listing
2015-03-30  Mathieu DesnoyersImplement UST PID tracker
2015-03-30  Mathieu DesnoyersCleanup: Remove unimplemented UST domains
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 DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
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-30  Jérémie GalarneauCleanup: remove unused end_no_session label in ust_app_...
2015-01-30  Jérémie GalarneauCleanup: Remove unused "end" label in push_metadata()
2015-01-23  Mathieu DesnoyersFix: deadlock between UST registry lock and consumer...
2015-01-23  Mathieu DesnoyersFix: uninitialized return value
2015-01-22  Jérémie GalarneauFix: build failure using disable-lttng-ust configure...
2015-01-22  Jérémie GalarneauCleanup: Remove unused variable
2015-01-19  Mathieu DesnoyersFix: setuid/setgid daemons should not get sensitive...
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2015-01-19  Mathieu DesnoyersFix: per-uid flush and ust registry locking
2015-01-14  Mathieu DesnoyersFix: add missing UST perf counter support check
2015-01-12  Mathieu DesnoyersFix: print format type mismatch
2015-01-08  Jérémie GalarneauCleanup: Remove logically dead code
2015-01-08  Jérémie GalarneauFix: Remove unused argument in debug statement
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-08  Mathieu DesnoyersAdd debugging output to ht-cleanup thread
2015-01-08  Mathieu DesnoyersFix: ust-app: per-PID app unregister vs tracing stop...
2015-01-07  Jérémie GalarneauFix: Mismatching return type in ust_app_ht_alloc()...
2015-01-07  Mathieu DesnoyersFix: ust-app null pointer check needed for main refactoring
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
2015-01-05  Mathieu DesnoyersMissing error handling: ust_app_ht_alloc should return...
2015-01-05  Mathieu DesnoyersFix: ust app leak on UST buffer creation error
2015-01-05  Mathieu DesnoyersFix: leak on UST buffer registry creation error
2015-01-05  Mathieu DesnoyersFix: agents ht leaks on destroy session
2014-12-28  Mathieu DesnoyersFix: add missing RCU read unlock
2014-12-10  Julien DesfossezFix: don't destroy the sockets if the snapshot was...
2014-12-02  Jérémie GalarneauFix: Missing RCU read locks in syscall_list_channel()
2014-12-02  Jérémie GalarneauFix: Missing RCU read lock in kernel_destroy_session()
2014-12-02  Philippe ProulxFix: channel names are not validated
2014-12-01  Jérémie GalarneauFix: Apply consumer URI changes to all domains
2014-12-01  Jérémie GalarneauFix: "Any" loglevel's value is -1 and not 0
2014-11-26  Jérémie GalarneauCleanup: No check of the return value of lttng_ht_del()
2014-11-26  Jérémie GalarneauFix: Unreachable error logging in set_option()
2014-11-26  Mathieu DesnoyersFix: OOM leaks in sessiond modprobe.c
2014-11-26  Mathieu DesnoyersCleanup: sessiond modprobe.c: coding style
2014-11-26  Mathieu DesnoyersCleanup: add missing static to function modprobe_remove...
2014-11-26  Mathieu DesnoyersFix: add missing str*dup oom check in sessiond main.c
2014-11-26  Mathieu DesnoyersFix: add missing sessiond kernel-consumer missing str...
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-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_list_events()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in list_lttng_agent_events()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_list_channels()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_locks in cmd_list_domains()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in cmd_snapshot_list_outputs()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in save_domains()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in ust_app_get_nb_stream()
2014-11-18  Jérémie GalarneauFix: Missing rcu_read_lock in get_session_max_subbuf_size()
2014-11-16  Jérémie GalarneauNote find_ust_app_context must be called with RCU read...
2014-11-16  Jérémie GalarneauFix: Ambiguous agent event filter bytecode ownership
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-15  Jérémie GalarneauFix: agent events HT should be destroyed from the clean...
2014-11-13  Jérémie GalarneauFix: missing rcu_read_lock in trace_ust_destroy_session()
2014-11-13  Jérémie GalarneauFix: missing rcu_read_lock when calling trace_ust_find_...
next
This page took 0.041202 seconds and 7 git commands to generate.