Fix: relayd and sessiond: dispatch thread exit is shared across threads
[lttng-tools.git] / src / bin / lttng-sessiond /
2012-07-23  Mathieu DesnoyersFix: relayd and sessiond: dispatch thread exit is share...
2012-07-23  Mathieu Desnoyersfix: write EINTR handling
2012-07-23  David GouletCode cleanup in the ust/kernel consumer file
2012-07-20  David GouletCreate utils.c/.h in libcommon
2012-07-18  David GouletSession daemon health check support
2012-07-17  Mathieu DesnoyersCleanup: rename session list count to "next_uuid"
2012-07-13  Mathieu DesnoyersShow that filter is enabled when listing session events
2012-07-12  Mathieu DesnoyersImplement filter bytecode support in lttng-session...
2012-07-11  Mathieu DesnoyersFix: The session list count should provide unique ident...
2012-07-11  David GouletNetwork streaming support
2012-06-29  Mathieu DesnoyersFix: add missing consumer.h to sessiond Makefile.am
2012-06-22  David GouletFix: enable event loglevel match function
2012-06-19  David GouletRemove useless arg from kernel consumer send stream
2012-06-15  David GouletAdd pipe creation to utils facility
2012-06-14  Mathieu DesnoyersFix: enable event with different loglevel error
2012-06-07  David GouletCreate kernel-consumer.c/.h and consumer.h
2012-06-04  Mathieu DesnoyersFix: close all file descriptors when executed as daemon
2012-06-01  Mathieu DesnoyersUpdate lttng-ust header copy for disabled UST compilation
2012-06-01  Mathieu DesnoyersFix: ust_app_list_events should return -ENOSYS when...
2012-06-01  Mathieu DesnoyersImplement event fields listing
2012-06-01  Mathieu DesnoyersUpdate lttng-ust-abi.h for event field listing
2012-05-31  David GouletFix: clang llvm warnings
2012-05-08  David GouletMove futex.c/.h to libcommon
2012-04-19  David GouletFix: report error to client on consumerd error
2012-04-10  David GouletFix: remove unused return variable
2012-04-06  David GouletDon't report back error on syscalls fail for -a -k
2012-04-05  David GouletFix: destroy context hash table being NULL
2012-04-03  David GouletFix: return value signedness
2012-03-20  Mathieu DesnoyersKeep track of FD used for UST applications (v2)
2012-03-20  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-20  David GouletFix: lttng UI exit value and error message
2012-03-20  Mathieu DesnoyersFix: session lock use after free
2012-03-20  Mathieu DesnoyersFix kernel_list_events memleaks
2012-03-20  Mathieu DesnoyersFix debug message use uninitialized variable
2012-03-19  Mathieu DesnoyersFix: trace_ust_destroy_metadata should check for NULL...
2012-03-19  Mathieu DesnoyersFix: various memleaks
2012-03-19  David GouletFix: hash table allocation out of order on error
2012-03-15  Mathieu DesnoyersFix: install lttng-consumerd in lib/lttng/libexec/
2012-03-13  David GouletFix double PID registration race
2012-03-13  David GouletMake libcompat independent not to confuse automake
2012-03-12  Alexandre MontplaisirClarify the license of lttng-ust-abi.h
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-08  David GouletFix wrong return value on consumer socket creation
2012-03-08  Mathieu DesnoyersFix: test for UST invalid channel parameters at channel...
2012-03-06  David GouletFix error.h non-static variables for liblttng-ctl
2012-03-05  David GouletFix start/stop lttng message error
2012-03-05  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: meaningful error message
2012-03-02  Mathieu DesnoyersFix: kernel session closes fd 0 after create
2012-03-02  Mathieu DesnoyersFix: thread_registration_apps should set its local...
2012-03-02  Mathieu DesnoyersFix: clock -> sock typo
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: test all close return values in sessiond
2012-03-02  Mathieu DesnoyersFix: All perror turned into PERROR to show file and...
2012-03-02  Mathieu DesnoyersFix: large audit of close() use in sessiond main.c
2012-03-02  Mathieu DesnoyersFix: main.c client/apps sockets and kernel_trace_fd...
2012-03-02  Mathieu DesnoyersFix: incorrect close of fd 0 for syscall kernel event...
2012-03-02  Mathieu DesnoyersFix: sessiond has incorrect missing 0 value in FD check
2012-03-01  David GouletMerge branch 'master' into compat-freebsd
2012-03-01  Mathieu DesnoyersFix: sessiond app listening: use posix-compliant poll...
2012-03-01  David GouletFix security permission on lttng run directory
2012-03-01  Mathieu DesnoyersFix: sessiond app listening: use posix-compliant poll...
2012-02-28  Raphaël BeamonteFix: Display right loglevel_type in error message
2012-02-27  Mathieu DesnoyersFix: restart consumerd and sessiond when interrupted...
2012-02-24  Mathieu DesnoyersFix: restart consumerd and sessiond when interrupted...
2012-02-24  UserMerge branch 'master' into compat-freebsd
2012-02-23  David GouletFix: handling bad channel when sending to consumer
2012-02-23  David GouletFix useless variable
2012-02-23  David GouletFix add-context returned error
2012-02-23  Mathieu Desnoyersfix: add missing break in command handling
2012-02-23  Mathieu Desnoyersfix: command handling: do not check domain for commands...
2012-02-23  Mathieu Desnoyersfix: add missing break in command handling
2012-02-23  Mathieu Desnoyersfix: command handling: do not check domain for commands...
2012-02-23  Mathieu DesnoyersImplement FreeBSD credential support
2012-02-23  Mathieu Desnoyersfreebsd: fchmod is not supported on posix shm
2012-02-22  David GouletFix rest of the code to support compat layer
2012-02-22  David GouletRevert FreeBSD compatibility layer
2012-02-21  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-02-21  David GouletFix rest of the code to support compat layer
2012-02-20  Mathieu DesnoyersStandardize lttng-modules header version
2012-02-17  Juha Niskanenlttng-sessiond: Set group permissions explicitly
2012-02-16  Mathieu Desnoyersmodprobe timer instrumentation module
2012-02-16  Mathieu Desnoyersmodprobe lttng-probe-signal
2012-02-16  Mathieu DesnoyersAutomatically load new lttng-probe-statedump.ko module
2012-02-15  David GouletFix ust app session started state on start trace
2012-02-15  David GouletFix double start/stop trace
2012-02-14  David GouletSmall fix to lttng list session
2012-02-14  David GouletFix return value on ust app session create
2012-02-14  David GouletFix missing session locks
2012-02-14  David GouletFix existing session daemon check
2012-02-07  David GouletFix session syscall listing
2012-02-06  Mathieu DesnoyersLoglevel fixes
2012-02-02  David GouletUpdate lttng-kernel.h with padding
2012-02-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-02-02  Mathieu DesnoyersShow error if kernel tracer version don't match
2012-02-02  Mathieu DesnoyersVerify UST comm proto version
2012-02-02  Mathieu DesnoyersUpdate local copy of UST ABI, for padding
2012-02-02  Mathieu DesnoyersFix loglevel selection, implement loglevel help.
next
This page took 0.03928 seconds and 7 git commands to generate.