chiark / gitweb /
sd-bus: get rid of PID starttime concept
[elogind.git] / src / shared / hashmap.c
2014-11-19 Lennart Poetteringset: make set_consume() actually free the allocated...
2014-10-30 Michal Schmidthashmap: rewrite the implementation
2014-10-23 Michal Schmidthashmap: allow hashmap_move() to fail
2014-10-23 Michal Schmidthashmap: introduce hashmap_reserve()
2014-10-23 Michal Schmidthashmap: return more information from resize_buckets()
2014-10-23 Michal Schmidtshared: split mempool implementation from hashmaps
2014-10-23 Michal Schmidthashmap: drop assert(h) from hashmap_next()
2014-10-23 Michal Schmidthashmap: hashmap_move_one() should return -ENOENT when...
2014-09-15 Michal Schmidthashmap: minor hashmap_replace optimization
2014-09-15 Michal Schmidthashmap, set: remove unused functions
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-18 Lennart Poetteringhashmap: try to use the existing 64bit hash functions...
2014-05-14 Lennart Poetteringhashmap: add hashmap_remove2() to remove item from...
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2013-12-22 Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-10 Lennart Poetteringhashmap: make gcc shut up on old glibcs that lack getau...
2013-11-20 Lennart Poetteringhashmap: be a bit more conservative with pre-allocating...
2013-10-01 Lennart Poetteringhashmap: randomize hash functions a bit
2013-09-30 Lennart Poetteringhashmap: size hashmap bucket array dynamically
2013-08-15 Kay Sievershashmap: remove empty lines
2013-02-11 Lennart Poetteringbinfmt,tmpfiles,modules-load,sysctl: rework the various...
2013-01-07 Tom GundersenMerge nss-myhostname
2013-01-06 Zbigniew Jędrzejew... build-sys: use VALGRIND not __OPTIMIZE__ as condition...
2012-10-26 Lennart Poetteringjournal: introduce entry array chain cache
2012-10-24 Lennart Poetteringjournal: properly serialize fields with multiple values...
2012-10-18 Lennart Poetteringjournal: add ability to list values a specified field...
2012-09-14 Lennart Poetteringsystemctl: show unit name when a job fails
2012-08-23 Lukas Nykrynhashmap: hashmap_contains does not need hashmap_entry
2012-08-14 Lukas Nykrynservice: add options RestartPreventExitStatus and Succe...
2012-07-03 Lennart Poetteringhashmap: make hashmap_clear() work on NULL hashmaps
2012-07-03 Lennart Poetteringload-fragment: a few modernizations
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-10 Kay Sieversutil: move all to shared/ and split external dependenci...