Change the UST event hash table match function
[lttng-tools.git] / src / bin / lttng-sessiond /
2012-11-22  David GouletChange the UST event hash table match function
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-19  David GouletAdd filter sequence number to UST
2012-11-14  David GouletFix: Typo from a previous patch in an assert()
2012-11-14  Woegerer, PaulEnable additional kernel probes
2012-11-13  Simon MarchiUse the new functions for default subbuf sizes
2012-11-09  David GouletFix: FD leak on thread error
2012-11-09  David GouletFix: Wrong fd used by kernel_wait_quiescent
2012-11-09  David GouletSupport new lttng-ust error code
2012-11-09  David GouletFix: Don't set filter if enable event fails
2012-11-09  David GouletFix: Wrong data port when listing session
2012-11-08  David GouletFix: Enable event after start command
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-06  Mathieu DesnoyersSupport new liblttng-ust-ctl error code
2012-11-05  David GouletFix: Channel creation error return code was not set
2012-11-05  David GouletFix: Wrong poll events on UST application socket
2012-11-02  David GouletFix: Add space for stream name CPU number
2012-11-02  David GouletFix: Add output option to enable-channel command
2012-11-01  David GouletRename data_available to data_pending
2012-10-31  David GouletFix: consumer health state
2012-10-30  David GouletFix: Bad return error code handling
2012-10-30  David GouletFix: Use after free() of the rundir string
2012-10-29  David GouletFix: Cleanup UST app session on ustctl create session...
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: UST app clean list node usage
2012-10-26  David GouletFix: Memory leaks of allocated URIs
2012-10-26  David GouletFix: consumer output memory leak on creation
2012-10-26  David GouletFix: Remove useless consumer subdir string concatenation
2012-10-26  David GouletFix: Cppcheck memleakOnRealloc mistake
2012-10-22  David GouletFix: Error handling when sending relayd sockets to...
2012-10-22  David GouletFix: Uninitialized ret code
2012-10-22  David GouletFix: segfault on create session with two URLs
2012-10-19  David GouletRelayd data available command support
2012-10-19  David GouletLib lttng-ctl data available command support
2012-10-19  David GouletConsumer daemon data available command support
2012-10-19  David GouletAdd data structure for the data available command
2012-10-19  David GouletFix last commit. Git code-18 pushed the wrong fix.
2012-10-19  David GouletFix: Relayd and consumerd socket leaks
2012-10-09  Julien DesfossezABI with support for compat 32/64 bits
2012-10-02  Paul ChaventFix: Build out of src tree
2012-10-02  Christian BabeuxAdd testpoints in lttng-sessiond for each threads
2012-09-28  Mathieu DesnoyersFix: consumer should await for initial streams
2012-09-26  David GouletFix: Change sempahore to pthread conditions
2012-09-24  David GouletFix: Returned code when listing kernel channel
2012-09-21  David GouletFix: Wrong returned error code on UST enable event
2012-09-17  Christian BabeuxFix: Mismatch of field name between ust and tools
2012-09-17  David GouletAdd the written value when listing fields
2012-09-07  David GouletUpdate lttng-ust-abi.h from upstream lttng-ust
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-24  Julien DesfossezFix: missing hostname context
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 GouletUpdate version to v2.1.0-rc1 v2.1.0-rc1
2012-08-17  David GouletAdd missing decl. when UST is disabled
2012-08-17  David GouletFix: UST app major version check
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-16  David GouletFix: set kernel consumer output directory
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  David GouletAdd health counter to ust-app.c
2012-07-24  David GouletFix: typo in time_diff() with nsec difference
2012-07-24  Mathieu DesnoyersAdd time validation to health check
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  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
next
This page took 0.03816 seconds and 6 git commands to generate.