Clean-up: sessiond: remove useless LTTNG_ASSERT
[lttng-tools.git] / tests /
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 stdio.h include in signal-helper.hpp
2023-01-16  Jérémie GalarneauBuild fix: missing unistd.h include in utils.h
2023-01-13  Jérémie GalarneauClean-up: default_pipe_size_getter: coding style adjust...
2023-01-13  Michael Jeansonport: tests: F_GETPIPE_SZ is linux specific
2023-01-05  Jérémie GalarneauFix: sessiond: instance uuid is not sufficiently unique
2022-12-08  Michael JeansonFix: tap.h conflicts with Clang C++ headers
2022-12-08  Jérémie GalarneauTests: add basic ust context tests for $app, vpid,...
2022-12-08  Jonathan Rajottelttng-ctl: use the parsed URI instead of raw string...
2022-10-31  Michael Jeansonport: BSD cut doesn't support '\0' as a delimiter
2022-10-28  Michael JeansonCleanup: remove ignored flags from poll events bitmasks
2022-10-28  Michael Jeansonport: add support for BSD mktemp
2022-10-28  Michael JeansonTests: fix randstring() with BSD `tr`
2022-10-28  Michael JeansonFix: tests: CFLAGS to CXXFLAGS when converting to C++
2022-10-28  Michael Jeansonport: tests: uprobe is Linux specific
2022-10-28  Michael Jeansonport: build kernel tests only on linux
2022-10-26  Jérémie GalarneauBuild fix: rpath of test libraries results in non-repro...
2022-10-26  Jérémie GalarneauCleanup: tests: fix typos in sdt test app comments
2022-10-25  Jérémie GalarneauCleanup: tests: notification: fix typo kprobe/uprobe
2022-10-25  Jonathan RajotteCleanup: tests: run metadata-regeneration during `make...
2022-10-25  Jonathan RajotteCleanup: tests: remove redundant tests against `make...
2022-10-21  Michael JeansonTests: improve trace match reporting
2022-08-17  Michael JeansonFix: tests: don't assume sequential cpuids
2022-07-07  Jérémie GalarneauTests: size-based rotation: implement a trace size...
2022-07-07  Jérémie GalarneauTests: rotation: add a kernel size-based rotation test
2022-07-07  Jérémie GalarneauTests: rotation: add a per-pid size-based rotation...
2022-07-07  Jérémie GalarneauTests: add a local size-based rotation test in per...
2022-06-15  Jérémie GalarneauTests: test_uuid: unchecked return value
2022-06-13  Jérémie GalarneauTests fix: metadata event: print expected and actual...
2022-06-13  Jérémie GalarneauChange backing type of lttng_uuid to std::array
2022-06-13  Jérémie GalarneauTests: test_session: include tap.h last
2022-05-13  Jonathan RajotteFix: test: lttng kernel modules still loaded after...
2022-04-15  Jérémie GalarneauTests: fix: schedule api: leak of rotation schedule...
2022-04-15  Jérémie GalarneauTests: fix: leak of trigger in trigger listing tests
2022-04-15  Jérémie GalarneauTests: clean-up: rate policy: remove stale comment
2022-04-15  Jérémie GalarneauTests: fix: leak of rate policy in rate policy unit...
2022-04-15  Jérémie GalarneauTests: fix: leak of payload in serdes test of log level...
2022-04-15  Jérémie GalarneauTests: fix: leak of some attributes of ltt_ust_session
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-04-06  Jonathan RajotteFix: tests: missing _GNU_SOURCE for F_GETPIPE_SZ
2022-03-31  Jérémie GalarneauTests: validate_xml: leak of xml document instance
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 '-Wformat' warnings on various platforms
2022-03-17  Michael JeansonClean-up: fix '-Wundef' warnings on various platforms
2022-03-16  Jérémie GalarneauClean-up: tests: silence bogus warning
2022-03-16  Jérémie GalarneauFix: tests: uninitialized lttng_payload
2022-03-16  Jonathan RajotteFix: tests: test definitions arrays contain invalid...
2022-03-15  Michael JeansonPrepare for '-Wsign-compare'
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonconfigure: add '-Wredundant-decls' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wundef' to warning flags
2022-03-15  Michael Jeansonfix: warning '-Wstringop-truncation' with GCC 11.2
2022-03-14  Michael JeansonCleanup: DIST_SUBDIRS is redundant when using AM condit...
2022-03-04  Jérémie GalarneauTests: add a multi-domain ust+kernel rotation test
2022-03-01  Jonathan RajotteFix: test: test plan/skip must come after TAP initializ...
2022-03-01  Jonathan RajotteFix: test: missing test plan for non-x86/arm platforms...
2022-02-28  Jonathan RajotteTests: add kernel test into the `make check` test suite.
2022-02-28  Jérémie GalarneauBuild dist fix: some kernel tests are not distributed
2022-02-28  Jérémie GalarneauTests: fix: test_kernel_function: erroneous test count
2022-02-28  Jérémie GalarneauTests: fix: test_kernel_function: event name mismatch
2022-02-28  Jérémie GalarneauTests: fix: select_poll_epoll: test assumes epoll fd...
2022-02-24  Jérémie GalarneauFix: tests: test_kernel: break should only be used...
2022-02-24  Jérémie GalarneauTests: test_kernel: add comments regarding the filling...
2022-02-24  Mathieu DesnoyersFix: tools/snapshots/test_kernel flaky test
2022-02-24  Francis DeslauriersTests: Fix: test_list_triggers_cli: support in-kernel...
2022-02-18  Michael JeansonAdd Log4j 2.x agent tests for the 'log4j' domain
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-28  Francis DeslauriersRemove ht-cleanup thread
2022-01-20  Mathieu DesnoyersMove utils_expand_path and utils_expand_path_keep_symli...
2022-01-20  Mathieu DesnoyersIntroduce libcommon-lgpl for liblttng-ctl
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2022-01-20  Mathieu DesnoyersCopyright ownership transfer
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2021-12-16  Jonathan RajotteTest: snapshot after regenerate metadata
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-utils: tweak unknown option error message
2021-12-15  Simon Marchiconfigure: enable -Wformat=2
2021-12-10  Jérémie GalarneauTests: live kernel: no plan printed when non-root
2021-12-10  Francis DeslauriersTests: add missing kernel test cases to make check...
2021-12-09  Simon Marchiconfigure: enable -Wsuggest-attribute=format
2021-12-09  Simon Marchitests: sync tests/utils/tap with Babeltrace repository
2021-12-09  Jonathan RajotteFix: test: use BABELTRACE_BIN instead of babeltrace
2021-11-19  Simon Marchicommon: split ini-config in its own convenience library
2021-11-18  Francis DeslauriersCleanup: typo: mutliple -> multiple
2021-11-18  Simon Marchitests: compile some tools/tests as C++
2021-11-18  Simon Marchitests: compile all unit tests as C++
2021-11-18  Simon Marchicommon: compile libcommon as C++
2021-11-18  Simon Marchicommon: compile libconsumer, libust-consumer, libkernel...
2021-11-17  Simon Marchicommon: compile libcompat as C++
2021-11-17  Simon Marchilib: compile liblttng-ctl as 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: tests: fix unused-but-set warning in test_fd_tracker.c
next
This page took 0.046951 seconds and 7 git commands to generate.