Implement the relayd live features
[lttng-tools.git] / src / common / consumer.c
2013-09-27  Julien DesfossezImplement the relayd live features
2013-09-27  Julien DesfossezSend indexes in streaming mode
2013-09-27  Julien DesfossezLive timer set up
2013-09-25  Julien DesfossezGenerate local kernel and UST indexes
2013-08-29  David GouletFix: remove bad check after epoll wait in consumer
2013-08-29  Mathieu DesnoyersFix: consumer data pending for empty streams
2013-08-15  Julien DesfossezFix: reset out_fd_offset when we rotate the trace file
2013-08-05  Mathieu DesnoyersFix: kernel ctl error codes are based on errno
2013-07-21  Mathieu DesnoyersFix: format string type mismatch
2013-07-19  Mathieu DesnoyersFix: data pending race
2013-07-16  Mathieu DesnoyersFix deadlock: don't take channel lock in timer
2013-07-16  Mathieu DesnoyersIntroduce channel timer lock
2013-07-16  Mathieu DesnoyersFix: add missing metadata socket lock
2013-07-16  Mathieu Desnoyersconsumer: remove timeout for UST metadata
2013-07-16  Mathieu Desnoyersconsumer: explicitly set endpoint status to active...
2013-07-16  Mathieu Desnoyersconsumer: introduce channel lock
2013-07-12  Julien DesfossezSupport snapshot max-size limitation
2013-07-08  Mathieu DesnoyersFix: consumer: use uint64_t for all sessiond_id
2013-07-05  Mathieu DesnoyersFix: consumer: incorrect size zmalloc
2013-07-05  David GouletFix: relayd refcount updates for stream
2013-07-05  David GouletFix: add globally visible flag in stream
2013-07-05  Julien DesfossezFix: destroy streams for kernel snapshot sessions as...
2013-07-04  Julien DesfossezAdd UST snapshot support
2013-07-04  Mathieu DesnoyersFix: consumer_add_relayd_socket() report errors to...
2013-06-28  Mathieu DesnoyersFix: consumer: 64-bit index for relayd rather than...
2013-06-28  Julien DesfossezFix UST channel/stream output assignation
2013-06-28  Julien DesfossezFix: send per-pid session id in channel creation
2013-06-28  Mathieu DesnoyersFix: consumer double-close on error
2013-06-27  Julien DesfossezAdd kernel snapshot support
2013-06-27  David GouletSupport flight recorder mode for a session
2013-06-27  David GouletUse the consumer stream API in consumer_del_stream()
2013-06-27  David GouletAdd consumer-stream.c/.h in libconsumer
2013-06-25  David GouletFix: bad type for the relayd id
2013-06-25  David GouletFix: bad protocol flow between sessiond and consumerd
2013-06-20  David GouletFix: channel and stream leak in consumerd
2013-06-19  David GouletFix: consumer add channel return value was positive...
2013-06-19  Mathieu DesnoyersFix: unnecessarily large memory allocation
2013-06-04  David GouletFix: remove nonblock flag of sessiond socket in consumer
2013-06-04  David GouletFix: add missing ht iter node assignment in channel...
2013-06-04  Jérémie GalarneauFix: Missing RCU locks on access to consumerd's channel ht
2013-05-29  David GouletFix: remove one too many metadata refcount increment
2013-05-28  David GouletFix: typo when closing the consumer client socket
2013-05-28  David GouletFix: get consumer lock before closing/pushing metadata
2013-05-28  David GouletFix: set channel key to message on notify channel
2013-05-28  Julien DesfossezFix: error handling in kernel add_channel
2013-05-28  Julien DesfossezFix: close wait_fd on kernel tracing
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-15  David GouletFix: Uninitialized scalar variable in consumer
2013-05-06  David GouletFix: reset current size for tracefile rotation
2013-05-01  Mathieu DesnoyersFix: consumerd channel destroy race
2013-05-01  Mathieu Desnoyersconsumer relayd interaction: fix segfaults
2013-04-30  Mathieu DesnoyersFix RCU-related hangs: incorrect lttng_ht_destroy use
2013-04-26  Mathieu DesnoyersFix: channel management thread should hold a refcount
2013-04-22  David GouletFix: set ptr to NULL to suppress old gcc warnings
2013-03-28  Julien DesfossezMove stream file rotation functions to utils
2013-03-28  Julien DesfossezIntroduce the relayd socket object
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-21  David GouletFix: function definition and declaration mismatch
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-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 GouletMove LTTng-UST buffer ownership from application to...
2013-01-22  David GouletFix: wrong variable type for read() return value
2013-01-22  David Gouletcppcheck: don't check NULL pointer before freeing them
2013-01-10  David GouletFix: update next_net_seq_num after sending header
2013-01-10  David GouletFix: wrong loop continuation in metadata thread
2013-01-09  David GouletFix: remove unused session id map
2013-01-09  David GouletFix: wrong session id used on relayd lookup
2012-12-20  David GouletFix: bad check of accept() return value
2012-12-20  David GouletFix: missing mutex lock if relayd was not created
2012-12-19  David GouletFix: compare write() return value to size
2012-12-19  David GouletFix: don't print EPIPE error which can happen
2012-12-19  David GouletFix: Off by one in seq num for data pending command
2012-12-18  David GouletFix: change ERR/PERROR statement to DBG
2012-12-18  David GouletFix: handle consumer data pipe read error
2012-12-18  David GouletFix: flag metadata stream on quiescent control cmd
2012-12-18  David GouletFix: poll and epoll fd set reallocation
2012-12-18  David GouletFix: add missing goto pending if data is inflight
2012-12-17  David GouletFix: use the poll wait ret value when iterating on...
2012-12-14  David GouletFix: Wrong check of node when cleaning up ht
2012-12-14  David GouletFix: memory leak in add relayd socket error path
2012-12-13  David GouletFix data pending for inflight streaming
2012-12-13  David GouletMap session id of relayd and sessiond in consumer
2012-12-13  David GouletAdd the relayd create session command
2012-12-13  David GouletMake the consumer sends a ACK after each command
2012-12-10  David GouletFix: Add missing relayd ht cleanup and ht destroy
2012-12-10  David GouletFix: Allocate stream hash table in respective threads
2012-12-10  David GouletFix: Use stream deletion function when cleaning up
2012-12-10  David GouletFix: FD leak on consumer add relayd socket error
2012-12-10  David GouletFix: Consumer sockets leak on error
2012-12-07  David GouletFix: Use endpoint status enum value in checks
2012-12-07  David GouletFix: protect consumer_find_channel with rcu locking
2012-12-06  David GouletFix: locking order between consumer and stream
2012-12-06  David GouletFix: don't steal key when adding a metadata stream
2012-12-06  Mathieu DesnoyersConsumer hold mutex for add stream
next
This page took 0.311156 seconds and 107 git commands to generate.