Fix: add missing metadata socket lock
[lttng-tools.git] / src / common / consumer.c
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
2012-12-03  David GouletFix: audit all close/fclose and check returned code
2012-12-03  David GouletFix: set the stream ht static in consumer file
2012-11-07  David GouletRemove consumer poll timeout in data thread
2012-11-06  David GouletFix: RCU hash table seed
2012-11-06  David GouletFix: Add EPIPE error handling on buffer splice
2012-11-01  David GouletFix: Sync issue when deleting a data stream
2012-11-01  David GouletRename data_available to data_pending
2012-10-26  David GouletFix: Synchronization issue for data available command
2012-10-26  David GouletFix: consumer relayd cleanup on disconnect
2012-10-24  David GouletFix: Delete stream on write error in consumer
2012-10-22  David GouletFix: Mutex and RCU lock nesting in consumer
2012-10-22  David GouletFix: Remove useless NULL and zero assignment
next
This page took 0.372275 seconds and 107 git commands to generate.