index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libudev
/
libudev-queue.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
udev-util: drop udev_queue_init() from shared
Yu Watanabe
2023-07-31
1
-5
/
+8
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
udev: introduce udev_queue_is_empty() and udev_queue_init()
Yu Watanabe
2020-12-15
1
-19
/
+11
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
libudev: introduce return_with_errno() and use it where applicable
Yu Watanabe
2018-11-22
1
-6
/
+3
*
libudev: coding style fixes
Yu Watanabe
2018-11-20
1
-1
/
+1
*
libudev-list: move libudev-list related definitions to libudev-list-internal.h
Yu Watanabe
2018-11-20
1
-1
/
+2
*
libudev-queue: coding style fixes
Yu Watanabe
2018-09-11
1
-14
/
+7
*
libudev-queue: use _cleanup_ attribute and TAKE_FD()
Yu Watanabe
2018-09-11
1
-10
/
+7
*
libudev-queue: use assert_return()
Yu Watanabe
2018-09-11
1
-7
/
+4
*
libudev-queue: use structured initializer
Yu Watanabe
2018-09-11
1
-6
/
+8
*
libudev: use DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC() macro where applicable
Yu Watanabe
2018-09-11
1
-23
/
+10
*
libudev: accept NULL as the argument 'struct udev*' for udev_monitor_new() or...
Yu Watanabe
2018-08-22
1
-5
/
+0
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-1
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-2
/
+2
*
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
*
io-util: make flush_fd() return how many bytes where flushed
Lennart Poettering
2018-01-05
1
-1
/
+9
*
Replace free and return NULL with return mfree
Daniel Lockyer
2017-11-24
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
libudev: add missing errno initialization/error propagation (#6781)
Lennart Poettering
2017-09-09
1
-3
/
+10
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-3
/
+3
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-5
/
+0
*
Revert "build-sys: re-add old symbols for abi compat"
Michal Schmidt
2015-02-16
1
-3
/
+0
*
build-sys: re-add old symbols for abi compat
Zbigniew Jędrzejewski-Szmek
2015-02-16
1
-0
/
+3
*
libudev: queue - watch entire directory to allow the re-use of the watch desc...
Kay Sievers
2014-06-27
1
-1
/
+1
*
libudev: queue provide file descriptor to watch busy event queue
Kay Sievers
2014-06-27
1
-0
/
+46
*
libudev: fix udev_queue_get_queue_is_empty() logic
Kay Sievers
2014-06-27
1
-1
/
+1
*
udev: remove seqnum API and all assumptions about seqnums
Kay Sievers
2014-04-14
1
-279
/
+23
*
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-02-13
1
-1
/
+1
*
libudev: always return NULL in _unref() APIs
Lennart Poettering
2013-11-20
1
-2
/
+2
*
use streq instead of strcmp
Thomas Hindoe Paaboel Andersen
2013-02-13
1
-1
/
+1
*
udev: move string copy functions to shared/
Kay Sievers
2013-01-09
1
-1
/
+1
*
libudev: update copyright headers
Kay Sievers
2012-11-12
1
-11
/
+19
*
libudev-queue.c: simplified open_queue_file
Arvydas Sidorenko
2012-07-31
1
-3
/
+1
*
udev: update docs, NEWS
Kay Sievers
2012-05-15
1
-0
/
+2
*
udev: libudev - bump soname, remove deprecated functions, introduce symbol ve...
Kay Sievers
2012-05-15
1
-11
/
+4
*
libudev: prefix log macros with 'udev_'
Kay Sievers
2012-04-26
1
-2
/
+2
*
docs: hook-up gtk-doc to 'make check'
Kay Sievers
2012-04-20
1
-3
/
+17
*
udev: remove configuration options for /dev, /sys, /run directories
Kay Sievers
2012-04-16
1
-5
/
+3
*
udev: udev_monitor_new_from_socket() - log error and remove from public header
Kay Sievers
2012-04-15
1
-0
/
+1
*
udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/
Kay Sievers
2012-04-13
1
-0
/
+466