summaryrefslogtreecommitdiff
path: root/src/libudev
AgeCommit message (Expand)Author
2016-09-06move man pages to appropriate directoriesLuke Shumaker
2016-08-17moreLuke Shumaker
2016-08-10fix build systemLuke Shumaker
2016-08-08fixLuke Shumaker
2016-08-02./fixup.shLuke Shumaker
2016-08-02fixLuke Shumaker
2016-08-01find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;Luke Shumaker
2016-07-30stuffLuke Shumaker
2016-07-28headerssssLuke Shumaker
2016-07-28tidy headersLuke Shumaker
2016-07-27fixLuke Shumaker
2016-07-27fix (mostly adjust #includes to have sd- prefix)Luke Shumaker
2016-06-12tidyLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
2016-06-12./move.shLuke Shumaker
2016-06-12fixLuke Shumaker
2016-06-12Merge branch 'lukeshu/postmove' into 'lukeshu/master'Luke Shumaker
2016-06-09./move.shLuke Shumaker
2016-06-09stuffLuke Shumaker
2016-06-07missed someLuke Shumaker
2016-06-07Merge branch 'lukeshu/postmove' into lukeshu/masterLuke Shumaker
2016-06-07./move.shLuke Shumaker
2016-06-07Makefile tidyLuke Shumaker
2016-06-07stuffLuke Shumaker
2016-06-06libudev, systemd-nspawnLuke Shumaker
2016-06-01thingLuke Shumaker
2016-06-01stuffLuke Shumaker
2016-06-01./move.shLuke Shumaker
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