Fix: change function name for better meaning
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
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...
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: 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-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-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  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-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...
next
This page took 0.245714 seconds and 106 git commands to generate.