lttng-tools.git
2018-11-16  Philippe Proulxlttng-enable-event.1.txt: document dynamic user space...
2018-11-16  Philippe Proulxlttng-{enable,disable}-rotation.1.txt: both types can...
2018-11-16  Philippe Proulxlttng-disable-rotation.1.txt: remove LIMITATIONS section
2018-11-16  Philippe Proulxlttng-enable-rotation.1.txt: add that SIZE/PERIOD are...
2018-11-16  Philippe Proulxlttng-rotate.1.txt: lttng-relayd(8) also has --output...
2018-11-16  Mathieu DesnoyersFix: sessiond: ust_app_rotate_session error handling
2018-11-16  Mathieu DesnoyersFix: sessiond: snapshot: handle consumer return codes
2018-11-16  Mathieu DesnoyersFix: consumer: snapshot error return code
2018-11-16  Mathieu DesnoyersFix: sessiond: consumer.c: rotation error handling
2018-11-16  Mathieu DesnoyersFix: consumer: rotation error return codes
2018-11-16  Mathieu DesnoyersFix: create_channel_per_pid: remove channel on error
2018-11-16  Mathieu DesnoyersFix: channel errors on local stress-tests
2018-11-16  Mathieu DesnoyersFix: channel_ust_create: remove channel on agent error
2018-11-16  Jérémie GalarneauFix: cmd_rotate_session() returns unexpected error...
2018-11-16  Jérémie GalarneauFix: session rotation logging statement references...
2018-11-16  Jérémie GalarneauClean-up: typo in logging message Totation -> Rotation
2018-11-16  Jérémie GalarneauFix: rotation error may leave session in "ONGOING"...
2018-11-16  Jérémie GalarneauFix: session_list lock must be held to launch a rotation
2018-11-16  Jérémie GalarneauAdd an ASSERT_LOCKED(lock) macro
2018-11-16  Jérémie GalarneauClean-up: move global sessiond symbols out of main.o
2018-11-12  Jérémie GalarneauFix: split index and data file rotation logic
2018-11-12  Jérémie GalarneauFix: trace_archive_id is not sent in add_stream command
2018-11-12  Jérémie GalarneauFix: condition unsubscription error leaves session...
2018-11-12  Jérémie GalarneauFix: rotation thread does not unregister from RCU on...
2018-11-12  Jérémie GalarneauRemove unused nr_stream_rotate_pending from consumer...
2018-10-30  Jérémie GalarneauFix: session destruction blocks indefinitely if rotatio...
2018-10-30  Jérémie GalarneauClean-up: remove non-existent function's declaration
2018-10-18  Mathieu DesnoyersAlways choose large event header for UST channels
2018-10-12  Jérémie GalarneauFix relayd: stream index file created in the wrong...
2018-10-12  Jérémie Galarneaurelayd: add payload logging to session rotation commands
2018-10-12  Jérémie Galarneaurelayd: rename stream prev_seq to prev_data_seq
2018-10-12  Jérémie GalarneauFix: take index seq number into account for rotation...
2018-10-12  Jérémie GalarneauFix: take index sequence number into account for data...
2018-10-12  Jérémie Galarneaurelayd: keep track of prev_index_seq in relayd_stream
2018-10-06  Jérémie GalarneauFix: session conditions not evaluated at subscription...
2018-10-05  Jérémie GalarneauRemove unnecessary check of output parameter
2018-10-04  Jérémie GalarneauAllow get_next_notification to return when interrupted
2018-10-04  Jérémie GalarneauFix: register rotation thread as RCU thread
2018-10-04  Jérémie GalarneauDocs: comment typo fix (accomodates -> accommodates)
2018-10-03  Jérémie GalarneauFix: uninitialized variable may be used in local rotati...
2018-10-02  Jérémie GalarneauRename sessiond-timer.[hc] to timer.[hc]
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-09-18  Jonathan RajotteFix: perform local data pending before checking data...
2018-09-18  Jérémie GalarneauFix: missing header breaks the cygwin build
2018-09-18  Jonathan RajotteFix: double put on error path
2018-09-18  Jonathan RajotteFix: holding the stream lock does not equate to having...
2018-09-18  Jonathan RajotteFix: skip uid registry when metadata key is 0
2018-09-17  Jérémie GalarneauDocs: document the meaning of a ust app channel key...
2018-09-17  Jérémie GalarneauFix: acquire stream lock during kernel metadata snapshot
2018-09-17  Jonathan RajotteFix: skip closed session on viewer listing
2018-09-17  Jonathan RajotteFix: use LTTNG_VIEWER_ATTACH_UNK to report a closed...
2018-09-17  Jonathan RajotteDoc: withinin -> within
2018-09-13  Jonathan RajotteFix: cleanup relayd sockets on rotation command communi...
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-11  Jonathan RajotteTests: do not bound test app iterations when in backgro...
2018-09-11  Jérémie GalarneauTests: add missing rotation and autoload tests to check...
2018-09-10  Jonathan RajotteTests: remove temporary folder
2018-09-10  Jonathan RajotteTests: remove mi result files when done
2018-09-10  Jonathan RajotteTests: Remove unused set +x
2018-09-10  Jonathan RajotteTests: Kill relayd after sessiond to ensure a clean...
2018-09-10  Jonathan RajotteTests: Remove unused variable
2018-09-10  Jonathan RajotteTests: Use stop relayd from utils.sh
2018-09-10  Jonathan RajotteTests: remove declaration already present in utils.sh
2018-09-07  Anders WallinTests: added test_autoload to noinst_SCRIPTS
2018-09-07  Francis DeslauriersFix: Memory leak on run_as worker restart error path
2018-09-07  Jérémie GalarneauFix: non-zero return of open handled as error
2018-09-07  Jérémie GalarneauFix: global run_as worker lock released during restart
2018-09-06  Jérémie GalarneauFix: runas worker attempts to send invalid fd to master
2018-09-06  Jérémie GalarneauCleanup: remove superfluous empty line
2018-09-06  Jérémie GalarneauFix runas: don't attempt close negative fd
2018-09-06  Francis DeslauriersFix: tests: missing frame pointer for callstack test...
2018-08-31  Jérémie GalarneauSet version to 2.12.0-pre
2018-08-31  Jérémie GalarneauAdd release name and description to configure.ac
2018-08-31  Jérémie GalarneauUpdate version to v2.11.0-rc1 v2.11.0-rc1
2018-08-31  Jérémie GalarneauMissing kernel test files in dist target
2018-08-31  Francis Deslaurierself: support dynamic symbol table lookup
2018-08-31  Jérémie GalarneauFix: leak of event attributes on copy failure
2018-08-31  Jérémie GalarneauTest fix: check length of input string
2018-08-31  Jérémie GalarneauTest cleanup: wrong indentation style in test_ust_data.c
2018-08-31  Jérémie GalarneauTest fix: leak of exclusions on allocation error
2018-08-31  Jérémie GalarneauFix: runas check fd value before calling close()
2018-08-30  Jérémie GalarneauDocs: multiple rotation schedules can be active
2018-08-30  Jérémie GalarneauDocs: immadiate rotations can be performed with active...
2018-08-30  Jérémie GalarneauFix: ret variable is used instead of cmd_ret in disable...
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation error
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation already pending
2018-08-30  Jérémie GalarneauFix: unchecked writer open element return value
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
2018-08-30  Jérémie GalarneauFix: incorrect error message on regenerate missing...
2018-08-30  Jérémie GalarneauFix: incorrect error message on metadata missing argument
2018-08-30  Jérémie GalarneauFix: snapshot command mishandles missing arguments
2018-08-30  Jérémie GalarneauCleanup: improve readability of filter expression condition
2018-08-30  Jérémie GalarneauFix: potential use of NULL path in stat() use
2018-08-30  Jérémie GalarneauCleanup: unused assignment of curr_data_ptr in lttng_elf
2018-08-30  Jérémie GalarneauFix: uninitialized data/ret in runas offset commands
2018-08-30  Jérémie GalarneauFix: uninitialized fd value used in runas
2018-08-30  Jérémie GalarneauFix: report setegid()/seteuid() failure in runas
2018-08-30  Jérémie GalarneauFix: leak of binary path on location creation error
2018-08-30  Jérémie GalarneauFix: missing return value check in notification seriali...
next
This page took 0.039037 seconds and 4 git commands to generate.