Add recv fds function to lttng-comm API
[lttng-tools.git] / ltt-sessiond /
2011-10-04  David GouletAdd missing mutex lock for kconsumerd pid
2011-10-04  David GouletAdd sem_wait timeout on the kconsumerd thread
2011-10-04  David GouletRemove session list lock acquisition of the search
2011-10-04  David GouletFix possible use of uninitialized variable
2011-10-03  David GouletFix session list deadlock
2011-10-03  David GouletFix enable syscall and bad value of poll set size
2011-10-03  Yannick BrosseauDon't report an error when the last section of the...
2011-09-30  Mathieu DesnoyersImplement enable all vs enable tracepoints vs enable...
2011-09-30  David GouletEnable all events command enable also syscalls
2011-09-29  David GouletFix epoll not handling signal interruption
2011-09-27  David GouletRename traceable-app and change ust app call
2011-09-26  David GouletAdd enable channel support for UST
2011-09-26  Mathieu DesnoyersAdd missing rculfhash.h header to make dist
2011-09-26  Mathieu DesnoyersMerge rculfhash into lttng-tools
2011-09-22  David GouletMissing negative sign to interpret error code
2011-09-22  David GouletFix enable all syscalls
2011-09-19  David GouletFix uninitialized pointer
2011-09-19  Mathieu DesnoyersRename syscalls -> syscall in UI/API/ABI
2011-09-16  Mathieu DesnoyersAdd support for --syscalls
2011-09-15  David GouletMajor code cleanup
2011-09-15  David GouletAdd poll/epoll compat layer for session daemon
2011-09-15  David GouletAdd epoll check to autoconf and Makefile
2011-09-10  Mathieu Desnoyersltt-sessiond: fix 2 double-unlock
2011-09-08  David GouletCleanup poll handling events
2011-09-08  David GouletImprove poll management of registration thread
2011-09-08  David GouletFix missing events for all threads pollfd struct
2011-09-07  David GouletAdd a safety check to nbfd of apps cmd pollfd
2011-09-06  David GouletFix pollfd update bug in thread_manage apps
2011-09-01  David GouletRemove fork() for the wait shm creation process
2011-09-01  David GouletAdd the notify UST application scheme
2011-08-28  David GouletUpdate and fix UST register and session creation
2011-08-26  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2011-08-26  David GouletBetter debug and fix an error handling
2011-08-26  Mathieu DesnoyersMerge branch 'master' of ssh://git.lttng.org/home/git...
2011-08-26  David GouletFix missing headers
2011-08-26  David GouletFix memory leaks and modify kernel session creation
2011-08-26  David GouletAdd UST trace data structure and functions
2011-08-26  David GouletRename trace.c/.h to trace-kernel
2011-08-25  David GouletAdd support for UST application registration
2011-08-25  David GouletAdding LTTng UST 2.0 ABI
2011-08-25  David GouletFix headers include and rename kernctl.h header
2011-08-23  David GouletCleanup comments and bad indent
2011-08-20  Mathieu Desnoyersthread_manage_apps: update and comment socket handling
2011-08-17  David GouletFix incorrect thread cleanup on blocking recv()
2011-08-16  David GouletSend data to kconsumerd before tracing start
2011-08-16  Mathieu DesnoyersModify default kernel channel size/number
2011-08-14  David GouletRename and export lib kernel consumer
2011-08-13  David GouletFix bad channel output when sending to consumer
2011-08-13  David GouletPermit custom consumer registration to a session
2011-08-12  Julien DesfossezCleanup mmap consuming
2011-08-12  David GouletChange kernel traces output directory
2011-08-11  Mathieu DesnoyersPrivatize lttng-sessiond-comm
2011-08-11  Mathieu Desnoyerskernel_list_events: fix file descriptor leak
2011-08-09  Mathieu DesnoyersRemove "lib" prefix from .c/.h file names
2011-08-09  Mathieu DesnoyersRename liblttsessiondcomm to liblttng-sessiond-comm...
2011-08-09  Mathieu DesnoyersFix all strncpy() usage: need to set a final \0 charact...
2011-08-08  Mathieu DesnoyersInstall lttng/lttng-sessiond-comm.h into system
2011-08-08  Simon MarchiFix format string warnings
2011-08-08  Mathieu DesnoyersCleanup compiler warnings
2011-08-08  Mathieu DesnoyersAllow tracing group users to read trace files they...
2011-08-08  Mathieu DesnoyersFix handling of sessiond respawn after a SIGKILL
2011-08-08  Mathieu DesnoyersAdd --verbose-kconsumerd option to sessiond
2011-08-08  Mathieu Desnoyersltt-sessiond teardown cleanup
2011-08-06  Mathieu Desnoyersmkdir_recursive: keep original prototype
2011-08-06  Mathieu DesnoyersCleanup mkdir_recursive indent
2011-08-06  Mathieu DesnoyersAdd calibrate command
2011-08-06  Mathieu DesnoyersFix module unload order
2011-08-05  Mathieu DesnoyersUnload lttng modules when sessiond quits
2011-08-04  David GouletRemove all remaining sessiond kernel command
2011-08-04  David GouletChange disable event command to be per domain
2011-08-04  David GouletRemove path and session from session message
2011-08-04  David GouletChange disable channel command to be per domain
2011-08-03  David GouletRewrite the add context command of sessiond
2011-08-03  David GouletRemove session daemon kernel list events command
2011-08-03  David GouletFix uninitialized variable
2011-08-03  David GouletImprove the lttng list feature
2011-08-01  David GouletFix missing session list unlock
2011-07-29  Mathieu DesnoyersAdd kretprobe support (new --function implementation)
2011-07-28  David GouletFix adding multiple kernel context at once
2011-07-28  David GouletFix bad strncmp length
2011-07-27  David GouletFix channel creation when enabling an event
2011-07-27  David GouletAdd event count in channel structure
2011-07-26  David GouletTrace path creation made on the client side
2011-07-26  David GouletFix safe list iteration
2011-07-26  David GouletFix comments in main.c
2011-07-26  David GouletIncrease possible verbose level for session daemon
2011-07-25  David GouletFix missing pointer initialisation
2011-07-20  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2011-07-20  David GouletRename binary installation path define
2011-07-20  David GouletUse install path for exec()
2011-07-20  David GouletFix set but no use variables warnings
2011-07-20  David GouletFix build system for valid make dist
2011-07-20  David GouletRemove debug mode at kconsumerd exec
2011-07-18  David GouletFix invalid channel creation
2011-07-18  David GouletChange licensing
2011-07-18  David GouletNew public API for lttng control
2011-07-18  David GouletFix tracing events data structure
2011-07-18  David GouletRemove libustctl and libustcomm
2011-07-17  David GouletFix session list locking
2011-07-17  David GouletFix bad cleanup of context structure
next
This page took 0.038125 seconds and 7 git commands to generate.