summaryrefslogtreecommitdiff
path: root/src/shared/hashmap.c
Commit message (Expand)AuthorAge
* tree-wide: spelling fixesVeres Lajos2014-12-30
* configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt2014-12-13
* tree-wide: use our memset() macros instead of memset() itselfLennart Poettering2014-12-11
* set: make set_consume() actually free the allocated string if the string alre...Lennart Poettering2014-11-20
* hashmap: rewrite the implementationMichal Schmidt2014-10-30
* hashmap: allow hashmap_move() to failMichal Schmidt2014-10-23
* hashmap: introduce hashmap_reserve()Michal Schmidt2014-10-23
* hashmap: return more information from resize_buckets()Michal Schmidt2014-10-23
* shared: split mempool implementation from hashmapsMichal Schmidt2014-10-23
* hashmap: drop assert(h) from hashmap_next()Michal Schmidt2014-10-23
* hashmap: hashmap_move_one() should return -ENOENT when 'other' is NULLMichal Schmidt2014-10-23
* hashmap: minor hashmap_replace optimizationMichal Schmidt2014-09-15
* hashmap, set: remove unused functionsMichal Schmidt2014-09-15
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering2014-08-19
* hashmap: add hashmap_remove2() to remove item from hashtable and return both ...Lennart Poettering2014-05-15
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-31
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* hashmap: make gcc shut up on old glibcs that lack getauxval()Lennart Poettering2013-12-10
* hashmap: be a bit more conservative with pre-allocating hash tables and itemsLennart Poettering2013-11-20
* hashmap: randomize hash functions a bitLennart Poettering2013-10-01
* hashmap: size hashmap bucket array dynamicallyLennart Poettering2013-10-01
* hashmap: remove empty linesKay Sievers2013-08-15
* binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...Lennart Poettering2013-02-11
* build-sys: use VALGRIND not __OPTIMIZE__ as condition for valgrind compatZbigniew Jędrzejewski-Szmek2013-01-06
* journal: introduce entry array chain cacheLennart Poettering2012-10-26
* journal: properly serialize fields with multiple values into JSONLennart Poettering2012-10-25
* journal: add ability to list values a specified field can take in all entries...Lennart Poettering2012-10-18
* systemctl: show unit name when a job failsLennart Poettering2012-09-14
* hashmap: hashmap_contains does not need hashmap_entryLukas Nykryn2012-08-23
* service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn2012-08-14
* hashmap: make hashmap_clear() work on NULL hashmapsLennart Poettering2012-07-03
* load-fragment: a few modernizationsLennart Poettering2012-07-03
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-10