index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-hashmap-plain.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-11
/
+11
*
introduce hashmap_ensure_replace()
Matteo Croce
2024-06-28
1
-0
/
+24
*
ASSERT_STREQ for simple cases
Ivan Kruglov
2024-04-15
1
-33
/
+33
*
test: PROJECT_FILE macro cannot be used in generated code
Yu Watanabe
2024-04-11
1
-0
/
+7
*
ASSERT_NULL/ASSERT_NOT_NULL
Ivan Kruglov
2024-04-10
1
-12
/
+12
*
hashmap: Add helper to dump sorted keys
Adrian Vovk
2024-02-14
1
-0
/
+15
*
test: always call test_setup_logging()
Yu Watanabe
2023-11-17
1
-1
/
+1
*
hashmap: introduce hashmap_dump_sorted() and friends
Yu Watanabe
2023-07-13
1
-0
/
+38
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-17
/
+17
*
test-hashmap-plain: use _cleanup_
David Tardon
2023-04-24
1
-57
/
+22
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-2
/
+2
*
test: Use TEST macro in more cases
Jan Janssen
2021-11-25
1
-133
/
+37
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-1
/
+1
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-4
/
+2
*
path-util: make path_compare() and path_hash_func() ignore "."
Yu Watanabe
2021-05-28
1
-0
/
+5
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-6
/
+4
*
basic/hashmap: make _ensure_allocated return 1 on actual allocations
Zbigniew Jędrzejewski-Szmek
2020-05-27
1
-12
/
+13
*
test-hashmap: move tests which should also apply to ordered hashmaps and add ...
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-2
/
+58
*
basic/hashmap: add hashops variant that does strdup/freeing on its own
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-0
/
+28
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+1
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-1
/
+1
*
test-hashmap: add test to compare hashmap_free performance
Zbigniew Jędrzejewski-Szmek
2018-12-18
1
-0
/
+49
*
test-hashmap: use the usual function headers and print timing stats
Zbigniew Jędrzejewski-Szmek
2018-12-18
1
-32
/
+40
*
test: add tests for destructors of hashmap or set
Yu Watanabe
2018-12-02
1
-0
/
+38
*
tests: centralize check for slow tests
Zbigniew Jędrzejewski-Szmek
2018-09-13
1
-11
/
+5
*
tree-wide: drop copyright lines for more authors
Zbigniew Jędrzejewski-Szmek
2018-06-22
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
test-hashmap: use $SYSTEMD_SLOW_TESTS variable
Zbigniew Jędrzejewski-Szmek
2017-07-13
1
-3
/
+70
*
test-hashmap: fix undefined behaviour on string constants
Zbigniew Jędrzejewski-Szmek
2016-02-19
1
-6
/
+9
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
test: hashmap - increase number of entries for crippled hash test
Michal Schmidt
2015-10-06
1
-1
/
+1
*
hashmap: refactor hash_func
Tom Gundersen
2015-10-05
1
-2
/
+2
*
test: hashmap - cripple the hash function by truncating the input rather than...
Tom Gundersen
2015-10-05
1
-1
/
+1
*
hashmap: fix iterators to not skip entries
David Herrmann
2015-06-14
1
-0
/
+1
*
test-hashmap: fix an assert
Thomas Hindoe Paaboel Andersen
2015-05-19
1
-1
/
+1
*
test: hashmap_put behaviour for equal keys
Martin Pitt
2015-01-14
1
-1
/
+6
*
test: hashmap-plain - make coverity happy
Tom Gundersen
2014-11-05
1
-1
/
+1
*
test: use assert_se in test_hashmap_move
Michal Schmidt
2014-11-04
1
-2
/
+2
*
test: test a corner case in hashmap_remove_and_replace()
Michal Schmidt
2014-10-30
1
-0
/
+20
*
test: adjust max load factor in test_hashmap_many()
Michal Schmidt
2014-10-30
1
-2
/
+2
*
hashmap: allow hashmap_move() to fail
Michal Schmidt
2014-10-23
1
-2
/
+2
*
test: add test for hashmap_reserve()
Michal Schmidt
2014-10-23
1
-0
/
+18
*
test: add and improve hashmap tests
Michal Schmidt
2014-10-23
1
-23
/
+308
*
test: generate tests for OrderedHashmap from Hashmap tests
Michal Schmidt
2014-10-23
1
-0
/
+541