Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / src / common / hashtable /
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
2022-06-13  Jérémie Galarneaucommon: replace container_of with a C++ safe implementation
2022-06-13  Jérémie Galarneausessiond: Split ust_registry_session into per-type...
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 '-Wimplicit-fallthrough' warnings on...
2022-03-17  Michael JeansonFix: use the correct endian compat macros
2022-03-15  Michael JeansonPrepare for '-Wimplicit-fallthrough'
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...
2022-01-20  Mathieu DesnoyersIntroduce libcommon-lgpl for liblttng-ctl
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-11-17  Simon Marchicommon: compile libhashtable as C++
2021-11-17  Simon Marchilib: compile liblttng-ctl as C++
2021-11-17  Simon Marchibin: compile lttng-sessiond as 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
2021-04-19  Francis DeslauriersCleanup: add `lttng_ht_type_str()`
2021-01-04  Francis Deslauriershashtable: silence -fsanitize=address warning for ...
2020-11-06  Michael JeansonCleanup: Use pkg-config to detect liburcu
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2019-07-25  Jérémie GalarneauCleanup: remove duplicated code in snapshot record...
2018-08-24  Jérémie GalarneauFix: use condition's type to compute its hash
2018-02-28  Jérémie GalarneauClean-up: hash table utils are unnecessarily non-const
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2015-10-20  Jérémie GalarneauInitialize lttng_ht_seed on hashtable creation
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-09-18  Mathieu DesnoyersCleanup: remove duplicated implementation of rculfhash
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-17  Jérémie GalarneauFix: Hide RCU hashtable wrapper symbols
2015-08-14  Mathieu DesnoyersFix: take RCU read-side lock within hash table functions
2014-11-26  Jérémie GalarneauCleanup: Cast poll() return value to void
2014-11-26  Mathieu DesnoyersFix: rculfhash: use zmalloc()
2014-11-15  Mathieu DesnoyersFix: define _LGPL_SOURCE in C files
2014-02-21  Mathieu DesnoyersFix: add missing VALGRIND ifdef checks and documentation
2013-11-28  David GouletFix: backported from urcu commit 92af1a30
2013-09-27  Julien DesfossezHT support for keys with two uint64_t
2013-09-25  Julien DesfossezAdd support for non unique add string in hashtable
2013-08-30  Mathieu DesnoyersFix: hashtable: take split_count_order into account
2013-08-27  Mathieu DesnoyersFix: hash table growth (for small tables) should be...
2013-04-30  Mathieu Desnoyersrculfhash: check for callers from RCU read-side C.S.
2013-04-30  Mathieu DesnoyersDocumentation: import updated comments from urcu
2013-03-21  Christian BabeuxFix: Memory leaks on unknown hashtable type error handling
2013-03-21  David GouletSupport per UID buffers
2013-03-11  David GouletMerge remote-tracking branch 'cbab-github/tests-cleanup...
2013-03-01  David GouletMove metadata creation into lttng-sessiond and lttng...
2013-01-25  David GouletCleanup: use LTTNG_HIDDEN in src/common
2013-01-25  Mathieu DesnoyersSymbol prefixing: in-house copy of hash table
2012-11-06  David GouletFix: RCU hash table seed
2012-10-30  David GouletFix: Add the ACCOUNTING flag to ht creation and set...
2012-10-19  David GouletSupport the add operation of urcu hash table
2012-10-02  Paul ChaventFix: Build out of src tree
2012-08-24  David GouletSet hidden visibility for calls used in lttng-ctl
2012-08-15  David GouletBackport HT fixes from urcu upstream
2012-08-07  Mathieu DesnoyersCleanup: Remove misplaced config.h include
2012-04-12  Mathieu DesnoyersFix: work-around glibc __nptl_setxid vs clone hang
2012-03-19  Mathieu Desnoyersfix: lttng_ht_destroy memleak
2012-03-13  David GouletFix double PID registration race
2012-03-12  Alexandre MontplaisirLicense header fixes
2012-03-05  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-02  Mathieu DesnoyersFix: consumer race: should allow reuse of FD key
2012-03-02  David GouletMerge branch 'master' of git://git.lttng.org/lttng...
2012-03-01  David GouletMerge branch 'master' into compat-freebsd
2012-02-24  UserMerge branch 'master' into compat-freebsd
2012-02-22  David GouletAdd FreeBSD compat layer for endian.h
2012-02-22  David GouletFix FreeBSD support for rculfhash mmap
2012-02-22  David GouletRevert FreeBSD compatibility layer
2012-02-21  David GouletFix FreeBSD support for rculfhash mmap
2012-02-21  David GouletAdd FreeBSD compat layer for endian.h
2012-02-09  David GouletFix licensing for hashtable/utils.c
2012-01-20  David GouletSplit and remove lttng-share header file
2012-01-20  David GouletComplete change of the source directory tree
This page took 0.092357 seconds and 7 git commands to generate.