index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-hwdb
/
sd-hwdb.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: enable -Wzero-as-null-pointer-constant
Mike Yuan
2025-01-16
1
-1
/
+1
*
hwdb: rename hwdb_bin_paths -> HWDB_BIN_PATHS
Yu Watanabe
2024-08-21
1
-2
/
+2
*
Use hashmap_ensure_replace()
Matteo Croce
2024-06-28
1
-5
/
+1
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
1
-4
/
+4
*
nulstr-util: Declare NULSTR_FOREACH() iterator inline
Daan De Meyer
2022-11-11
1
-5
/
+7
*
sd-hwdb: fix NULL arg to %s in error messages
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-14
/
+10
*
sd-hwdb: add sd_hwdb_new_from_path
Nick Rosbrook
2022-05-27
1
-14
/
+31
*
core: check size before mmap
Tobias Stoeckmann
2022-03-03
1
-0
/
+4
*
Move hwdb creation code to src/shared/
Zbigniew Jędrzejewski-Szmek
2021-06-24
1
-49
/
+0
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-4
/
+4
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
sd-hwdb: use return value from ordered_hashmap_iterate()
Zbigniew Jędrzejewski-Szmek
2019-08-03
1
-2
/
+1
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-0
/
+2
*
util: split out nulstr related stuff to nulstr-util.[ch]
Lennart Poettering
2019-03-14
1
-1
/
+1
*
sd-hwdb: fix off_t vs. size_t confusion in cast
Zbigniew Jędrzejewski-Szmek
2019-03-04
1
-1
/
+1
*
sd-hwdb: some minor logging and style updates
Zbigniew Jędrzejewski-Szmek
2019-03-04
1
-12
/
+11
*
sd-hwdb: use non-atomic reference counters
Zbigniew Jędrzejewski-Szmek
2019-03-04
1
-4
/
+3
*
sd-hwdb: fix matching for characters with an ord > 127
Peter Hutterer
2019-02-13
1
-1
/
+1
*
sd_hwdb: update log messages
Yu Watanabe
2018-10-23
1
-6
/
+6
*
sd-hwdb: update error log a bit
Yu Watanabe
2018-10-09
1
-1
/
+1
*
sd-hwdb: adjust included headers
Yu Watanabe
2018-09-19
1
-0
/
+1
*
libsystemd: use DEFINE_ATOMIC_REF_UNREF_FUNC or frineds where applicable
Yu Watanabe
2018-08-27
1
-16
/
+8
*
sd-hwdb: drop unused variable
Yu Watanabe
2018-08-27
1
-1
/
+0
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-1
/
+0
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-2
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-3
/
+3
*
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
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
sd-hwdb: drop caching of search string
Zbigniew Jędrzejewski-Szmek
2016-11-30
1
-23
/
+1
*
hwdb, sd-hwdb: rework priority comparison when loading properties
Zbigniew Jędrzejewski-Szmek
2016-11-30
1
-4
/
+32
*
Two small cleanups
Zbigniew Jędrzejewski-Szmek
2016-11-30
1
-1
/
+1
*
hwdb: use systemd-hwdb instead of obsolete udevadm hwdb (#4722)
Michael Biebl
2016-11-23
1
-1
/
+1
*
sd-hwdb: order properties by origin
David Herrmann
2016-09-21
1
-15
/
+28
*
sd-hwdb: fix child/value offset calculation
David Herrmann
2016-09-21
1
-9
/
+14
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-6
/
+6
*
util: introduce safe_fclose() and port everything over to it
Lennart Poettering
2015-09-09
1
-2
/
+1
*
tree-wide: we place the opening bracket on the same line as the function name
Lennart Poettering
2015-08-27
1
-7
/
+6
*
hashmap: fix iterators to not skip entries
David Herrmann
2015-06-14
1
-2
/
+3
*
fix double semicolon typo
Thomas Hindoe Paaboel Andersen
2015-06-02
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
Assorted format fixes
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-1
/
+1
*
refcnt: refcnt is unsigned, fix comparisons
Tom Gundersen
2015-01-13
1
-1
/
+1
*
libsystemd: add sd-hwdb library
Tom Gundersen
2014-12-11
1
-0
/
+471