summaryrefslogtreecommitdiff
path: root/src/shared/hashmap.h
Commit message (Expand)AuthorAgeFilesLines
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-420/+0
* hashmap: return NULL from destructorDavid Herrmann2015-04-111-13/+13
* configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt2014-12-131-3/+3
* shared/hashmap.h: fix commentMichal Schmidt2014-12-131-1/+1
* hashmap: rewrite the implementationMichal Schmidt2014-10-301-76/+239
* hashmap: allow hashmap_move() to failMichal Schmidt2014-10-231-3/+3
* hashmap: introduce hashmap_reserve()Michal Schmidt2014-10-231-0/+4
* hashmap: add OrderedHashmap as a distinct typeMichal Schmidt2014-10-231-0/+116
* hashmap, set: remove unused functionsMichal Schmidt2014-09-151-6/+0
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-3/+15
* hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering2014-08-191-0/+14
* hashmap: add hashmap_remove2() to remove item from hashtable and return both ...Lennart Poettering2014-05-151-0/+1
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-221-4/+6
* busctl: output a single sorted list of names, including activatable and activ...Lennart Poettering2013-12-181-0/+8
* hashmap: size hashmap bucket array dynamicallyLennart Poettering2013-10-011-0/+1
* hashmap: document trivial_hash_func()Lennart Poettering2013-05-071-0/+3
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-11/+13
* hashmap.h: fix coding style issueDaniel Buch2013-05-031-7/+7
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-111-0/+2
* journal: introduce entry array chain cacheLennart Poettering2012-10-261-0/+3
* journal: properly serialize fields with multiple values into JSONLennart Poettering2012-10-251-0/+2
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-181-0/+2
* service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn2012-08-141-0/+1
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* load-fragment: a few modernizationsLennart Poettering2012-07-031-0/+2
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-101-0/+91