Fix: There is more tests than the plan
[lttng-tools.git] / src / common / consumer.c
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-18  Jérémie GalarneauFix: Perform rcu barrier before tearing down the run...
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-16  Jérémie GalarneauFix: rcu_read_unlock without parentheses has no side...
2015-09-14  Mathieu DesnoyersFix: LPOLLHUP and LPOLLERR when there is still data...
2015-09-04  Mathieu DesnoyersCleanup: privatize consumer_allocate_relayd_sock_pair
2015-09-04  Mathieu DesnoyersFix: free metadata cache after grace period in consumer
2015-09-04  Mathieu DesnoyersFix: sessiond vs consumerd push/get metadata deadlock
2015-03-26  Mathieu Desnoyersshm-path: remove directory hierarchy on destroy
2015-03-26  Mathieu DesnoyersImplement --shm-path option for UST sessions (per-uid...
2015-01-19  Mathieu DesnoyersFix: grab more than one packet for snapshots
2015-01-08  Jérémie GalarneauCleanup: Remove unused label
2015-01-08  Mathieu DesnoyersFix: exit threads not only on goto restart
2015-01-08  Mathieu DesnoyersFix: poll: show the correct number of fds
2015-01-08  Mathieu DesnoyersFix: compat poll: add missing empty revents checks
2015-01-08  Mathieu DesnoyersFix: data pending: allow empty streams
2015-01-07  Jérémie GalarneauCleanup: Replace all perror() uses by the PERROR macro
2014-11-17  Julien DesfossezFix: create/destroy a splice_pipe per stream
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-05-26  David GouletFix: possible use after free in consumer
2014-04-30  Jesper DerehagBackported to glibc 2.8
2014-04-01  David GouletFix: add consumer wake up pipe to avoid race
2014-02-21  Mathieu DesnoyersFix: consumerd errors on exit
2014-02-21  Mathieu DesnoyersFix: miscellaneous memory handling fixes
2014-02-13  David GouletFix: steal channel key in the consumer to avoid race
2014-02-12  David GouletFix: relayd leak on error in consumer splice()
2014-02-11  David GouletFix: cleanup relayd on any I/O error in read subbuffer...
2014-02-11  David GouletFix: memory/fd leak when cleaning streams in channel
2014-02-10  David GouletFix: destroy streams in consumer del channel
2014-02-10  David GouletFix: fd leak when closing metadata stream
2014-02-10  David GouletFix: read subbuffer mmap/splice signedness issue
2014-01-28  Mathieu DesnoyersConsumer: add testpoints
2014-01-28  Mathieu DesnoyersFix: consumerd: HT init/teardown with program
2014-01-14  Julien DesfossezFix: race with the viewer and readiness of streams
2013-11-26  Julien DesfossezRename LTTng index in CTF index
2013-11-25  David GouletFix: implicit conversion of enum types in consumer
2013-11-11  Mathieu DesnoyersUse lttng_read/lttng_write wrappers
2013-10-09  David GouletFix: remove relative include for health check
2013-10-09  Mathieu DesnoyersImplement consumer health check thread
2013-10-09  Mathieu Desnoyersconsumerd: add health instrumentation into threads
2013-10-09  Mathieu Desnoyersconsumerd: register threads to health monitoring
2013-10-09  Mathieu DesnoyersFix: sessiond poll thread normal error path should...
2013-09-27  Julien DesfossezTest for new metadata at each packet
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
next
This page took 0.315633 seconds and 108 git commands to generate.