summaryrefslogtreecommitdiff
path: root/src/basic/hashmap.h
Commit message (Expand)AuthorAgeFilesLines
* mempool: rework mempool_cleanup() to only release freed tilesLennart Poettering2023-02-171-1/+1
* hashmap: expose helper for releasing memory pools independently of valgrindLennart Poettering2023-02-171-0/+2
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: Introduce free_and_replace_full()Daan De Meyer2022-07-211-6/+1
* tree-wide: "a" -> "an"Yu Watanabe2021-06-301-1/+1
* hashmap: add helper to test if iterator is still at beginningLennart Poettering2021-05-251-0/+1
* hashmap,set: make hashmap_clear_with_destructor() or friends saferYu Watanabe2021-05-121-16/+14
* basic: introuce hashmap_ensure_putSusant Sahani2021-01-151-0/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* hashmap: introduce {hashmap,set}_put_strdup_full()Yu Watanabe2020-10-131-2/+3
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-11/+19
* basic/hashmap,set: move pointer symbol adjactent to the returned valueZbigniew Jędrzejewski-Szmek2020-09-011-26/+26
* basic: Introduce ordered_hashmap_ensure_putSusant Sahani2020-09-011-0/+3
* basic/hashmap,set: propagate allocation location info in _copy()Zbigniew Jędrzejewski-Szmek2020-06-241-7/+3
* basic/set,hashmap: pass through allocation info in more casesZbigniew Jędrzejewski-Szmek2020-06-241-1/+2
* basic/hashmap,set: change "internal_" to "_" as the prefixZbigniew Jędrzejewski-Szmek2020-05-301-85/+84
* basic/hashmap: update commentZbigniew Jędrzejewski-Szmek2020-05-301-1/+1
* shared/unit-file: make sure the old hashmaps and sets are freed upon replacementZbigniew Jędrzejewski-Szmek2020-05-281-0/+8
* 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