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
*
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
*
sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...
Yu Watanabe
2018-10-29
1
-3
/
+3
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
4
-8
/
+8
*
libudev: re-implement udev-monitor by sd_device_monitor
Yu Watanabe
2018-10-16
2
-561
/
+41
*
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
1
-2
/
+1
*
sd-device: make sd_device_get_*() return -ENOENT if the values are not set
Yu Watanabe
2018-09-23
1
-3
/
+6
*
Merge pull request #9928 from yuwata/libudev-cleanups
Zbigniew Jędrzejewski-Szmek
2018-09-15
10
-722
/
+579
|
\
|
*
sd-device,libudev: make an argument for *_set_sysattr_value() const
Yu Watanabe
2018-09-11
2
-2
/
+2
|
*
libudev-monitor: use assert_return() in many places
Yu Watanabe
2018-09-11
1
-14
/
+13
|
*
libudev-monitor: add missing error checks in udev_monitor_enable_receiving()
Yu Watanabe
2018-09-11
1
-15
/
+16
|
*
libudev-monitor: introduce udev_monitor_send_sd_device()
Yu Watanabe
2018-09-11
1
-22
/
+40
|
*
libudev-monitor: re-implement udev_monitor_receive_sd_device()
Yu Watanabe
2018-09-11
1
-125
/
+118
|
*
libudev-monitor: use Hashmap or Set to store filters
Yu Watanabe
2018-09-11
1
-76
/
+114
|
*
libudev-monitor: use structured initializer
Yu Watanabe
2018-09-11
1
-41
/
+44
|
*
libudev-monitor: rename monitor_set_nl_address() and make it return negative ...
Yu Watanabe
2018-09-11
1
-10
/
+10
|
*
libudev-monitor: rename udev_has_devtmpfs() and move it to mount-util.c
Yu Watanabe
2018-09-11
1
-41
/
+1
|
*
libudev-monitor: use structured initializer in bpf_*()
Yu Watanabe
2018-09-11
1
-18
/
+15
|
*
libudev-monitor: use 'unsigned' instead of 'unsigned int'
Yu Watanabe
2018-09-11
1
-16
/
+15
|
*
libudev-device: create sd_device at first in udev_device_new_from_*()
Yu Watanabe
2018-09-11
3
-85
/
+35
[next]