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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: allow to set NULL to intro or outro
Yu Watanabe
2022-02-02
1
-1
/
+1
*
tests: rework test macros to not take code as parameters
Lennart Poettering
2022-02-02
1
-4
/
+12
*
test: Use TEST macro in more cases
Jan Janssen
2021-11-25
1
-39
/
+17
*
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
-2
/
+1
*
basic/hashmap: allow NULL values in strdup hashmaps and add test
Zbigniew Jędrzejewski-Szmek
2020-05-06
1
-0
/
+55
*
test-hashmap: move tests which should also apply to ordered hashmaps and add ...
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-56
/
+8
*
test-hashmap: add test to compare hashmap_free performance
Zbigniew Jędrzejewski-Szmek
2018-12-18
1
-0
/
+9
*
test-hashmap: use the usual function headers and print timing stats
Zbigniew Jędrzejewski-Szmek
2018-12-18
1
-0
/
+8
*
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
*
test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)
Yu Watanabe
2018-05-14
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
hash-func: add generic hash_ops implementation for hashing paths
Lennart Poettering
2018-02-12
1
-0
/
+31
*
test-hashmap: test IteratedCache
Vito Caputo
2018-01-27
1
-0
/
+58
*
Add set/hashmap helpers for non-trivial freeing and use where straighforward
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-0
/
+24
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
hashmap: allow NULL key in ordered_hashmap_next()
Michal Schmidt
2015-06-17
1
-32
/
+11
*
test-hashmap: fix gcc5 warning
Daniel Mack
2015-02-24
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
test: generate tests for OrderedHashmap from Hashmap tests
Michal Schmidt
2014-10-23
1
-520
/
+22
*
test: only use assert_se
Thomas Hindoe Paaboel Andersen
2014-10-04
1
-1
/
+1
*
tests: add tests for {hashmap,set}_steal_first
Zbigniew Jędrzejewski-Szmek
2014-10-01
1
-0
/
+21
*
hashmap, set: remove unused functions
Michal Schmidt
2014-09-15
1
-55
/
+0
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-25
/
+25
*
tests: add tests to test-hashmap
Ronny Chevalier
2014-06-16
1
-0
/
+88
*
hashmap: size hashmap bucket array dynamically
Lennart Poettering
2013-10-01
1
-2
/
+26
*
test-hashmap: fix access to uninitialized memory
Zbigniew Jędrzejewski-Szmek
2013-09-26
1
-3
/
+5
*
test-hashmap.c: add unit-test for hashmap
Daniel Buch
2013-05-03
1
-0
/
+508