summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-queue.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* udev: introduce udev_queue_is_empty() and udev_queue_init()Yu Watanabe2020-12-161-19/+11
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* libudev: introduce return_with_errno() and use it where applicableYu Watanabe2018-11-221-6/+3
* libudev: coding style fixesYu Watanabe2018-11-201-1/+1
* libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe2018-11-201-1/+2
* libudev-queue: coding style fixesYu Watanabe2018-09-111-14/+7
* libudev-queue: use _cleanup_ attribute and TAKE_FD()Yu Watanabe2018-09-111-10/+7
* libudev-queue: use assert_return()Yu Watanabe2018-09-111-7/+4
* libudev-queue: use structured initializerYu Watanabe2018-09-111-6/+8
* libudev: use DEFINE_PUBLIC_TRIVIAL_REF_UNREF_FUNC() macro where applicableYu Watanabe2018-09-111-23/+10
* libudev: accept NULL as the argument 'struct udev*' for udev_monitor_new() or...Yu Watanabe2018-08-231-5/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-1/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* io-util: make flush_fd() return how many bytes where flushedLennart Poettering2018-01-051-1/+9
* Replace free and return NULL with return mfreeDaniel Lockyer2017-11-241-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* libudev: add missing errno initialization/error propagation (#6781)Lennart Poettering2017-09-091-3/+10
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-3/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out IO related calls to io-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* Revert "build-sys: re-add old symbols for abi compat"Michal Schmidt2015-02-161-3/+0
* build-sys: re-add old symbols for abi compatZbigniew Jędrzejewski-Szmek2015-02-161-0/+3
* libudev: queue - watch entire directory to allow the re-use of the watch desc...Kay Sievers2014-06-271-1/+1
* libudev: queue provide file descriptor to watch busy event queueKay Sievers2014-06-271-0/+46
* libudev: fix udev_queue_get_queue_is_empty() logicKay Sievers2014-06-271-1/+1
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-131-279/+23
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-131-1/+1
* libudev: always return NULL in _unref() APIsLennart Poettering2013-11-201-2/+2
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-131-1/+1
* udev: move string copy functions to shared/Kay Sievers2013-01-091-1/+1
* libudev: update copyright headersKay Sievers2012-11-121-11/+19
* libudev-queue.c: simplified open_queue_fileArvydas Sidorenko2012-07-311-3/+1
* udev: update docs, NEWSKay Sievers2012-05-151-0/+2
* udev: libudev - bump soname, remove deprecated functions, introduce symbol ve...Kay Sievers2012-05-151-11/+4
* libudev: prefix log macros with 'udev_'Kay Sievers2012-04-261-2/+2
* docs: hook-up gtk-doc to 'make check'Kay Sievers2012-04-201-3/+17
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-161-5/+3
* udev: udev_monitor_new_from_socket() - log error and remove from public headerKay Sievers2012-04-151-0/+1
* udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers2012-04-131-0/+466