summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
2017-02-23Revert "udev: Introduce UDEV_PROPAGATE_LOG macro (#5302)"Lennart Poettering
2017-02-22udev: Introduce UDEV_PROPAGATE_LOG macro (#5302)Susant Sahani
2017-01-27udev-event: use in-place whitespace replacementDan Streetman
2017-01-03libudev-util: change util_replace_whitespace to return number of chars in destDan Streetman
2016-12-07libudev: set errno if udev_new() failsLennart Poettering
2016-12-01Spot inconsistent quoting (just one single quote) (#4732)Tobias Stoeckmann
2016-11-08Merge pull request #4612 from keszybz/format-stringsZbigniew Jędrzejewski-Szmek
2016-11-08Adjust pkgconfig files to point at rootlibdir (#4584)Mike Gilbert
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-08-19libudev: fix typo in commentPeter Hutterer
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-06-15tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering
2016-03-14include sys/sysmacros.h in more placesMike Frysinger
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering
2015-12-07libudev: simplify udev_device_ensure_usec_initialized a bitZbigniew Jędrzejewski-Szmek
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-10-27mount-util: move fstype_is_network() and name_to_handle_at() definitions overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-19tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-06-17libudev: device - fix typo in udev_device_get_sysattr_list_entry()Tom Gundersen
2015-06-03libudev: enumerate - accept NULL parameters in add_match()Tom Gundersen
2015-06-03libudev: monitor - set nl_pid when reusing fd in udev_monitor_new_from_netlin...Tom Gundersen
2015-06-02sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen
2015-05-12udevd: manager - move a few global variables into the Manager objectTom Gundersen
2015-04-29libudev: monitor - fix typo in log messageTom Gundersen
2015-04-26libudev: monitor - clarify log messagesTom Gundersen
2015-04-23udevd: fix REMOVE handlingTom Gundersen
2015-04-23libudev-device: fix lazy loading of devlinks, properties and tagsTom Gundersen
2015-04-17sd-device: enumerator - match only on initialized devices by defaultTom Gundersen
2015-04-17sd-device: enumerator - don't expose add_device()Tom Gundersen
2015-04-16libudev: make libudev-enumerate a thin wrapper around sd-deviceTom Gundersen
2015-04-16shared: move assert_return_errno() from libudevTom Gundersen
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-05libudev-util: check length before accesing the arrayThomas Hindoe Paaboel Andersen
2015-04-02libudev: device - replace by a thin wrapper around sd-deviceTom Gundersen
2015-04-01libudev: monitor - improve loggingTom Gundersen
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen