Age | Commit message (Expand) | Author |
2015-02-14 | bus-proxy: don't fake data we don't have | David Herrmann |
2015-02-14 | util: use a shared lookup function for string tables | Bruno Bottazzini |
2015-02-14 | networkd: network - rename ipv6token parser | Tom Gundersen |
2015-02-14 | networkd: .network - rename LinkLocal to LinkLocalAddressing | Tom Gundersen |
2015-02-14 | sd-rtnl: add missing IFLA_INET6_ADDR_GEN_MODE definition | Djalal Harouni |
2015-02-13 | bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e... | Lennart Poettering |
2015-02-13 | bus-proxy: a few simplifications | Lennart Poettering |
2015-02-13 | sd-bus: initialize a few structs at time or declaration | Lennart Poettering |
2015-02-13 | bus-proxy: close each connection fd only once | Lennart Poettering |
2015-02-13 | bus-proxy: also consider ENOTCONN a clean termination condition | Lennart Poettering |
2015-02-13 | exit-on-idle: only exit if actually idle | Tom Gundersen |
2015-02-13 | bus-proxy: whenever we cannot forward a message, report this back to caller, ... | Lennart Poettering |
2015-02-13 | bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret... | Lennart Poettering |
2015-02-13 | bus-proxy: minor simplifications | Lennart Poettering |
2015-02-13 | sd-bus: export sd_bus_error_set_errnofv() | Lennart Poettering |
2015-02-13 | bus-proxy: no need to negate error codes, log_error_errno() already does it | Lennart Poettering |
2015-02-13 | bus-proxy: tell Coverity we don't care about these return values | Lennart Poettering |
2015-02-13 | bus-proxy: we don't pointlessly abbreviate function names | Lennart Poettering |
2015-02-13 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack |
2015-02-12 | include <poll.h> instead of <sys/poll.h> | Thomas Hindoe Paaboel Andersen |
2015-02-12 | Add missing includes in header files | Thomas Hindoe Paaboel Andersen |
2015-02-12 | test-util: remove superfluous const | Thomas Hindoe Paaboel Andersen |
2015-02-12 | remove unused variable | Thomas Hindoe Paaboel Andersen |
2015-02-12 | exec: also evaluate working_directory_missing_ok when not applying chroots | Lennart Poettering |
2015-02-12 | networkd: explicitly enable/disable ipv6ll addresses | Tom Gundersen |
2015-02-12 | hwdb: adjust --help text to be more like other --help texts | Lennart Poettering |
2015-02-12 | core: disarm shutdown watchdog if we fail to set timeout | Lennart Poettering |
2015-02-12 | core: don't fail to run services in --user instances if $HOME is missing | Lennart Poettering |
2015-02-12 | Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC" | Lennart Poettering |
2015-02-11 | missing: add __NR_getrandom for powerpc architecture | Marcel Holtmann |
2015-02-11 | core: don't watch for socket events when service is in SERVICE_STOP | Lennart Poettering |
2015-02-11 | systemctl: don't update the reboot parameter if none is given | Michael Olbrich |
2015-02-11 | core: correct a log message | Lennart Poettering |
2015-02-11 | tree-wide: whenever we include libgen.h, immediately undefine basename() | Lennart Poettering |
2015-02-11 | core: remove unneeded <libgen.h> include | Cristian RodrÃguez |
2015-02-11 | ata_id: remove unused header files | Robert Milasan |
2015-02-11 | network-internal: fix inverted matching | Tom Gundersen |
2015-02-11 | networkd: fdb - fix const warning | Tom Gundersen |
2015-02-11 | networkd: don't do exit-on-idle if there is something wrong with the dbus con... | Tom Gundersen |
2015-02-11 | sysv-generator: Skip init scripts for existing native services | Martin Pitt |
2015-02-11 | networkd DHCPv4 logging endian fix | Paul Martin |
2015-02-10 | net: support globbing and disjunction in Match logic | Tom Gundersen |
2015-02-10 | networkd: fdb - refactor a bit | Tom Gundersen |
2015-02-10 | networkd: bus - expose MatchMAC | Tom Gundersen |
2015-02-10 | networkd: network-bus - use sd_bus_path_{en,de}code | Tom Gundersen |
2015-02-10 | tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC | Cristian RodrÃguez |
2015-02-10 | test-lldp: fix minor OOM | Lennart Poettering |
2015-02-10 | test-lldp: initialize structs when we define them | Lennart Poettering |
2015-02-10 | test-lldp: use strndup() where possible | Lennart Poettering |
2015-02-10 | libsystemd-network: Avoid potential NULL dereference in test-lldp | Philippe De Swert |