summaryrefslogtreecommitdiff
path: root/src/basic/hashmap.h
Commit message (Expand)AuthorAgeFilesLines
* basic/hashmap: add hashops variant that does strdup/freeing on its ownZbigniew Jędrzejewski-Szmek2019-07-191-0/+2
* tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek2019-07-041-1/+1
* hashmap: add hashmap_free_free_keyp and friendYu Watanabe2019-03-131-0/+2
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* hashmap: rework hashmap_clear() to be more defensiveLennart Poettering2018-12-181-1/+5
* hash-func: add destructors for key and valueYu Watanabe2018-12-021-16/+34
* hashmap: introduce hashmap_first_key_and_value() and friendsYu Watanabe2018-10-131-18/+33
* trivial: fix spelling in code commentsThomas Haller2018-09-301-1/+1
* tree-wide: drop double newlineYu Watanabe2018-06-291-1/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* basic: implement the IteratedCacheVito Caputo2018-01-271-0/+17
* Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek2017-11-281-0/+23
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: split hash functions into their own header filesLennart Poettering2016-01-111-42/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+2
* hashmap: refactor hash_funcTom Gundersen2015-10-051-5/+6
* hashmap: remove _IDX_ITERATOR_NIL definitionMichal Schmidt2015-06-171-1/+0
* hashmap: fix iterators to not skip entriesDavid Herrmann2015-06-141-17/+10
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+420