Cleanup: remove dead assignment
[lttng-tools.git] / src /
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: dead assignment
2017-07-28  Jonathan RajotteFix: ret is used instead or err to set an error code
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteCleanup: remove dead assignment
2017-07-28  Jonathan RajotteFix: report error using fd instead of ret
2017-07-28  Jérémie GalarneauOnly print relevant session statistics on stop
2017-07-28  Jérémie GalarneauFix: NULL passed to memcpy in error path
2017-07-28  Jérémie GalarneauOnly print relevant session statistics in channel listing
2017-07-27  Jérémie GalarneauUniformize the printing of units in session listing
2017-07-27  Julien DesfossezFix: lost packet accounting always lost on snapshot
2017-07-27  Jonathan RajotteFix: report error on session listing
2017-07-27  Jonathan RajotteFix live-comm: merge TCP socket write-write sequence...
2017-07-26  Jérémie GalarneauDocs: move notification thread documentation to header
2017-07-26  Jérémie GalarneauDocs: grammar fix in comment
2017-07-26  Jonathan RajotteFix: evaluate condition/trigger on subscription
2017-07-24  Jonathan Rajottesave/load: add blocking_timeout attribute to channel
2017-07-24  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-21  Michael JeansonTypo: occured -> occurred
2017-06-20  Mathieu DesnoyersFix: join consumer timer thread
2017-06-20  Mathieu DesnoyersCleanup: use CMM accessors for consumer_quit variable
2017-06-13  Jérémie GalarneauFix: reject triggers if they depend on an unavailable...
2017-06-13  Jonathan RajotteFix: check lttng-modules ABI version for RING_BUFFER_SN...
2017-06-13  Jonathan RajotteFix: Send remove channel to notification thread only...
2017-06-12  Jérémie GalarneauFix: parse monitor timer parameter as an unsigned 64...
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-12  Mathieu DesnoyersFix: lttng list of channels should return errors
2017-06-12  Mathieu DesnoyersFix: discard event/lost packet counters
2017-06-06  Jérémie GalarneauDocs: notification comment refers to a structure by...
2017-06-02  Jérémie GalarneauFix: missing errno.h include in time.h compat header
2017-06-01  Michael JeansonCleanup: popt library detection
2017-06-01  Michael JeansonCleanup: kmod library detection
2017-06-01  Michael JeansonCleanup: uuid library detection
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-06-01  Jonathan RajotteFix: registry can be null on lookup
2017-05-28  Jérémie GalarneauTests: add consumer testpoint to pause data consumption
2017-05-28  Jérémie GalarneauFix: explicitly send client credentials during handshake
2017-05-28  Jérémie GalarneauOptimization: remove unnecessary buffer resizes on...
2017-05-28  Jérémie GalarneauDocs: improve the documentation of the dynamic buffer...
2017-05-28  Jérémie GalarneauAdd comment to round_to_power_of_2()
2017-05-28  Jérémie GalarneauClean-up: simplify the implementation of dynamic buffer...
2017-05-28  Jérémie GalarneauFix: space left in buffer may be uninitilized on capaci...
2017-05-28  Jérémie GalarneauAssert that dynamic buffer size <= capacity
2017-05-28  Jérémie GalarneauClean-up: improve readability of dynamic buffer append...
2017-05-28  Jérémie GalarneauFix: inbound buffer may be set too short on partial...
2017-05-28  Jérémie GalarneauClean-up: fix misleading code alignment
2017-05-28  Jérémie GalarneauClean-up: remove useless comment
2017-05-28  Jérémie GalarneauFix: return LTTNG_ERR_INVALID_TRIGGER on validation...
2017-05-23  Jérémie GalarneauFix: semaphore semantics are expected from notification...
2017-05-22  Mathieu Desnoyersrelay: use urcu_ref_get_unless_zero
2017-05-19  Mathieu DesnoyersFix: use "flush empty" ioctl for snapshots
2017-05-19  Mathieu DesnoyersFix: lttng-consumerd: cpu hotplug: send "streams_sent...
2017-05-19  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug: send channel to consu...
2017-05-19  Mathieu DesnoyersFix: lttng-sessiond: cpu hotplug stream number mismatch
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  Mathieu DesnoyersFix: thread exit vs futex wait/wakeup race
2017-05-19  Jérémie GalarneauFix: use lttng_waiter instead of futex in notification...
2017-05-19  Jérémie GalarneauAdd lttng_waiter utils
2017-05-15  Jérémie GalarneauFix: pthread_join on thread start error
2017-05-15  Jérémie GalarneauFix: missing check on notification thread join
2017-05-15  Jérémie GalarneauFix: status_loc argument of waitpid() is used on error
2017-05-11  Jérémie GalarneauFix: leak of deserialized trigger sent from client
2017-05-11  Jérémie GalarneauClean-up: missing static qualifier on internal function
2017-05-11  Jonathan RajotteFix: COMPAT_EPOLL_PROC_PATH is available from Linux...
2017-05-10  Jérémie GalarneauFix: skip empty revents in notificationthread
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  Jérémie GalarneauFix: missing header causes build failure with --disable...
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-08  Mathieu DesnoyersCleanup: initialize kernel ioctl ABI structures to 0
2017-05-08  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-08  Jérémie GalarneauClean-up: use lttng_read() wrapper instead of read()
2017-05-07  Jérémie GalarneauFix: NULL pointer dereference in lttng_condition_serialize
2017-05-06  Francis DeslauriersFix: Exclusion check iterates multiple times on same...
2017-05-06  Jérémie GalarneauFix: return of free'd string on error in strutils_split()
2017-05-06  Jérémie GalarneauFix: free of uninitialized value on error path
2017-05-06  Jérémie GalarneauSilence bogus Coverity warning of uninitialized value
2017-05-06  Jérémie GalarneauSilence bogus Coverity warning of uninitialized value
2017-05-06  Jérémie GalarneauSilence bogus Coverity warning of uninitialized value
2017-05-06  Jérémie GalarneauSilence bogus Coverity warning of uninitialized value
2017-05-06  Jérémie GalarneauFix: dereference before null check of channel attributes
2017-05-06  Jérémie GalarneauFix: memory leak of client_list_element
2017-05-06  Jérémie GalarneauFix: unchecked lttng_dynamic_buffer_set_size return...
2017-05-05  Jérémie GalarneauFix: consumer-timer.c includes ust-ctl.h even --without...
2017-05-05  Jérémie GalarneauFix: use of uninitialized channel attributes in client
2017-05-05  Jérémie GalarneauClean-up: only declare help_msg in embedded help case
2017-05-05  Jérémie GalarneauFix: use of session_name instead of channel_name in...
2017-05-05  Mathieu DesnoyersFix: lttng-live: send HUP reply when per-PID streams...
2017-05-05  Jonathan RajotteFix: syscall_table_nb_entry invalid value when no sysca...
2017-05-05  Jérémie GalarneauAdd string-utils to dist subdirs in libcommon
next
This page took 0.040567 seconds and 7 git commands to generate.