summaryrefslogtreecommitdiff
path: root/lib/hash.h
AgeCommit message (Expand)Author
2024-06-19lib: Discourage usage of deprecated data structuresDonald Sharp
2024-02-01lib: Reduce size of hash_bucket by 8 bytesDonald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-02-04lib: Update hash.h documentation to warn of a possible crashDonald Sharp
2021-10-05lib: fix spelling nits in more lib filesewlumpkin
2021-02-02*: fix all backetsIgor Ryzhov
2020-12-10doc: update doc comment on hash_cmp (round 2)Donatas Abraitis
2020-12-01lib: update doc comment on hash_cmpQuentin Young
2020-09-28lib: add doc to clear-up hash_iterate multi deletionStephen Worley
2020-02-28*: change hash_backet to hash_bucketDonald Sharp
2020-02-27Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh
2020-02-26*: change hash_backet to hash_bucketDonald Sharp
2019-06-21lib: use MTYPE_STATICDavid Lamparter
2019-05-14lib: hashing functions should take const argumentsQuentin Young
2019-02-25lib: add compatibility #define for hash_backetQuentin Young
2019-02-25*: Rename backet to bucketTim Bray
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
2019-02-11lib: make atomic ops C++ compatibleDavid Lamparter
2018-10-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-08-15lib: Update hash.h documentationDonald Sharp
2018-07-06lib: Add some documentationDonald Sharp
2018-05-25lib: add proper doc comments for hash & linklistQuentin Young
2018-05-25lib: add hash_to_list()Quentin Young
2017-08-09lib: use load factor as hash expansion triggerQuentin Young
2017-07-31bgpd: peer hash expands until we are out of memoryDaniel Walton
2017-07-27lib: Remove expansion of hash tableDonald Sharp
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-11lib: use 32-bit atomics, s/pow/mulQuentin Young
2017-07-10Merge commit '3d22338f04d9554fa' into evpn-prepDavid Lamparter
2017-07-01lib, vtysh: hashtable statisticsQuentin Young
2017-07-01lib: add statistics for hash tablesQuentin Young
2017-05-25lib: Macro for number of entries in hash tablevivek
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2016-09-19*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter
2015-05-19lib: lib-warnings.patchDonald Sharp
2015-05-19BGP: Add dynamic update group supportDonald Sharp
2013-02-24hash: dynamically grow hash tableStephen Hemminger
2013-02-24hash: force size to be a power of 2Stephen Hemminger
2011-03-21lib: Better hashing of string values using Bernstein hashStephen Hemminger
2008-08-22[lib] hash compare function arguments ought to be const qualifiedStephen Hemminger
2005-05-062005-05-06 Paul Jakma <paul@dishone.st>paul
2002-12-13Initial revisionpaul