Fix: hash table cleanup call_rcu deadlock
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
2013-06-14  Mathieu DesnoyersFix: hash table cleanup call_rcu deadlock
2013-05-28  David GouletFix: remove dead code
2013-05-16  David GouletFix: epoll attributes used outside of compat layer
2013-05-15  David GouletFix: Read from pointer after free
2013-05-15  David GouletFix: Uninitialized pointer read
2013-05-15  David GouletFix: fd leak in process client msg error path
2013-05-14  David GouletFix: memory leak in sessiond command in error path
2013-05-10  David GouletFix: check channel subbuf size against page size
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
2013-04-12  David GouletFix: remove unused path variables from session obj
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-21  Christian BabeuxFix: Memory leaks on error paths when exporting consume...
2013-03-21  David GouletSupport per UID buffers
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-03-01  David GouletMove UST registry into sessiond and implement notifiers
2013-02-18  David GouletDeprecate enable/disable-consumer
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2013-01-30  David GouletFix: remove consumer health poll update on startup
2013-01-30  David GouletFix: change health poll update to entry/exit calls
2013-01-24  David GouletCleanup unused health state reference
2013-01-24  David GouletFix: health subsystem issues with shared code
2013-01-22  David GouletRemove unused variables in trace-kernel/ust.c
2013-01-22  David GouletFix: add missing rcu read side lock
2013-01-11  David GouletAdd pidfile creation for lttng-sessiond
2012-12-19  David GouletFix: compare write() return value to size
2012-12-18  David GouletFix: sessiond write() to handle EINTR
2012-12-18  David GouletFix: handle EINTR for every read()
2012-12-18  David GouletFix: possible invalid free in kernel thread
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-17  David GouletFix: use the poll wait ret value when iterating on...
2012-12-14  Christian BabeuxAdd return code to the testpoint mechanism
2012-12-13  David GouletFix: missing health exit in registration app thread
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-11-26  Mathieu DesnoyersClarify empty string/NULL filter errors
2012-11-22  David Gouletlttng.h API update: set filter becomes enable event...
2012-11-22  David GouletPass lttng_event struct to the set_filter API call
2012-11-22  David GouletAdding context to an event is no longer possible
2012-11-09  David GouletFix: FD leak on thread error
2012-11-08  Christian BabeuxFix: Teardown of thread_manage_clients on failure of...
2012-11-08  David GouletAdd a timeout to UST application socket
2012-11-07  David GouletFix: Consumerd error socket connect race
2012-11-07  David GouletFix: Set CLOEXEC flag on every created sockets
2012-11-06  David GouletFix: Create default channel on add-context if none
2012-11-05  David GouletFix: Wrong poll events on UST application socket
2012-11-01  David GouletRename data_available to data_pending
2012-10-31  David GouletFix: consumer health state
2012-10-30  David GouletFix: Use after free() of the rundir string
2012-10-29  David GouletFix: add missing pthread_join in sessiond
2012-10-26  David GouletFix: free running directory string
2012-10-26  David GouletFix: Memory leaks of allocated URIs
2012-10-26  David GouletFix: consumer output memory leak on creation
2012-10-19  David GouletLib lttng-ctl data available command support
2012-10-02  Christian BabeuxAdd testpoints in lttng-sessiond for each threads
2012-09-26  David GouletFix: Change sempahore to pthread conditions
2012-09-07  Christian BabeuxFix: Accept bytecode of length 65536 bytes
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-22  David GouletFix: remove set subdir call that uses bad ptr
2012-08-21  David GouletFix: missing mutex unlock on register consumer err
2012-08-20  Christian BabeuxFix: Possible buffer overflows in strncat() usage
2012-08-20  David GouletMove code out of main.c and fix some issues
2012-08-17  David GouletFix relayd version check and remove unused code
2012-08-17  David GouletFix lttng view using lttng list sessions
2012-08-17  David GouletFix: lttng list command with network path
2012-08-16  David GouletDeny register consumer if one exists
2012-08-16  David GouletFix: Subdirectory handling for lttng and sessiond
2012-08-16  Mathieu DesnoyersFix: 32-bit print format type mismatch warnings
2012-08-15  David GouletFix: multiple consumer locking problems
2012-08-14  David GouletExtend API and remove lttng_uri from lttng.h
2012-08-14  David GouletFix: bad file descriptor on close in health check
2012-08-06  David GouletFix socket lock and PID in register_consumer
2012-07-30  David GouletAdd consumer socket object and relayd commands
2012-07-24  Mathieu DesnoyersFix: Multiple health monitoring fixes
2012-07-23  Mathieu DesnoyersFix: relayd and sessiond: dispatch thread exit is share...
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-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  David GouletNetwork streaming support
2012-06-19  David GouletRemove useless arg from kernel consumer send stream
2012-06-15  David GouletAdd pipe creation to utils facility
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 DesnoyersImplement event fields 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-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  Mathieu DesnoyersFix: session lock use after free
2012-03-20  Mathieu DesnoyersFix debug message use uninitialized variable
2012-03-19  Mathieu DesnoyersFix: various memleaks
2012-03-19  David GouletFix: hash table allocation out of order on error
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-08  David GouletFix wrong return value on consumer socket creation
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...
next
This page took 0.426957 seconds and 107 git commands to generate.