summaryrefslogtreecommitdiff
path: root/src/shared/hashmap.h
AgeCommit message (Expand)Author
2015-04-12hashmap: return NULL from destructorDavid Herrmann
2014-12-20configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt
2014-12-20shared/hashmap.h: fix commentMichal Schmidt
2014-10-31hashmap: rewrite the implementationMichal Schmidt
2014-10-25hashmap: introduce hashmap_reserve()Michal Schmidt
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-14src/shared: some stylistic changesAnthony G. Basile
2014-08-14src/shared: import many code cleanups from upstreamAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2012-11-17Rename src/shared to src/include, a saner nameAnthony G. Basile
2012-11-16src/udev: restore needed deps from src/shareAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
2012-10-26journal: introduce entry array chain cacheLennart Poettering
2012-10-25journal: properly serialize fields with multiple values into JSONLennart Poettering
2012-10-18journal: add ability to list values a specified field can take in all entries...Lennart Poettering
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-07-03load-fragment: a few modernizationsLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers