summaryrefslogtreecommitdiff
path: root/src/shared/hashmap.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-13configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt1-3/+3
2014-12-13shared/hashmap.h: fix commentMichal Schmidt1-1/+1
2014-10-30hashmap: rewrite the implementationMichal Schmidt1-76/+239
2014-10-23hashmap: allow hashmap_move() to failMichal Schmidt1-3/+3
2014-10-23hashmap: introduce hashmap_reserve()Michal Schmidt1-0/+4
2014-10-23hashmap: add OrderedHashmap as a distinct typeMichal Schmidt1-0/+116
2014-09-15hashmap, set: remove unused functionsMichal Schmidt1-6/+0
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-3/+15
2014-08-19hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering1-0/+14
2014-05-15hashmap: add hashmap_remove2() to remove item from hashtable and return both ...Lennart Poettering1-0/+1
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering1-4/+6
2013-12-18busctl: output a single sorted list of names, including activatable and activ...Lennart Poettering1-0/+8
2013-10-01hashmap: size hashmap bucket array dynamicallyLennart Poettering1-0/+1
2013-05-07hashmap: document trivial_hash_func()Lennart Poettering1-0/+3
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-11/+13
2013-05-03hashmap.h: fix coding style issueDaniel Buch1-7/+7
2013-02-11binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering1-0/+2
2012-10-26journal: introduce entry array chain cacheLennart Poettering1-0/+3
2012-10-25journal: properly serialize fields with multiple values into JSONLennart Poettering1-0/+2
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering1-0/+2
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn1-0/+1
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden1-4/+1
2012-07-03load-fragment: a few modernizationsLennart Poettering1-0/+2
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers1-0/+91