Implement snapshot commands in lttng-sessiond
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
2013-06-27  David GouletImplement snapshot commands in lttng-sessiond
2013-06-20  David GouletFix: channel and stream leak in consumerd
2013-06-19  David GouletFix: change an ERR message to a DBG
2013-06-19  Mathieu DesnoyersFix: goto error_fatal on lttng_ustconsumer_recv_cmd...
2013-06-03  David GouletFix: skip metadata flushed check if write failed
2013-05-28  David GouletFix: remove dead code
2013-05-28  David GouletFix: get consumer lock before closing/pushing metadata
2013-05-22  David GouletFix: use lttng pipe to send new stream to thread
2013-05-22  David GouletChange consumer_metadata_pipe to be a lttng_pipe
2013-05-22  David GouletChange consumer_data_pipe to be a lttng_pipe
2013-05-17  David GouletFix: increment UST channel refcount at stream creation
2013-05-01  Mathieu DesnoyersFix: consumerd metadata channel/cache/timer races
2013-05-01  Mathieu DesnoyersFix: consumerd channel destroy race
2013-05-01  Mathieu DesnoyersCleanup: document RCU read-side lock better
2013-04-30  Mathieu DesnoyersFix consumerd fd leak
2013-04-29  David GouletFix: add missing goto error in UST consumer
2013-04-26  Mathieu DesnoyersFix: channel management thread should hold a refcount
2013-04-26  Mathieu DesnoyersFix: move metadata cache setup before ownership passing
2013-04-22  David GouletFix: multiple type mismatch in debug statement
2013-03-28  Julien DesfossezRelayd add_stream command handle tracefile rotation
2013-03-28  Julien DesfossezMove stream file rotation functions to utils
2013-03-28  Julien DesfossezOn-disk multiple tracefiles circular buffer
2013-03-27  Julien DesfossezUST periodical metadata flush
2013-03-21  David GouletSupport per UID buffers
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-11  Mathieu DesnoyersImplement channel fd monitoring thread for UST
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-02-18  David GouletMove LTTng-UST buffer ownership from application to...
2012-12-20  David GouletFix: variable usage for data pending and add comments
2012-12-19  David GouletFix: change perror to debug statement
2012-12-18  David GouletFix: change ERR/PERROR statement to DBG
2012-12-18  Mathieu DesnoyersFix: cppcheck linter cleanups
2012-12-13  David GouletMap session id of relayd and sessiond in consumer
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-11-01  David GouletRename data_available to data_pending
2012-10-26  David GouletFix: Synchronization issue for data available command
2012-10-22  David GouletFix: Set a single return point and mutex unlock
2012-10-19  David GouletRelayd 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 GouletRemove unused code
2012-10-19  David GouletCleanup code and rename variables
2012-10-19  David GouletMove add data stream to the data thread
2012-10-09  David GouletFix: Stream allocation and insertion consistency
2012-10-03  David GouletFix coding style and add/change debug statements
2012-10-01  David GouletFix: Metadata stream leak when received in consumer
2012-09-28  Mathieu DesnoyersFix: consumer_allocate_stream error handling
2012-09-28  Mathieu DesnoyersFix: consumer should await for initial streams
2012-09-17  David GouletFix: Consumer return value check after mmap/splice
2012-09-13  David GouletDon't send the subbuffer padding for streaming
2012-09-12  David GouletFix: Returned error code in consumer on read buffer
2012-09-11  David GouletAdd new thread in consumer for metadata handling
2012-09-11  David GouletFix: consumer recv command error path
2012-08-24  David GouletAdd lttng-error.h containing every API err. code
2012-08-20  David GouletMerge duplicate code in consumer for destroy relayd
2012-08-20  David GouletMerge duplicate code in consumer for add relayd
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-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-25  Mathieu DesnoyersFix: consumer relay sender RCU usage
2012-07-23  Mathieu Desnoyersfix: write EINTR handling
2012-07-11  David GouletNetwork streaming support
2012-07-06  Mathieu DesnoyersFix: mmap write() for large subbuffers and handle EINTR...
2012-04-12  Mathieu DesnoyersFix: consumer fd recv thread should write into non...
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-05  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  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: Use PERROR all across lttng-tools, never make...
2012-03-01  David GouletMerge branch 'master' into compat-freebsd
2012-03-01  Mathieu DesnoyersFix: make ust consumer posix compliant for poll flags
2012-03-01  Mathieu DesnoyersFix: make ust consumer posix compliant for poll flags
2012-02-27  Mathieu DesnoyersFix: lttng UST and kernel consumer: fix ret vs errno...
2012-02-24  Mathieu DesnoyersFix: lttng UST and kernel consumer: fix ret vs errno...
2012-02-24  UserMerge branch 'master' into compat-freebsd
2012-02-22  David GouletFix consumer to handle compat layer
2012-02-22  David GouletAdd FreeBSD compat layer for splice and sync_file_range
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 consumer to handle compat layer
2012-02-21  David GouletAdd FreeBSD compat layer for splice and sync_file_range
2012-01-20  David GouletSplit and remove lttng-share header file
2012-01-20  David GouletComplete change of the source directory tree
This page took 0.365322 seconds and 96 git commands to generate.