summaryrefslogtreecommitdiff
path: root/src/basic/hash-funcs.c
Commit message (Expand)AuthorAgeFilesLines
* hash-funcs: introduce string_hash_ops_free_strv_freeYu Watanabe2022-08-081-0/+4
* hash-funcs: tweak odering in devt_compare_func()Lennart Poettering2022-04-041-2/+8
* path-util: make path_compare() and path_hash_func() ignore "."Yu Watanabe2021-05-281-23/+24
* hash-func: change value type of string_hash_ops_free_free to void*Lennart Poettering2021-05-261-1/+1
* udevadm: make use of the new uuid-enabled triggering for "udevadm trigger"Lennart Poettering2021-05-261-0/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* util: introduce two trivial hash_opsYu Watanabe2020-10-131-0/+13
* shared/unit-file: make sure the old hashmaps and sets are freed upon replacementZbigniew Jędrzejewski-Szmek2020-05-281-0/+2
* basic/set: let set_put_strdup() create the set with string hash opsZbigniew Jędrzejewski-Szmek2020-05-061-0/+2
* Remove path_compare_func() alias for path_compare()Zbigniew Jędrzejewski-Szmek2019-11-151-5/+1
* basic/hashmap: add hashops variant that does strdup/freeing on its ownZbigniew Jędrzejewski-Szmek2019-07-191-0/+3
* hashmap: use ternary op to shorten codeZbigniew Jędrzejewski-Szmek2018-12-181-1/+1
* hash-funcs: make basic hash_ops typesafeYu Watanabe2018-12-021-36/+13
* tree-wide: Convert compare_func's to use CMP() macro wherever possible.Filipe Brandenburger2018-08-061-3/+3
* 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 spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* hash-func: add generic hash_ops implementation for hashing pathsLennart Poettering2018-02-121-0/+50
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* 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-0/+83