Age | Commit message (Expand) | Author |
2015-11-23 | tests: add sd_event_now to test_basic | Evgeny Vereshchagin |
2015-11-22 | tests: add missing sd_event_add_post to test_basic | Evgeny Vereshchagin |
2015-11-22 | tests: check exit handler invocation | Evgeny Vereshchagin |
2015-11-22 | sd-event: use prioq_ensure_allocated where possible | Evgeny Vereshchagin |
2015-11-19 | sd-event: define a new PREPARING state | Lennart Poettering |
2015-11-19 | sd-event: make _ref() calls NOPs when NULL is passed to them | Lennart Poettering |
2015-11-18 | tree-wide: sort includes in *.h | Thomas Hindoe Paaboel Andersen |
2015-11-17 | tree-wide: use right cast macros for UIDs, GIDs and PIDs | Lennart Poettering |
2015-11-17 | Merge pull request #1923 from zonque/siphash | Lennart Poettering |
2015-11-16 | siphash24: let siphash24_finalize() and siphash24() return the result directly | Daniel Mack |
2015-11-16 | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | tree-wide: add missing includes | Thomas Hindoe Paaboel Andersen |
2015-11-16 | siphash24: change result argument to uint64_t | Martin Pitt |
2015-11-11 | sd-netlink: add support for RTA_PREF | Tom Gundersen |
2015-11-11 | sd-netlink: types - let tables be sized implicitly | Tom Gundersen |
2015-11-11 | sd-netlink: add sd_rtnl_message_route_{s,g}et_flags() | Tom Gundersen |
2015-11-11 | sd-bus: don't try to acquire connection selinux label unless selinux is actua... | Lennart Poettering |
2015-11-09 | Merge pull request #1820 from michich/errno-v2 | Daniel Mack |
2015-11-06 | doc: correct punctuation and improve typography in documentation | Jan Engelhardt |
2015-11-05 | sd-resolve: simplify pthread_join() call | Michal Schmidt |
2015-11-04 | Merge pull request #1768 from vcaputo/sd-daemon-listen-fds-overflow-bis | Lennart Poettering |
2015-11-03 | sd-daemon: fix potential LISTEN_FDS overflow in sd_listen_fds() | Vito Caputo |
2015-11-03 | sd-daemon: explicitly filter out -1 when parsing watchdog timeout | Lennart Poettering |
2015-11-03 | parse-util: introduce parse_ifindex() and make use of it everywhere | Lennart Poettering |
2015-11-01 | sd-daemon: verify NOTIFY_SOCKET path length | Lennart Poettering |
2015-10-31 | sd-daemon: increase sd_notify() socket buffer size | Lennart Poettering |
2015-10-27 | util-lib: move inotify-related definitions to fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out printf() helpers to stdio-util.h | Lennart Poettering |
2015-10-27 | io-util.h: move iovec stuff from macro.h to io-util.h | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering |
2015-10-27 | src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa... | Lennart Poettering |
2015-10-27 | util-lib: move more locale-related calls to locale-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move a number of fs operations into fs-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: introduce dirent-util.[ch] for directory entry calls | Lennart Poettering |
2015-10-27 | util: move filename_is_valid() and path_is_safe() to path-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more file I/O related calls into fileio.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out hex/dec/oct encoding/decoding into its own file | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-26 | socket-util: move remaining socket-related calls from util.[ch] to socket-uti... | Lennart Poettering |
2015-10-26 | build-sys: add missing makefile symlink | Lennart Poettering |
2015-10-26 | util-lib: move ether_addr_to_string() into ether-addr-util.c | Lennart Poettering |
2015-10-26 | util-lib: split out user/group/uid/gid calls into user-util.[ch] | Lennart Poettering |
2015-10-26 | util-lib: split out IO related calls to io-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-18 | Merge pull request #1595 from poettering/proxy-fixes | David Herrmann |