index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libudev
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
udev: introduce udev_queue_is_empty() and udev_queue_init()
Yu Watanabe
2020-12-15
1
-19
/
+11
*
libudev: fix indentation
Yu Watanabe
2020-12-15
1
-1
/
+1
*
libudev: drop unnecessary headers from libudev-util.c
Yu Watanabe
2020-12-15
1
-8
/
+0
*
udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friends
Yu Watanabe
2020-12-15
1
-5
/
+0
*
udev: move util_resolve_subsys_kernel() to udev-util.c
Yu Watanabe
2020-12-15
2
-58
/
+0
*
udev: move util_replace_chars() to udev-util.c
Yu Watanabe
2020-12-15
2
-45
/
+0
*
udev: move util_path_encode() and rename it to escape_path()
Yu Watanabe
2020-12-15
2
-35
/
+0
*
udev: move util_replace_whitespace() to udev-util.c
Yu Watanabe
2020-12-15
2
-46
/
+0
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
15
-15
/
+15
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
libudev: also expose API to check for current tags in libudev
Lennart Poettering
2020-09-01
3
-15
/
+55
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-4
/
+4
*
tree-wide: port to fd_wait_for_event()
Lennart Poettering
2020-06-10
1
-13
/
+6
*
tree-wide: check POLLNVAL everywhere
Lennart Poettering
2020-06-10
1
-1
/
+4
*
tree-wide: fix spelling errors
Frantisek Sumsal
2020-04-21
1
-1
/
+1
*
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
/
+0
*
libudev: Update list of possible actions
Bastien Nocera
2019-07-23
1
-2
/
+2
*
libudev: hide definition of struct udev_device
Yu Watanabe
2019-06-12
3
-32
/
+41
*
libudev: rescan devices when filter is updated
Yu Watanabe
2019-06-12
1
-9
/
+73
*
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
6
-55
/
+101
*
libudev: drop unused variable
Yu Watanabe
2019-06-12
1
-1
/
+0
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
libudev: use device_get_seqnum() and device_get_action()
Yu Watanabe
2019-03-11
1
-20
/
+7
*
basic/utf8: do not read past end of string when looking for a multi-byte char...
Zbigniew Jędrzejewski-Szmek
2019-02-26
1
-1
/
+1
*
sd-device-enumerator: support multiple parents
Yu Watanabe
2019-01-23
1
-3
/
+0
*
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
2019-01-15
1
-1
/
+1
*
libudev-util: make util_replace_whitespace() read only len characters
Yu Watanabe
2019-01-03
1
-6
/
+7
*
meson: simplify handling of pkgconfigdatadir=no, pkgconfiglibdir=no
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-4
/
+3
*
meson: define PROJECT_VERSION as the "bare" project version
Zbigniew Jędrzejewski-Szmek
2018-12-20
1
-1
/
+1
*
libudev: drop unnecessary check
Zbigniew Jędrzejewski-Szmek
2018-11-23
1
-2
/
+0
*
libudev: do not ignore error in udev_list_entry_add()
Yu Watanabe
2018-11-22
2
-5
/
+10
*
libudev: introduce return_with_errno() and use it where applicable
Yu Watanabe
2018-11-22
6
-160
/
+88
*
libudev-list: drop unused udev argument from udev_list_init()
Yu Watanabe
2018-11-22
5
-10
/
+8
*
libudev-list: drop unused private functions
Yu Watanabe
2018-11-22
2
-14
/
+0
*
libudev: make util_resolve_subsys_kernel() return negative errno
Yu Watanabe
2018-11-21
2
-30
/
+27
*
libudev-util: make util_replace_whitespace() not count leading white spaces
Yu Watanabe
2018-11-21
1
-20
/
+17
*
libudev-util: make util_replace_*() return size_t
Yu Watanabe
2018-11-21
2
-6
/
+5
*
libudev-util: add assertions
Yu Watanabe
2018-11-21
1
-0
/
+8
*
libudev: coding style fixes
Yu Watanabe
2018-11-20
5
-17
/
+17
*
libudev-list: move libudev-list related definitions to libudev-list-internal.h
Yu Watanabe
2018-11-20
12
-126
/
+90
*
libudev: drop prototypes for nonexistent functions
Yu Watanabe
2018-11-20
1
-2
/
+0
*
libudev-monitor: drop unused private functions
Yu Watanabe
2018-11-20
2
-63
/
+25
*
libudev-device: drop unused private functions
Yu Watanabe
2018-11-20
3
-410
/
+0
*
udev: move definition of READ_END and WRITE_END from libudev-private.h to udev.h
Yu Watanabe
2018-11-20
1
-3
/
+0
*
tree-wide: use __ prefixed gcc attributes (#10843)
Lennart Poettering
2018-11-20
1
-8
/
+8
*
udev: drop util_log_priority() and use log_level_from_string()
Yu Watanabe
2018-11-12
2
-17
/
+0
*
libudev: conserve previous behavior
Yu Watanabe
2018-11-12
1
-0
/
+2
[next]