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