Age | Commit message (Expand) | Author |
2014-12-11 | tree-wide: use our memset() macros instead of memset() itself | Lennart Poettering |
2014-11-20 | set: make set_consume() actually free the allocated string if the string alre... | Lennart Poettering |
2014-10-30 | hashmap: rewrite the implementation | Michal Schmidt |
2014-10-23 | hashmap: allow hashmap_move() to fail | Michal Schmidt |
2014-10-23 | hashmap: introduce hashmap_reserve() | Michal Schmidt |
2014-10-23 | hashmap: return more information from resize_buckets() | Michal Schmidt |
2014-10-23 | shared: split mempool implementation from hashmaps | Michal Schmidt |
2014-10-23 | hashmap: drop assert(h) from hashmap_next() | Michal Schmidt |
2014-10-23 | hashmap: hashmap_move_one() should return -ENOENT when 'other' is NULL | Michal Schmidt |
2014-09-15 | hashmap: minor hashmap_replace optimization | Michal Schmidt |
2014-09-15 | hashmap, set: remove unused functions | Michal Schmidt |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-19 | hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bit | Lennart Poettering |
2014-05-15 | hashmap: add hashmap_remove2() to remove item from hashtable and return both ... | Lennart Poettering |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-10 | hashmap: make gcc shut up on old glibcs that lack getauxval() | Lennart Poettering |
2013-11-20 | hashmap: be a bit more conservative with pre-allocating hash tables and items | Lennart Poettering |
2013-10-01 | hashmap: randomize hash functions a bit | Lennart Poettering |
2013-10-01 | hashmap: size hashmap bucket array dynamically | Lennart Poettering |
2013-08-15 | hashmap: remove empty lines | Kay Sievers |
2013-02-11 | binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t... | Lennart Poettering |
2013-01-06 | build-sys: use VALGRIND not __OPTIMIZE__ as condition for valgrind compat | Zbigniew Jędrzejewski-Szmek |
2012-10-26 | journal: introduce entry array chain cache | Lennart Poettering |
2012-10-25 | journal: properly serialize fields with multiple values into JSON | Lennart Poettering |
2012-10-18 | journal: add ability to list values a specified field can take in all entries... | Lennart Poettering |
2012-09-14 | systemctl: show unit name when a job fails | Lennart Poettering |
2012-08-23 | hashmap: hashmap_contains does not need hashmap_entry | Lukas Nykryn |
2012-08-14 | service: add options RestartPreventExitStatus and SuccessExitStatus | Lukas Nykryn |
2012-07-03 | hashmap: make hashmap_clear() work on NULL hashmaps | Lennart Poettering |
2012-07-03 | load-fragment: a few modernizations | Lennart Poettering |
2012-04-12 | relicense to LGPLv2.1 (with exceptions) | Lennart Poettering |
2012-04-10 | util: move all to shared/ and split external dependencies in separate interna... | Kay Sievers |