index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
hashmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hashmap: Add helper to dump sorted keys
Adrian Vovk
2024-02-14
1
-8
/
+45
*
hashmap: Add extra uncounted entry to returned array from hashmap_dump_sorted()
Daan De Meyer
2023-10-20
1
-1
/
+4
*
hashmap: introduce hashmap_dump_sorted() and friends
Yu Watanabe
2023-07-13
1
-0
/
+49
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-3
/
+3
*
meson: merge our two valgrind configuration conditions into one
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-2
/
+6
*
hashmap: fix build with valgrind
Yu Watanabe
2023-02-17
1
-1
/
+1
*
mempool: rework mempool_cleanup() to only release freed tiles
Lennart Poettering
2023-02-17
1
-3
/
+3
*
hashmap: expose helper for releasing memory pools independently of valgrind
Lennart Poettering
2023-02-17
1
-14
/
+18
*
process-util: add helper get_process_threads()
Lennart Poettering
2023-02-17
1
-3
/
+1
*
basic: Fix incompatible type for arguments errors in C2X
Cristian Rodríguez
2023-01-03
1
-1
/
+1
*
basic/hashmap: add comment
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
all: avoid various "-Wcast-align=strict" warnings
Thomas Haller
2022-12-09
1
-2
/
+3
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-0
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
*
hashmap: add comment explaining that set_fnmatch() handles fnmatch() errors a...
Lennart Poettering
2022-08-31
1
-0
/
+2
*
hashmap: use assert_se() to make clang happy
Frantisek Sumsal
2022-08-20
1
-1
/
+1
*
Turn mempool_enabled() into a weak symbol
Zbigniew Jędrzejewski-Szmek
2022-06-29
1
-4
/
+3
*
set: introduce set_put_strndup()
Yu Watanabe
2022-06-17
1
-5
/
+8
*
set: introduce set_fnmatch()
Yu Watanabe
2022-04-27
1
-0
/
+25
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-3
/
+3
*
hashmap: make sure hashmap_get_strv()+set_get_strv() work with a NULL object
Lennart Poettering
2021-07-02
1
-0
/
+3
*
tree-wide: "a" -> "an"
Yu Watanabe
2021-06-30
1
-1
/
+1
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-6
/
+6
*
basic: add set_equal() helper
Lennart Poettering
2021-02-18
1
-0
/
+32
*
basic: introuce hashmap_ensure_put
Susant Sahani
2021-01-15
1
-0
/
+10
*
sd-device: make TAGS= property prefixed and suffixed with ":"
Yu Watanabe
2020-12-14
1
-5
/
+20
*
set: introduce set_strjoin()
Yu Watanabe
2020-12-08
1
-0
/
+35
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
hashmap: introduce {hashmap,set}_put_strdup_full()
Yu Watanabe
2020-10-13
1
-6
/
+6
*
hashmap: make sure to initialize shared hash key atomically
Lennart Poettering
2020-09-12
1
-6
/
+7
*
basic/hashmap,set: move pointer symbol adjactent to the returned value
Zbigniew Jędrzejewski-Szmek
2020-09-01
1
-22
/
+22
*
basic/hashmap,set: inline trivial set_iterate() wrapper
Zbigniew Jędrzejewski-Szmek
2020-09-01
1
-4
/
+0
*
basic: Introduce ordered_hashmap_ensure_put
Susant Sahani
2020-09-01
1
-0
/
+10
*
basic/hashmap,set: propagate allocation location info in _copy()
Zbigniew Jędrzejewski-Szmek
2020-06-24
1
-15
/
+13
*
basic/set,hashmap: pass through allocation info in more cases
Zbigniew Jędrzejewski-Szmek
2020-06-24
1
-6
/
+6
*
basic/set: add set_ensure_consume()
Zbigniew Jędrzejewski-Szmek
2020-06-24
1
-0
/
+14
*
basic/set: add set_ensure_put()
Zbigniew Jędrzejewski-Szmek
2020-06-22
1
-0
/
+10
*
Merge pull request #15940 from keszybz/names-set-optimization
Lennart Poettering
2020-06-10
1
-1
/
+1
|
\
|
*
basic/hashmap: make _ensure_allocated return 1 on actual allocations
Zbigniew Jędrzejewski-Szmek
2020-05-27
1
-1
/
+1
*
|
basic/hashmap,set: change "internal_" to "_" as the prefix
Zbigniew Jędrzejewski-Szmek
2020-05-30
1
-28
/
+28
*
|
basic/hashmap: drop unneeded macro
Zbigniew Jędrzejewski-Szmek
2020-05-30
1
-7
/
+5
*
|
hashmap: don't allow hashmap_type_info table to be optimized away
Zbigniew Jędrzejewski-Szmek
2020-05-30
1
-1
/
+1
|
/
*
basic/hashmap: allow NULL values in strdup hashmaps and add test
Zbigniew Jędrzejewski-Szmek
2020-05-06
1
-6
/
+14
*
basic/set: let set_put_strdup() create the set with string hash ops
Zbigniew Jędrzejewski-Szmek
2020-05-06
1
-4
/
+9
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+1
*
basic/set: constify operations which don't modify Set
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-2
/
+2
*
basic/hashmap: add hashops variant that does strdup/freeing on its own
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-0
/
+26
[next]