summaryrefslogtreecommitdiff
path: root/src/libsystemd
AgeCommit message (Expand)Author
2015-11-01sd-daemon: verify NOTIFY_SOCKET path lengthLennart Poettering
2015-10-31sd-daemon: increase sd_notify() socket buffer sizeLennart Poettering
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-27util: move filename_is_valid() and path_is_safe() to path-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 out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering
2015-10-26build-sys: add missing makefile symlinkLennart Poettering
2015-10-26util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-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-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-18Merge pull request #1595 from poettering/proxy-fixesDavid Herrmann
2015-10-17sd-bus: fix error handling of pthread API callsLennart Poettering
2015-10-15sd-netlink: refcount multicast groupsTom Gundersen
2015-10-14Merge pull request #1530 from teg/network-fixes-2Lennart Poettering
2015-10-12sd-daemon: wipe out memory before using CMSG_NXTHDR()Daniel Mack
2015-10-11sd-netlink: add support for subscribing to ROUTE messagesTom Gundersen
2015-10-11sd-netlink: rtnl - add route_get_{scope,tos,table,protocol}()Tom Gundersen
2015-10-09sd-daemon: simply code simplificationLennart Poettering
2015-10-07build-sys: add sd_listen_fds_with_name() to .sym fileLennart Poettering
2015-10-06Merge pull request #1465 from teg/siphash24Lennart Poettering
2015-10-06Merge pull request #1468 from poettering/fdnamesTom Gundersen
2015-10-06Merge pull request #1466 from kaysievers/wipTom Gundersen
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-10-06libsystemd: sd-device - translate / vs. ! in sysnameKay Sievers
2015-10-05hashmap: hash_funcs - make inputs unambiguousTom Gundersen
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-10-05sd-rtnl: introduce new API to set the NL header flagsSusant Sahani
2015-10-05sd-rtnl: sd-netlink: add support for bridge NL parametrsSusant Sahani
2015-10-01sd-device: fix format strings after conversion to log_*_errno()Michal Schmidt
2015-10-01tree-wide: add missing errno arguments to log_*_errno()Michal Schmidt
2015-10-01Merge pull request #1426 from poettering/log-syntaxDaniel Mack
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering
2015-09-30sd-daemon: fix sd_is_mq for non-mq fdsZbigniew Jędrzejewski-Szmek
2015-09-29Merge pull request #1408 from poettering/systemctl-and-moreDaniel Mack
2015-09-29sd-daemon: Simplify sd_booted() checkLennart Poettering