build: include clear.h in dist
[lttng-tools.git] / src / common /
2019-04-10  Jonathan RajotteFix: out_fd can be uninitialized.
2019-04-10  Mathieu DesnoyersPropagate error for clear command
2019-04-10  Mathieu Desnoyersconsumerd: Implement clear stream/session commands
2019-04-10  Mathieu Desnoyersrelayd: Implement custom EfficiOS session clear
2019-04-10  Mathieu Desnoyersindex common code: introduce lttng_index_file_unlink
2019-04-10  Mathieu DesnoyersFix: logging: log_add_time() save/restore errno
2019-04-10  Mathieu DesnoyersFix: relayd: handling of lttng_read errors >= 0
2019-04-10  Jonathan RajotteRelayd: disallow-clear option parsing
2019-04-10  Jonathan RajotteUst-consumer: Add channel key to error msg on channel...
2019-04-10  Jonathan RajotteCLI: Implement lttng clear session command
2019-04-10  Jonathan RajotteLttng-ctl: Expose sessiond cmd_clear_session command
2019-04-10  Jonathan RajotteSessiond: Implement cmd_clear_session
2019-04-10  Jonathan RajotteConsumer: implement LTTNG_CONSUMER_CLEAR_CHANNEL
2019-04-10  Jonathan RajotteConsumer: Implement lttng_consumer_clear_channel
2019-04-10  Jonathan RajotteUst consumer: Expose userspace clear buffer operation
2019-04-10  Jonathan RajotteKernel-ctl: Expose kernel clear buffer operation
2019-01-21  Jérémie GalarneauFix: worker structure is leaked in run_as process
2018-11-16  Mathieu DesnoyersFix: max_t/min_t macros are missing cast on input
2018-11-16  Mathieu DesnoyersFix: Connect timeout arithmetic in inet/inet6 (v4)
2018-09-19  Jonathan RajotteFix: perform local data pending before checking data...
2018-09-18  Jonathan RajotteFix: holding the stream lock does not equate to having...
2018-09-18  Jérémie GalarneauFix: acquire stream lock during kernel metadata snapshot
2018-09-13  Jonathan RajotteFix: perform relayd socket pair cleanup on control...
2018-09-13  Jérémie GalarneauFix: relayd control socket mutex is not destroyed
2018-09-07  Jérémie GalarneauFix: memory is not zeroed on first set_capacity
2018-09-07  Jérémie GalarneauFix: dynamic buffer mishandles setting capacity to 0
2018-09-07  Jérémie GalarneauFix: possible NULL dereference in uri_parse_str_urls()
2018-06-11  Francis DeslauriersFix: missing context enum values in session xml schema
2018-06-05  Jérémie GalarneauTypo in ust consumer log message (channek -> channel)
2018-06-05  Jonathan RajotteFix: use signed variable for refcounting of consumer_re...
2018-05-17  Jérémie GalarneauFix: sessions with agent channels fail to load
2018-05-09  Jonathan RajotteFix: ret may be used uninitialized in sample_channel_po...
2018-04-25  Jérémie GalarneauFix: unprivilieged sessiond agent port clashes with...
2018-04-25  Jérémie GalarneauFix: erroneous use of extern keyword
2018-04-25  Jérémie GalarneauFix: failure to launch agent thread is not reported
2018-04-25  Julien DesfossezFix: lttng logs nanoseconds
2018-04-25  Julien DesfossezFix: stream_per_chan_id_ht should allow duplicates
2018-04-25  Jérémie GalarneauFix: relayd send_command() util not logging on failure
2018-04-25  Julien DesfossezFix: kernel snapshot handling of EAGAIN
2018-04-09  Gregory LEOCADIEFix: use off_t type for lseek function return value...
2018-02-27  Jonathan RajotteFix: set errno with value from SO_ERROR on error.
2018-02-27  Jonathan RajotteFix: missing value handling for lttng_event_context_type
2018-02-20  Julien DesfossezFix: error handling on relay version check
2018-02-15  Francis DeslauriersFix: remove unused event types in MI XML schema
2018-02-12  Jérémie GalarneauFix: metadata channel leak when using the snapshot...
2018-02-05  Julien DesfossezFix: cleanup inactive FDs in the consumer polling thread
2018-02-01  Jonathan Rajottelttng-relayd: use TCP keep-alive mechanism to detect...
2017-11-15  Julien DesfossezFix: wrong parameter to fcntl in pipe_set_flag
2017-11-15  Julien DesfossezFix: wrong use of the relay_streams_sent in snapshot
2017-11-15  Julien DesfossezFix: the return code of lttcomm_send_unix_sock is signed
2017-11-13  Philippe ProulxFix: src/common/pipe.h: include <sys/types.h> for ssize...
2017-11-12  Jérémie GalarneauFix: typo in lttng-consumerd file default
2017-11-12  Jérémie Galarneaucentralize sessiond config option handling
2017-08-01  Julien DesfossezCleanup: remove unused internal structure
2017-08-01  Jérémie GalarneauCleanup: remove unnecessary extern qualifier
2017-07-31  Jonathan RajotteCleanup: remove dead increment of pointer
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteCleanup: remove dead assignment
2017-07-31  Jonathan RajotteFix: report error using fd instead of ret
2017-07-31  Julien DesfossezFix: lost packet accounting always lost on snapshot
2017-07-25  Jonathan Rajottesave/load: add blocking_timeout attribute to channel
2017-07-25  Jonathan RajotteIntroduce monitor_timer_interval to session configurati...
2017-06-21  Jérémie GalarneauHide internal buffer-view symbols
2017-06-21  Jérémie GalarneauHide internal session configuration symbols
2017-06-21  Jérémie GalarneauHide internal dynamic-buffer symbols
2017-06-21  Jérémie GalarneauHide internal string-utils symbols
2017-06-20  Mathieu DesnoyersFix: join consumer timer thread
2017-06-20  Mathieu DesnoyersCleanup: use CMM accessors for consumer_quit variable
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-02  Jérémie GalarneauFix: missing errno.h include in time.h compat header
2017-06-01  Michael JeansonCleanup: uuid library detection
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-06-01  Jérémie GalarneauTests: add consumer testpoint to pause data consumption
2017-05-30  Jérémie GalarneauDocs: improve the documentation of the dynamic buffer...
2017-05-30  Jérémie GalarneauAdd comment to round_to_power_of_2()
2017-05-30  Jérémie GalarneauClean-up: simplify the implementation of dynamic buffer...
2017-05-30  Jérémie GalarneauFix: space left in buffer may be uninitilized on capaci...
2017-05-30  Jérémie GalarneauAssert that dynamic buffer size <= capacity
2017-05-30  Jérémie GalarneauClean-up: improve readability of dynamic buffer append...
2017-05-22  Mathieu DesnoyersFix: use "flush empty" ioctl for snapshots
2017-05-22  Mathieu DesnoyersFix: lttng-consumerd: cpu hotplug: send "streams_sent...
2017-05-19  Jérémie GalarneauFix: consumer_timer_signal_thread_qs waits on LTTNG_CON...
2017-05-19  Jérémie GalarneauRevert "Fix: futex can be free'd while used by waker...
2017-05-19  Jérémie GalarneauAdd lttng_waiter utils
2017-05-11  Jonathan RajotteFix: COMPAT_EPOLL_PROC_PATH is available from Linux...
2017-05-10  Jérémie GalarneauClean-up: warning caused by unused label
2017-05-10  Jérémie GalarneauFix: futex can be free'd while used by waker thread
2017-05-09  Mathieu DesnoyersFix: return NULL pointer on memory allocation failure
2017-05-09  Jérémie GalarneauClean-up: unused variable warning in poll compat
2017-05-09  Mathieu DesnoyersCleanup: initialize kernel ioctl ABI structures to 0
2017-05-09  Mathieu DesnoyersCleanup: initialize data to 0
2017-05-08  Jérémie GalarneauFix: consumer data lock deadlock caused by monitor...
2017-05-08  Jonathan RajotteFix: assert() on null index_file in lttng_index_file_wr...
2017-05-08  Jonathan RajotteFix: fail on relayd lookup when finding a relayd is...
2017-05-07  Jérémie GalarneauFix: NULL pointer dereference in lttng_condition_serialize
next
This page took 0.042863 seconds and 8 git commands to generate.