sessiond: make disable_context static
[lttng-tools.git] / src / bin /
2019-12-03  Simon Marchisessiond: make disable_context static
2019-12-03  Simon Marchisessiond: make ltt_sessions_ht_alloc static
2019-12-03  Simon Marchirelayd: make functions static in ctf-trace.c
2019-12-02  Simon MarchiMake validate_url_option_combination static in create.c
2019-11-27  Michael JeansonReplace libuuid with internal implementation
2019-11-23  Jérémie Galarneaurelayd: close stdin on launch
2019-11-23  Jérémie GalarneauFix: relayd: fully initialize viewer stream before...
2019-11-22  Jérémie GalarneauClean-up relayd: session_release can be marked as static
2019-11-22  Francis DeslauriersFix: relayd: don't send streams if there is no metadata
2019-11-22  Jonathan RajotteFix: update apps on untrack only when session is active
2019-11-20  Jérémie GalarneauFix: sessiond: don't wait for a rotation from a null...
2019-11-20  Jérémie GalarneauFix: sessiond: duplicated rotation notification sent
2019-11-20  Jérémie GalarneauFix: relayd: remove assert of non-null stream trace...
2019-11-20  Jérémie GalarneauFix: sessiond: no rotation performed from null chunk...
2019-11-15  Jérémie GalarneauFix: relayd: check for a trace chunk before writing...
2019-11-14  Jérémie GalarneauFix: relayd: viewer session trace chunk not released...
2019-11-12  Jérémie Galarneaurelayd: rename viewer_session_set_trace_chunk and hide it
2019-11-12  Jérémie GalarneauFix: relayd: session trace chunk is copied too late
2019-11-11  Jérémie GalarneauFix: overly restrictive datetime regexp rejects valid...
2019-11-08  Jérémie GalarneauFix: relayd: disallow 0-length session names for 2...
2019-11-08  Jonathan Rajotterelayd: Add backward compatibility for --group-output...
2019-11-08  Jonathan Rajotterelayd: introduce --group-output-by-session
2019-11-06  Mathieu DesnoyersFix: sessiond: ust: deadlock with per-pid buffers
2019-11-06  Jérémie Galarneaurelayd: close viewer stream trace chunk earlier on...
2019-11-06  Mathieu DesnoyersFix: relayd: put chunk reference when closing stream
2019-11-06  Mathieu DesnoyersFix: relayd: tracefile rotation: viewer opening missing...
2019-11-05  Jonathan RajotteRefactor: Move set session path to own function
2019-11-05  Jonathan RajotteFix: move set base_path of session to URI configuration
2019-11-05  Jonathan RajotteFix: lttng: initialize sessions pointer to NULL
2019-11-05  Michael JeansonUse pkgconfig to detect and configure liblttng-ust
2019-10-29  Jérémie GalarneauFix: relayd: live: crash when creating viewer streams
2019-10-29  Jérémie GalarneauFix: relayd: live: crash on attach to a session without...
2019-10-29  Jérémie GalarneauFix: relayd: live: some listed sessions are not attacheable
2019-10-29  Jérémie GalarneauFix: relayd: don't put un-acquired trace chunk reference
2019-10-29  Jérémie GalarneauFix: relayd: don't put un-acquired viewer trace chunk...
2019-10-24  Jérémie Galarneausessiond: build fails in --without-lttng-ust configuration
2019-10-23  Michael JeansonAdd UST uid/gid contexts
2019-10-23  Michael JeansonAdd kernel uid/gid contexts
2019-10-23  Michael JeansonAdd UST namespace contexts
2019-10-23  Michael JeansonAdd kernel namespace contexts
2019-10-22  Jérémie GalarneauUpdate local copy of ust-abi.h to reflect addition...
2019-10-22  Jonathan RajotteIntroduce LTTNG_RELAYD_WORKING_DIRECTORY environment...
2019-10-22  Jonathan Rajotterelayd: introduce --working-directory/-w options
2019-10-22  Kai KangFix: compile fails for x32 arch
2019-10-19  Michael JeansonTypo: occured -> occurred
2019-10-18  Jérémie GalarneauFix: sessiond: use system LTTng-UST headers when available
2019-10-17  Jérémie GalarneauFix: sessiond: unbalanced health register/unregister...
2019-10-17  Jérémie GalarneauFix: sessiond: NULL thread_state provided to pthread_cl...
2019-10-16  Jérémie GalarneauFix: sessiond: leak of trace chunk on destruction error
2019-10-16  Jérémie GalarneauFix: sessiond: session destruction errors are unreported
2019-10-15  Jérémie GalarneauFix: sessiond: application channel creation failure...
2019-10-11  Jérémie Galarneausessiond: clean-up: enhance logging on event allocation...
2019-10-11  Jérémie GalarneauFix: sessiond: don't assert on event creation error
2019-10-11  Jérémie Galarneausessiond: clean-up: typo in ust-app.c comment
2019-10-08  Jérémie GalarneauFix: sessiond: double socket close on allocation failure
2019-10-08  Jérémie GalarneauFix: sessiond: TOCTOU error on save of session configur...
2019-10-08  Jonathan RajotteIntroduce EXTRA_VERSION_PATCHES
2019-10-08  Jonathan RajotteUse EXTRA_VERSION_NAME and EXTRA_VERSION_DESCRIPTION
2019-10-08  Francis DeslauriersFix: relayd: Dereference after null check
2019-10-08  Jérémie GalarneauFix: sessiond: app sock and notif shm not created by...
2019-10-07  Jérémie GalarneauFix: sessiond: client socket not created by the main...
2019-10-04  Francis DeslauriersFix: relayd: unchecked return values
2019-10-04  Francis DeslauriersFix: sessiond: Dereference before null check
2019-10-04  Francis DeslauriersFix: sessiond: Dereference after null check
2019-10-03  Francis DeslauriersFix: relayd: Explicit null dereferenced
2019-10-03  Francis DeslauriersFix: enable_events.c: typo in `WARN()` message
2019-10-03  Francis DeslauriersCleanup: enable_events.c: fix erroneous comment
2019-10-03  Francis DeslauriersCleanup: relayd: identical code for different branches
2019-10-03  Francis DeslauriersFix: relayd: Dereference after null check
2019-09-30  Jérémie GalarneauFix: trace chunk reported unknown before close command...
2019-09-25  Jérémie GalarneauFix: sessiond: leak of application socket on chmod...
2019-09-25  Jérémie Galarneausessiond: clean-up: silence warning that agent event...
2019-09-25  Jonathan RajotteFix: use newly created event filter for condition check
2019-09-25  Mathieu DesnoyersFix: lttng-crash: detect truncated files
2019-09-25  Jérémie GalarneauFix: sessiond: fs.protected_regular sysctl breaks app...
2019-09-23  Jérémie Galarneaurelayd: clean-up: mix-up between LTTNG_PATH_MAX and...
2019-09-20  Mathieu DesnoyersFix: destroy command: put consumer output after destroy...
2019-09-20  Jonathan RajotteFix: Null check before destroying health_sessiond
2019-09-20  Jonathan RajotteFix: Move initialization of queue_pipe_fd after null...
2019-09-20  Jonathan RajotteFix: Close socket handle on error
2019-09-19  Jérémie GalarneauFix: lttng: out-of-bound copy of arguments in 'view...
2019-09-19  Jérémie GalarneauRevert "lttng: fix: out-of-bounds copy of original...
2019-09-19  Jérémie GalarneauFix: relayd: session destruction does not complete...
2019-09-19  Jérémie Galarneaurelayd: move viewer stream chunk reference release...
2019-09-19  Jérémie Galarneaurelayd: move relay_session locking outside of make_view...
2019-09-15  Jérémie Galarneausessiond: fix: strncpy called with source length
2019-09-15  Jérémie Galarneausessiond: fix: possible unaligned access in packed...
2019-09-14  Jérémie Galarneaurelayd: clean-up: strncpy uses the length of the source...
2019-09-14  Jérémie Galarneaulttng: fix: out-of-bounds copy of original 'view' comma...
2019-09-14  Jérémie Galarneaulttng: clean-up: silence bogus string truncation warning
2019-09-14  Jérémie Galarneausessiond: clean-up: mixed log levels enums used to...
2019-09-14  Jérémie Galarneausessiond: fix: possible unaligned access in packed...
2019-09-14  Jérémie Galarneausessiond: fix: possible unaligned access in packed...
2019-09-14  Jérémie Galarneausessiond: fix: possible unaligned access in packed...
2019-09-14  Jérémie Galarneausessiond: fix: possible unaligned access in packed...
2019-09-12  Jérémie Galarneaulttng-sessiond: clean-up: set free'd pointer to NULL
2019-09-12  Jérémie Galarneaulttng: fix: potential 0-length allocation in pid list...
2019-09-12  Jérémie GalarneauClean-up: assert that get_count_order() returns a posit...
2019-09-11  Jérémie Galarneausessiond: clean-up: init ret value of _session_set_trac...
2019-09-11  Jérémie Galarneausessiond: fix: print_escaped_ctf_string mishandles...
next
This page took 0.040829 seconds and 7 git commands to generate.