Fix: sessiond: rotation thread: fatal error when not finding a session
[lttng-tools.git] / src / bin /
2022-01-14  Jérémie GalarneauFix: sessiond: rotation thread: fatal error when not...
2022-01-13  Jérémie GalarneauFix: relayd: rotation failure for multi-domain session
2022-01-12  Jérémie GalarneauDocs: relayd: document the role of session_trace_chunk_...
2022-01-11  Francis Deslauriersrelayd: add `lttng_viewer_command_str()`
2022-01-10  Francis Deslauriersrelayd: add `lttcomm_relayd_command_str()`
2022-01-10  Simon MarchiFix: lttng: initialize variable in run_command_string
2022-01-10  Jérémie GalarneauFix: enable-rotation: wrong type of rotation specified...
2022-01-10  Mathieu DesnoyersFix: relayd: ressource leaks on viewer_stream_create...
2022-01-10  Mathieu DesnoyersFix: relayd: live: erroneous message timestamp observed...
2022-01-10  Mathieu Desnoyersrelayd: clarify viewer_get_next_index no rotation condition
2022-01-10  Mathieu DesnoyersFix: relayd: failure to open chunk files concurrently...
2022-01-10  Mathieu DesnoyersFix: relayd: live: metadata stream reference count...
2021-12-16  Mathieu DesnoyersFix: relayd: compare viewer chunks by ID rather than...
2021-12-16  Mathieu DesnoyersFix: relayd: live: erroneous message timestamp observed...
2021-12-16  Mathieu DesnoyersValidate channel context mismatch across UST applications
2021-12-16  Jérémie GalarneauFix: relayd comm: improperly packed rotate streams...
2021-12-16  Simon Marchilttng: list valid condition / action names if missing...
2021-12-16  Simon Marchilttng: mention argument number on unknown action /...
2021-12-16  Simon Marchilttng: fix argument numbers in add-trigger error messages
2021-12-16  Simon Marchiargpar: sync with upstream - adjust to iterator API
2021-12-15  Simon Marchiconfigure: enable -Wformat=2
2021-12-10  Jérémie GalarneauFix: sessiond: action-executor: misquoted strings in...
2021-12-10  Jonathan RajotteRefactor: action executor: fetch session based on execu...
2021-12-10  Jonathan RajotteFix: sessiond: assert on lttng_ht_add_unique_str on...
2021-12-10  Jérémie GalarneauFix: sessiond: snapshot: leak of trace chunk
2021-12-09  Simon Marchiconfigure: enable -Wsuggest-attribute=format
2021-12-09  Michael JeansonCleanup: consumerd: update stale comment
2021-12-09  Jonathan RajotteFix: action executor: ref count imbalance for session...
2021-12-08  Mathieu DesnoyersFix: relayd: `!vsession->current_trace_chunk` assertion...
2021-12-08  Jérémie GalarneauDocs: relayd: document the semantics of a viewer sessio...
2021-11-19  Michael Jeansonrelayd: do not link lttng-relayd on liblttng-ctl
2021-11-19  Simon Marchicommon: split ini-config in its own convenience library
2021-11-18  Michael JeansonFix: g++ 4.8 doesn't support non-trivial designated...
2021-11-18  Michael JeansonFix: pass explicit type to std::min for 32-bit platforms
2021-11-18  Francis DeslauriersCleanup: ust-app.c: remove extra parenthesis in log...
2021-11-18  Michael JeansonCleanup: typo: existance -> existence
2021-11-18  Francis DeslauriersCleanup: typo: everythong -> everything
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-11-17  Simon Marchilib: compile liblttng-ctl as C++
2021-11-17  Simon Marchibin: compile lttng-consumerd as a C++
2021-11-17  Simon Marchibin: compile lttng-crash as a C++
2021-11-17  Simon Marchibin: compile lttng-relayd as a C++
2021-11-17  Simon Marchibin: compile lttng-sessiond as C++
2021-11-17  Simon MarchiFix: sessiond: fix possible buffer overflow warning
2021-11-02  Jonathan RajotteCleanup: missing ')'
2021-11-02  Jérémie GalarneauFix: relayd: live: mishandled initial null trace chunk
2021-11-01  Jérémie GalarneauDocs: relayd: document the lifetime of viewer session...
2021-10-29  Francis DeslauriersCleanup: Remove unused `live_find_viewer_stream_by_id...
2021-10-29  Francis DeslauriersTypo: occurences -> occurrences
2021-10-18  Jérémie GalarneauFix: lttng: add-context: silence coverity warning
2021-10-15  Simon Marchibin: compile lttng as C++
2021-10-15  Michael JeansonCleanup: always use sysconf to get the page size
2021-10-15  Jonathan RajotteFix: sessiond: previously created channel cannot be...
2021-10-15  Jonathan RajotteFix: ust: app stuck on recv message during UST comm...
2021-10-15  Jonathan RajotteFix: ust: UST communication can return -EAGAIN
2021-10-15  Jonathan RajotteFix: ust: segfault on lttng start on filter bytecode...
2021-10-15  Francis DeslauriersFix: notification-thread: handling event from a removed...
2021-10-14  Simon Marchiliblttng-ctl: use export list to define exported symbols
2021-09-24  Jérémie GalarneauClean-up: sessiond: remove unused ust_app_{lock, unlock...
2021-09-24  Jérémie GalarneauFix: lttng: add-trigger: don't provide a default event...
2021-09-23  Francis DeslauriersForce usage of assert() condition when NDEBUG is defined
2021-09-23  Francis DeslauriersFix: statements with side-effects in assert statements
2021-09-23  Jonathan RajotteFix: lttng_trace_archive_location_serialize is called...
2021-09-23  Jonathan RajotteFix: sessiond: ust session is inactive during ust_app_g...
2021-08-02  Francis Deslaurierssessiond: logging typo: {triger, triggger} -> trigger
2021-08-02  Simon MarchiFix: lttng: free sessions in cmd_destroy
2021-08-02  Simon MarchiFix: lttng: free domains and channels in get_session_st...
2021-07-19  Jérémie GalarneauFix: sessiond: notification: missing unlock on client...
2021-07-16  Francis DeslauriersCleanup: rename `get_domain_str()` -> `lttng_domain_typ...
2021-07-12  Jérémie GalarneauFix: sessiond: notification: find_tracer_event_source...
2021-07-12  Francis DeslauriersCleanup: fix comments in `duplicate_{stream,channel...
2021-07-12  Jérémie GalarneauFix: sessiond: list-triggers: don't return internal...
2021-07-12  Jérémie GalarneauClean-up: sessiond: return an lttng_error_code from...
2021-07-12  Francis Deslauriersnotification-thread: remove fd from pollset on LPOLLHUP...
2021-07-06  Jérémie GalarneauFix: lttng: remove-trigger: null dereference on MI...
2021-07-06  Jérémie GalarneauFix: lttng: list-trigger: leak of error query in query...
2021-07-06  Jérémie GalarneauFix: lttng: add-trigger: null dereference on MI initial...
2021-07-06  Jérémie Galarneaulttng: add-trigger: print generated trigger name
2021-07-01  Jérémie GalarneauRevert "lttng: add-trigger: print generated trigger...
2021-06-30  Jérémie Galarneaulttng: add-trigger: print generated trigger name
2021-06-30  Jonathan RajotteFix: lttng_triggers count is not equal to the size...
2021-06-29  Jonathan RajotteMI: {add, list, remove} trigger
2021-06-16  Michael JeansonSilence warnings on GCC 4.8 with -Wmaybe-uninitialized
2021-06-16  Philippe ProulxRename "tracing session" -> "recording session"
2021-06-16  Jérémie GalarneauAdd condition-targeting error query
2021-06-11  Francis Deslauriersaction list: missing renames from previous name "group"
2021-06-11  Francis DeslauriersCleanup: ust-app: simplify ust_app_synchronize() error...
2021-06-11  Francis DeslauriersFix: double mutex_unlock() if session is deleted
2021-06-11  Francis DeslauriersFix: out of sync lttng_ust_ctl_sigbug_handle() prototype
2021-06-07  orbeabuild: Add the liblttng-sessiond-comm.la convenience...
2021-06-03  Jonathan RajotteRemove LTTNG_EVENT_RULE_TYPE_KERNEL_FUNCTION
2021-06-03  Jonathan RajotteRemove lttng_event_rule_tracepoint
2021-06-02  Jonathan RajotteRename lttng_event_rule_kernel_probe to lttng_event_rul...
2021-06-02  Jonathan RajotteRename lttng_event_rule_userspace_probe to lttng_event_...
2021-06-02  Jonathan RajotteRename lttng_event_rule_syscall to lttng_event_rule_ker...
2021-06-02  Jonathan RajotteRename *emission_site_type to *emission_site
2021-06-02  Jonathan RajotteRename lttng_event_rule_syscall_(set, get)_pattern...
2021-06-02  Jonathan RajotteRename *exclusion* to *name_pattern_exclusion*
2021-06-02  Jonathan RajotteRename lttng_event_rule_tracepoint_(set,get)_pattern...
2021-05-26  Jérémie Galarneaulttng-ctl: use lttng_action_path to specify error query...
next
This page took 0.045121 seconds and 7 git commands to generate.