index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libudev
/
libudev-list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
various: inline some iterator variables
Zbigniew Jędrzejewski-Szmek
2022-03-23
1
-2
/
+1
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
libudev: add one more assertion
Yu Watanabe
2021-02-01
1
-0
/
+1
*
libudev: unset uptodate flag before free()ing entries
Yu Watanabe
2021-02-01
1
-1
/
+1
*
libudev: also drop the entry from LIST even if unique flag is set
Yu Watanabe
2021-02-01
1
-2
/
+3
*
libudev: set entry->list after the entry is stored in the list
Yu Watanabe
2021-02-01
1
-1
/
+2
*
libudev: use hashmap_ensure_put()
Yu Watanabe
2021-02-01
1
-7
/
+1
*
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
*
libudev: re-implement libudev-list with LIST and hashmap
Yu Watanabe
2019-06-12
1
-193
/
+105
*
libudev: hide definition of struct udev_list from other libudev components
Yu Watanabe
2019-06-12
1
-5
/
+35
*
libudev: drop unused variable
Yu Watanabe
2019-06-12
1
-1
/
+0
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
2019-01-15
1
-1
/
+1
*
libudev-list: drop unused udev argument from udev_list_init()
Yu Watanabe
2018-11-22
1
-2
/
+1
*
libudev-list: drop unused private functions
Yu Watanabe
2018-11-22
1
-12
/
+0
*
libudev: coding style fixes
Yu Watanabe
2018-11-20
1
-7
/
+7
*
libudev-list: move libudev-list related definitions to libudev-list-internal.h
Yu Watanabe
2018-11-20
1
-42
/
+25
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
1
-4
/
+4
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
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
*
coccinelle: add reallocarray() coccinelle script
Lennart Poettering
2018-03-02
1
-12
/
+10
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-8
/
+6
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-2
/
+3
*
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-09
1
-2
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-3
/
+0
*
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-02-13
1
-1
/
+1
*
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-31
1
-1
/
+1
*
udev: declare some symbols static
Kay Sievers
2013-11-12
1
-2
/
+2
*
libudev: avoid leak during realloc failure
Mauro Dreissig
2012-11-13
1
-2
/
+4
*
libudev: update copyright headers
Kay Sievers
2012-11-12
1
-10
/
+18
*
fix a couple of issues found with llvm-analyze
Lennart Poettering
2012-08-08
1
-0
/
+1
*
udev: use container_of() macro
Lucas De Marchi
2012-04-29
1
-6
/
+2
*
docs: hook-up gtk-doc to 'make check'
Kay Sievers
2012-04-20
1
-2
/
+10
*
udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/
Kay Sievers
2012-04-13
1
-0
/
+340