index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libudev
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: use jinja2 for src/libudev/
Zbigniew Jędrzejewski-Szmek
2021-05-19
2
-8
/
+11
*
meson: simplify the BUILD_MODE conditional
Zbigniew Jędrzejewski-Szmek
2021-04-14
1
-1
/
+1
*
libudev: fix return of udev_monitor_filter_add_match_subsystem_devtype()
Zbigniew Jędrzejewski-Szmek
2021-04-01
1
-2
/
+8
*
tests: drop calls to unsetenv SYSTEMD_MEMPOOL
Zbigniew Jędrzejewski-Szmek
2021-03-26
1
-2
/
+0
*
libudev: shorten code a bit
Yu Watanabe
2021-03-04
1
-5
/
+3
*
libudev: fix typo in docstring
Zbigniew Jędrzejewski-Szmek
2021-02-25
1
-1
/
+1
*
sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...
Lennart Poettering
2021-02-18
1
-3
/
+3
*
libudev: add one more assertion
Yu Watanabe
2021-02-02
1
-0
/
+1
*
libudev: unset uptodate flag before free()ing entries
Yu Watanabe
2021-02-02
1
-1
/
+1
*
libudev: also drop the entry from LIST even if unique flag is set
Yu Watanabe
2021-02-02
1
-2
/
+3
*
libudev: set entry->list after the entry is stored in the list
Yu Watanabe
2021-02-02
1
-1
/
+2
*
libudev: use hashmap_ensure_put()
Yu Watanabe
2021-02-02
1
-7
/
+1
*
meson: move test or fuzzer definitions to relevant meson.build in subdirectories
Yu Watanabe
2021-01-19
1
-0
/
+8
*
meson: move libudev related definitions to src/libudev/meson.build
Yu Watanabe
2021-01-19
1
-15
/
+32
*
test: rewrite test-sd-device-thread.c to depend only on libsystemd
Yu Watanabe
2021-01-19
1
-9
/
+26
*
test: move tests for libudev into src/libudev
Yu Watanabe
2021-01-19
2
-0
/
+531
*
udev: introduce udev_queue_is_empty() and udev_queue_init()
Yu Watanabe
2020-12-16
1
-19
/
+11
*
libudev: fix indentation
Yu Watanabe
2020-12-16
1
-1
/
+1
*
libudev: drop unnecessary headers from libudev-util.c
Yu Watanabe
2020-12-16
1
-8
/
+0
*
udev: rename UTIL_LINE_SIZE -> UDEV_LINE_SIZE and friends
Yu Watanabe
2020-12-16
1
-5
/
+0
*
udev: move util_resolve_subsys_kernel() to udev-util.c
Yu Watanabe
2020-12-16
2
-58
/
+0
*
udev: move util_replace_chars() to udev-util.c
Yu Watanabe
2020-12-16
2
-45
/
+0
*
udev: move util_path_encode() and rename it to escape_path()
Yu Watanabe
2020-12-16
2
-35
/
+0
*
udev: move util_replace_whitespace() to udev-util.c
Yu Watanabe
2020-12-16
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-04
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-24
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-12
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
[next]