summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-14bus-proxy: don't fake data we don't haveDavid Herrmann
2015-02-14util: use a shared lookup function for string tablesBruno Bottazzini
2015-02-14networkd: network - rename ipv6token parserTom Gundersen
2015-02-14networkd: .network - rename LinkLocal to LinkLocalAddressingTom Gundersen
2015-02-14sd-rtnl: add missing IFLA_INET6_ADDR_GEN_MODE definitionDjalal Harouni
2015-02-13bus-proxy: ECONNRESET/ENOTCONN can hit us on every step, hence handle it on e...Lennart Poettering
2015-02-13bus-proxy: a few simplificationsLennart Poettering
2015-02-13sd-bus: initialize a few structs at time or declarationLennart Poettering
2015-02-13bus-proxy: close each connection fd only onceLennart Poettering
2015-02-13bus-proxy: also consider ENOTCONN a clean termination conditionLennart Poettering
2015-02-13exit-on-idle: only exit if actually idleTom Gundersen
2015-02-13bus-proxy: whenever we cannot forward a message, report this back to caller, ...Lennart Poettering
2015-02-13bus-proxy: rename synthetic_reply_return_strv() to synthetic_reply_method_ret...Lennart Poettering
2015-02-13bus-proxy: minor simplificationsLennart Poettering
2015-02-13sd-bus: export sd_bus_error_set_errnofv()Lennart Poettering
2015-02-13bus-proxy: no need to negate error codes, log_error_errno() already does itLennart Poettering
2015-02-13bus-proxy: tell Coverity we don't care about these return valuesLennart Poettering
2015-02-13bus-proxy: we don't pointlessly abbreviate function namesLennart Poettering
2015-02-13sd-bus: sync kdbus.h (ABI break)Daniel Mack
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-12Add missing includes in header filesThomas Hindoe Paaboel Andersen
2015-02-12test-util: remove superfluous constThomas Hindoe Paaboel Andersen
2015-02-12remove unused variableThomas Hindoe Paaboel Andersen
2015-02-12exec: also evaluate working_directory_missing_ok when not applying chrootsLennart Poettering
2015-02-12networkd: explicitly enable/disable ipv6ll addressesTom Gundersen
2015-02-12hwdb: adjust --help text to be more like other --help textsLennart Poettering
2015-02-12core: disarm shutdown watchdog if we fail to set timeoutLennart Poettering
2015-02-12core: don't fail to run services in --user instances if $HOME is missingLennart Poettering
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering
2015-02-11missing: add __NR_getrandom for powerpc architectureMarcel Holtmann
2015-02-11core: don't watch for socket events when service is in SERVICE_STOPLennart Poettering
2015-02-11systemctl: don't update the reboot parameter if none is givenMichael Olbrich
2015-02-11core: correct a log messageLennart Poettering
2015-02-11tree-wide: whenever we include libgen.h, immediately undefine basename()Lennart Poettering
2015-02-11core: remove unneeded <libgen.h> includeCristian Rodríguez
2015-02-11ata_id: remove unused header filesRobert Milasan
2015-02-11network-internal: fix inverted matchingTom Gundersen
2015-02-11networkd: fdb - fix const warningTom Gundersen
2015-02-11networkd: don't do exit-on-idle if there is something wrong with the dbus con...Tom Gundersen
2015-02-11sysv-generator: Skip init scripts for existing native servicesMartin Pitt
2015-02-11networkd DHCPv4 logging endian fixPaul Martin
2015-02-10net: support globbing and disjunction in Match logicTom Gundersen
2015-02-10networkd: fdb - refactor a bitTom Gundersen
2015-02-10networkd: bus - expose MatchMACTom Gundersen
2015-02-10networkd: network-bus - use sd_bus_path_{en,de}codeTom Gundersen
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez
2015-02-10test-lldp: fix minor OOMLennart Poettering
2015-02-10test-lldp: initialize structs when we define themLennart Poettering
2015-02-10test-lldp: use strndup() where possibleLennart Poettering
2015-02-10libsystemd-network: Avoid potential NULL dereference in test-lldpPhilippe De Swert