summaryrefslogtreecommitdiff
path: root/src/shared/hashmap.c
AgeCommit message (Expand)Author
2015-05-03shared/hashmap: normalize whitespaceZbigniew Jędrzejewski-Szmek
2015-04-14shared: add random-util.[ch]Ronny Chevalier
2015-04-12hashmap: return NULL from destructorDavid Herrmann
2015-01-10src/v4l_id: fix compile errorAnthony G. Basile
2014-12-20configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt
2014-11-20set: make set_consume() actually free the allocated string if the string alre...Lennart Poettering
2014-10-31hashmap: rewrite the implementationMichal Schmidt
2014-10-25hashmap: introduce hashmap_reserve()Michal Schmidt
2014-10-25hashmap: return more information from resize_buckets()Michal Schmidt
2014-10-25shared: split mempool implementation from hashmapsMichal Schmidt
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-14src/shared: some stylistic changesAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony 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-09-14systemctl: show unit name when a job failsLennart Poettering
2012-08-23hashmap: hashmap_contains does not need hashmap_entryLukas Nykryn
2012-08-14service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn
2012-07-03hashmap: make hashmap_clear() work on NULL hashmapsLennart Poettering
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