summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-19sd-lldp: minor header cleanupTom Gundersen
2014-12-19machined: add a full bus object for imagesLennart Poettering
2014-12-19machined: add new GetImage() bus call for retrieving the bus path for an imageLennart Poettering
2014-12-19sysv-generator: properly add Makefile symlinkLennart Poettering
2014-12-19util: rename ignore_file() to hidden_file()Lennart Poettering
2014-12-19machinectl: port machinectl to new verbs logicLennart Poettering
2014-12-19import: Verb[] array can be static, tooLennart Poettering
2014-12-19verbs: when invoking the default verb, pass a faked argv array, with just the...Lennart Poettering
2014-12-19machined/machinectl: add logic to show list of available imagesLennart Poettering
2014-12-19util: when creating temporary filename for atomic creation of files, add an e...Lennart Poettering
2014-12-19journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt
2014-12-19journal: make next_with_matches() always use f->current_offsetMichal Schmidt
2014-12-19journal: fix skipping of duplicate entries in iterationMichal Schmidt
2014-12-19networkd: link - plug leakTom Gundersen
2014-12-19networkctl: lldp - respect arg_legendTom Gundersen
2014-12-19LLDP: Add support for networkctlSusant Sahani
2014-12-19networkd: integrate LLDPSusant Sahani
2014-12-19networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani
2014-12-19networkctl: port to verbs helperTom Gundersen
2014-12-19systemd-hwdb: port to new verbs helperTom Gundersen
2014-12-19import: dck - fix curl error handlingTom Gundersen
2014-12-19import: add new minimal tool "systemd-import" for pulling down foreign contai...Lennart Poettering
2014-12-19util: add generalization of verb parsing for command line toolsLennart Poettering
2014-12-19util: make sure rm_rf() can be called on symlinks (with the effect of deletin...Lennart Poettering
2014-12-19strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering
2014-12-19execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_da...Lennart Poettering
2014-12-19nss-myhostname: introduce is_gateway() similar to the existing is_hostname()Lennart Poettering
2014-12-18load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek
2014-12-18Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek
2014-12-18test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek
2014-12-18tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek
2014-12-18core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek
2014-12-18test-cap-list: allow mismatch in caseZbigniew Jędrzejewski-Szmek
2014-12-18path-util: fix breakage in path_is_mount_pointDave Reisner
2014-12-18systemd-hwdb: introduce new toolTom Gundersen
2014-12-18networkd: add FDB supportAlin Rauta
2014-12-18journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt
2014-12-18journal: optimize iteration by returning previously found candidate entryMichal Schmidt
2014-12-18journal: optimize iteration by skipping exhausted filesMichal Schmidt
2014-12-18journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt
2014-12-18journal: remove redundant variable new_offsetMichal Schmidt
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt
2014-12-18journal: simplify set_location()Michal Schmidt
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt
2014-12-18journal: move definition of LocationType to journal-file.hMichal Schmidt
2014-12-18Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt
2014-12-18Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt