docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / common / fd-tracker /
2024-03-22  Jérémie GalarneauClean-up: apply suggested clang-tidy fixes
2023-04-12  Jérémie GalarneauClean-up: run format-cpp on the tree
2023-02-02  Jérémie GalarneauReplace explicit rcu_read_lock/unlock with lttng::urcu...
2023-01-17  Jérémie Galarneauclang-tidy: add most bugprone warnings
2023-01-16  Jérémie Galarneauclang-tidy: add Chrome-inspired checks
2023-01-16  Jérémie GalarneauAdd a basic .clang-tidy file and fix typedef warnings
2023-01-16  Jérémie GalarneauRun clang-format on the whole tree
2023-01-16  Jérémie GalarneauBuild fix: missing poll wrapper include in utils-poll.cpp
2022-06-13  Jérémie Galarneaucommon: replace container_of with a C++ safe implementation
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-03-31  Simon MarchiAdd type-checked versions of allocation and deallocatio...
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-17  Michael JeansonClean-up: fix '-Wnused-parameter' warnings on various...
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonconfigure: add '-Wundef' to warning flags
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-20  Mathieu DesnoyersRelicence all source and header files included in LGPL...
2021-11-19  Michael JeansonFix: C++ syntax of macOS compat code
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-11-17  Simon Marchicommon: compile libfd-tracker as C++
2021-11-17  Simon Marchibin: compile lttng-relayd as a C++
2021-10-14  Simon Marchiliblttng-ctl: use export list to define exported symbols
2021-09-23  Francis DeslauriersForce usage of assert() condition when NDEBUG is defined
2020-10-27  Michael JeansonCleanup: simplify 'poll' wrapper build
2020-10-27  Michael JeansonCleanup: autoconf 'dirfd' detection
2020-04-06  Jérémie GalarneauFix: relayd: unchecked allocation result of unlinked...
2020-04-01  Michael JeansonTypo: 'Descritptor' -> 'Descriptor'
2020-04-01  Michael JeansonTypo: 'Accomodate' -> 'Accommodate'
2020-03-02  Jérémie GalarneauFix: fd-tracker: mark symbols as hidden
2020-02-07  Jonathan RajotteFix: possible null dereference
2020-01-31  Jérémie GalarneauFix: unchecked return value of lttng_directory_handle_c...
2020-01-31  Jérémie GalarneauTests: fd-tracker: fix: leak of test paths
2020-01-31  Jérémie Galarneaurelayd: track directory handles through the fd-tracker
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2020-01-30  Jérémie Galarneaufd-tracker: restore suspended handles from their inode...
2020-01-30  Jérémie Galarneaufd-tracker: replace custom optional implementation...
2020-01-30  Jérémie Galarneaufd-tracker: refactor: extract fs_handle interface from...
2020-01-30  Jérémie Galarneaufd-tracker: remove use of VLA for unsuspendable_fd...
2019-12-12  Jérémie GalarneauClean-up: apply clang-format to the newly added fd...
2019-11-25  Jérémie GalarneauClean-up: open_pipe_cloexec() has useless boilerplate
2019-11-25  Jérémie GalarneauFix: fd-tracker: dereference of lttng_inode after NULL...
2019-11-25  Jérémie GalarneauFix: fd-tracker: error path lead to null dereference...
2019-11-25  Jérémie GalarneauFix: fd-tracker: crash on close of partially initialize...
2019-11-23  Jérémie Galarneaufd-tracker: use lttng_inode to store fs_handle's path
2019-11-23  Jérémie Galarneaufd-tracker: add the lttng-inode interface
2019-11-23  Jérémie Galarneaufd-tracker: add the unlink operation to fs handles
2019-11-23  Jérémie Galarneaufd-tracker: add pipe management wrappers to fd-tracker
2019-11-23  Jérémie Galarneaufd-tracker: add epoll/poll management wrappers to fd...
2019-11-23  Jérémie Galarneaufd-tracker: add an fd-tracker util to common
This page took 0.08966 seconds and 7 git commands to generate.