Fix: consumerd pthread error flow
[lttng-tools.git] / src / bin /
2012-10-22  David GouletFix: consumerd pthread error flow
2012-10-22  David GouletFix: segfault on create session with two URLs
2012-10-19  David GouletWait for data availability when stopping a session
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 GouletRename consumer threads and spawn them in daemon
2012-10-19  David GouletFix: relayd close stream command was not working
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-04  Julien DesfossezFix: output number of bytes written by relayd
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-26  Mathieu DesnoyersFix: relayd relay_send_version: handle sscanf return...
2012-09-26  Mathieu DesnoyersFix relayd: NULL ptr deref
2012-09-26  Mathieu DesnoyersFix: relayd: possible NULL ptr deref, memory leak,...
2012-09-24  David GouletFix: Returned code when listing kernel channel
2012-09-24  David GouletFix: Lib lttng-ctl on error returns lttng code
2012-09-24  David GouletFix: lttng_set_event_filter() was returning bad error...
2012-09-24  David GouletFix: printing [no write] on lttng list -uf
2012-09-24  David GouletFix: Disable event on filter error with lttng
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-13  David GouletDon't send the subbuffer padding for streaming
2012-09-11  David GouletFix: Relayd fix ret value when adding a connection
2012-09-11  David GouletAdd new thread in consumer for metadata handling
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  Christian BabeuxNotify the user if a filter is already enabled
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: put back 2.0 output text for lttng create cmd
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-21  David GouletStandardize lttng command line usage text
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 comments and help text
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  Christian BabeuxCleanup: Remove unused get_default_session_name()
2012-08-16  Christian BabeuxFix: Invalid free on session_name when destroying session
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 GouletMerge mmap/splice fct. for both consumers
2012-07-30  David GouletAdd consumer socket object and relayd commands
2012-07-26  Mathieu DesnoyersFix: relayd metadata size
2012-07-25  David GouletFix: Off by uint64_t in the metadata transfer
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-24  Mathieu DesnoyersFix: relayd typo: lock -> unlock
2012-07-24  Mathieu Desnoyersfix: lttng-relayd: use appropriate RCU locking with...
2012-07-24  Mathieu Desnoyerslttng-relayd: memory management fixes, with cleanups
2012-07-23  Mathieu DesnoyersFix: relayd and sessiond: dispatch thread exit is share...
2012-07-23  Mathieu Desnoyersfix: write EINTR handling
2012-07-23  Mathieu Desnoyersrelayd: cleanup
2012-07-23  David GouletCode cleanup in the ust/kernel consumer file
2012-07-23  Mathieu Desnoyerslttng-relayd.h: review update
2012-07-23  Christian BabeuxFix: relayd pipes should be closed on exit/error
2012-07-20  Julien DesfossezAdd missing options in help
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-17  Mathieu DesnoyersDocument filter (help and manpage)
2012-07-13  Mathieu DesnoyersShow that filter is enabled when listing session events
2012-07-13  Mathieu DesnoyersDocument filter usage
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-07-10  Julien DesfossezInitial import of the new binary lttng-relayd
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-19  David GouletFix: unchecked pointer from getenv() for lttng create
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 Desnoyerscleanup output indentation for field listing
2012-06-01  Mathieu DesnoyersImplement event fields listing
2012-06-01  Mathieu DesnoyersUpdate lttng-ust-abi.h for event field listing
next
This page took 0.039756 seconds and 7 git commands to generate.