Tests: Fix typo: registerd -> registered
[lttng-tools.git] / tests / unit /
2020-01-31  Jérémie GalarneauTests: fd-tracker: fix: leak of test paths
2020-01-31  Jérémie GalarneauClean-up: remove instances of loop initial declarations
2020-01-31  Michael Jeansontests: Move to kernel style SPDX license identifiers
2020-01-30  Jérémie Galarneaufd-tracker: restore suspended handles from their inode...
2020-01-17  Michael JeansonFix: build failure with -fno-common
2020-01-13  Francis DeslauriersFix: build failures when `--without-lttng-ust`
2019-12-20  Jonathan Rajottetrackers: support tracking feature
2019-12-13  Jérémie GalarneauMake lttng_directory_handle reference countable
2019-12-09  Simon Marchitests: make functions static in test_notification.c
2019-12-09  Simon Marchitests: make functions static in test_utils_compat_poll.c
2019-12-09  Simon Marchitests: make functions static in test_utils_expand_path.c
2019-12-09  Simon Marchitests: make functions static in test_session.c
2019-12-09  Simon Marchitests: make functions static in test_uri.c
2019-12-06  Simon Marchitests: make entry_handler static in ini_config test
2019-11-27  Michael JeansonReplace libuuid with internal implementation
2019-11-25  Jérémie GalarneauFix: tests: missing argument in test output print statement
2019-11-25  Jérémie GalarneauSilence bogus warning when building with old GCC versions
2019-11-25  Jérémie GalarneauClean-up: tests: unchecked closedir value in test_fd_tr...
2019-11-23  Jérémie GalarneauTests: add fd-tracker tests for the unlink operation
2019-11-23  Jérémie GalarneauTest: add a unit test for the fd tracker
2019-11-08  Jonathan RajotteTests: unit testing for backward compatibility of group...
2019-11-05  Jonathan RajotteFix: move set base_path of session to URI configuration
2019-11-05  Michael JeansonUse pkgconfig to detect and configure liblttng-ust
2019-10-08  Jérémie GalarneauFix: tests: replace truncation-prone logging helper
2019-10-03  Francis DeslauriersFix: Tests: test_session.c: Structurally dead code
2019-10-03  Francis DeslauriersFix: test_utils_compat_poll.c: Unchecked return value
2019-09-03  Mathieu DesnoyersFix: honor base path for network URIs
2019-08-23  Jérémie GalarneauTests: add a test for the "skip non-empy" rmdir flag
2019-08-22  Mathieu DesnoyersFix: rmdir recursive: skip non-empty directories with...
2019-07-25  Jérémie GalarneauAdd rmdirat and renameat to run-as commands
2019-07-18  Jérémie Galarneaurelayd: send sessiond uuid and session id as part of...
2019-07-18  Jérémie GalarneauTests build fix: undefined MAGIC_VALUE macro
2019-05-04  Yannick LamarreAdd Unit test to poll compatibility layer
2019-04-10  Jérémie GalarneauFix tests: NULL pointer dereference in ltt_session...
2019-04-10  Jérémie GalarneauFix tests: NULL pointer dereference in ust channel...
2019-04-10  Jérémie GalarneauFix tests: NULL pointer dereference in ltt_ust_context...
2019-04-10  Jérémie GalarneauFix tests: NULL pointer dereference in ltt_session...
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-03-28  Jonathan RajotteFix tests: the tree origin can be a symlink itself
2019-02-11  Jonathan RajotteSupport minute and hour as time suffixes
2019-02-07  Jérémie GalarneauTest fix: passing bool argument to va_start is undefined
2019-01-14  Jérémie GalarneauCleanup: duplicate LDADD of libcommon for utils unit...
2019-01-14  Jérémie GalarneauMove time utils to their own time.c file
2018-12-06  Jérémie GalarneauRename ust-thread to notify-apps
2018-12-05  Jérémie GalarneauRemove the sessiond "ready" counter mechanism
2018-12-05  Jérémie GalarneauLoad session configurations from lttng-sessiond's main...
2018-12-05  Jérémie GalarneauLaunch the ht-cleanup thread using lttng_thread util
2018-12-03  Jérémie GalarneauReference count ltt_session objects
2018-11-16  Jérémie GalarneauClean-up: move global sessiond symbols out of main.o
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
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-29  Francis DeslauriersFix: use-after-free in UST test case
2018-08-24  Francis DeslauriersAdd --userspace-probe kernel event type
2018-08-24  Francis Deslaurierstrace_ust_create_event() now returns an error code
2018-08-24  Francis Deslaurierstrace_kernel_create_event() now returns an error code
2018-08-24  Francis DeslauriersAdd utils_expand_path_keep_symlink fonction
2018-05-30  Francis DeslauriersFix: probes should be compared strictly by events metadata
2018-05-09  Jérémie GalarneauFix: test uses sizeof() on the wrong operand of strncpy
2018-03-28  Simon MarchiIntroduce utils_parse_time_suffix
2018-03-21  Julien DesfossezRotate command
2017-06-13  Jérémie GalarneauFix: test_utils_expand_path passes NULL to sprintf
2017-06-01  Michael JeansonCleanup: dlmopen detection
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-05-24  Jonathan RajotteUnit tests for notification api
2017-05-05  Jérémie GalarneauTests fix: initialize kernel extended channel attributes
2017-05-05  Jérémie GalarneauTests fix: initialize UST extended channel attributes
2017-05-05  Philippe ProulxTests: add string-utils library unit tests
2017-05-05  Jérémie GalarneauTests: add placeholder symbol to allow unit tests to...
2017-02-14  Jonathan RajotteFix: tests: register thread for RCU operations.
2017-01-25  Jonathan RajotteFix: test_ust_data dereference of null pointer
2017-01-24  Jonathan RajotteFix: test_kernel_data dereference of null pointer
2016-06-27  Jérémie GalarneauTests: spawn ht_cleanup thread in unit tests
2016-06-14  Michael JeansonFix: do not refer to objects as .o
2016-06-14  Michael JeansonFix: do not link against libtool .o objects
2016-05-19  Jérémie GalarneauTests: inverted condition in test_kernel_data
2016-05-18  Michael JeansonFix: merge tap tests stdout and stderr
2016-05-18  Jérémie GalarneauTests: abort() exclusion test on allocation failure
2016-05-18  Jérémie GalarneauTests: abort test on memory allocation failure
2016-05-18  Mathieu DesnoyersFix: pointer dereference after NULL check in test_creat...
2016-05-18  Mathieu DesnoyersFix: tests: incorrect uri index
2016-05-17  Mathieu DesnoyersFix: illegal memory access in test_create_ust_event_exc...
2016-05-17  Mathieu DesnoyersFix: illegal memory access in test_create_ust_event
2016-05-17  Mathieu DesnoyersFix: illegal memory access in test_create_kernel_event
2016-05-17  Mathieu DesnoyersFix: illegal memory access in test_create_ust_channel
2016-05-14  Michael JeansonTests: Replace prove by autotools tap runner
2016-02-25  Julien DesfossezAdd a HT to lookup sessions by id
2016-02-18  Michael JeansonFix: Use ipv6 loopback adress in test_uri
2015-12-08  Samuel Martintests/unit: fix object files' location
2015-11-04  Philippe ProulxAdd event exclusion test for identical names
2015-10-19  Michael JeansonRename config.h to session-config.h
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-01  Jérémie GalarneauSave filter expression as part of agent events and...
2015-08-23  Jérémie GalarneauTag events created as side-effect of agent events as...
2015-07-30  Jérémie GalarneauClean-up: Move agent_apps_ht_by_sock definition to...
2015-04-13  Jonathan RajotteFix: use LIBS instead of AM_LDFLAGS for dl and c linking
2014-11-11  Mathieu DesnoyersImplement kernel filter support
2015-01-12  Mathieu DesnoyersFix: tests: integer too large for long type
2014-11-26  Mathieu DesnoyersCleanup: test_utils_expand_path.c prototypes
next
This page took 0.057903 seconds and 8 git commands to generate.