summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* util: add generalization of verb parsing for command line toolsLennart Poettering2014-12-192-0/+111
* util: make sure rm_rf() can be called on symlinks (with the effect of deletin...Lennart Poettering2014-12-191-1/+1
* strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering2014-12-193-0/+84
* execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_da...Lennart Poettering2014-12-191-1/+1
* nss-myhostname: introduce is_gateway() similar to the existing is_hostname()Lennart Poettering2014-12-191-2/+9
* load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek2014-12-192-94/+186
* Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek2014-12-193-20/+41
* test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek2014-12-191-13/+13
* tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek2014-12-193-8/+7
* core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek2014-12-194-12/+9
* test-cap-list: allow mismatch in caseZbigniew Jędrzejewski-Szmek2014-12-191-3/+3
* path-util: fix breakage in path_is_mount_pointDave Reisner2014-12-191-2/+6
* systemd-hwdb: introduce new toolTom Gundersen2014-12-183-1/+788
* networkd: add FDB supportAlin Rauta2014-12-188-11/+379
* journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt2014-12-181-4/+0
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-184-18/+12
* journal: optimize iteration by returning previously found candidate entryMichal Schmidt2014-12-181-0/+6
* journal: optimize iteration by skipping exhausted filesMichal Schmidt2014-12-182-1/+8
* journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt2014-12-181-8/+2
* journal: remove redundant variable new_offsetMichal Schmidt2014-12-181-5/+2
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-183-85/+54
* journal: simplify set_location()Michal Schmidt2014-12-181-8/+3
* journal: keep per-JournalFile location info during iterationMichal Schmidt2014-12-183-1/+33
* journal: abstract the resetting of JournalFile's locationMichal Schmidt2014-12-183-1/+6
* journal: move definition of LocationType to journal-file.hMichal Schmidt2014-12-182-14/+14
* Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt2014-12-181-23/+0
* Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt2014-12-181-24/+0
* journal: delete unused function journal_file_skip_entry()Michal Schmidt2014-12-183-59/+0
* journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2014-12-182-18/+0
* core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek2014-12-183-13/+42
* test-unit-file: add test for semicolon escapingZbigniew Jędrzejewski-Szmek2014-12-181-17/+21
* load-fragment: properly unescape \;tomsod-m ya ru2014-12-181-1/+3
* path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek2014-12-181-15/+20
* path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog2014-12-181-1/+1
* machinectl: add new commands for copying files from/to containersLennart Poettering2014-12-184-34/+139
* util: in make_stdio() use dup2() rather than dup3()Lennart Poettering2014-12-181-4/+8
* machinectl: implement "bind" command to create additional bind mounts from ho...Lennart Poettering2014-12-182-38/+295
* nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner2014-12-172-3/+13
* path: follow symbolic link for parent pathUmut Tezduyar Lindskog2014-12-171-1/+1
* shared: strv - add strv_clear()Tom Gundersen2014-12-172-1/+8
* shared: path-util - memory leakTom Gundersen2014-12-161-0/+1
* udev: net_setup - fix warningTom Gundersen2014-12-161-1/+1
* test-json: use fabsThomas Hindoe Paaboel Andersen2014-12-161-1/+3
* fix compiler warningSusant Sahani2014-12-161-1/+0
* systemctl: fix argument handling when invoked as "shutdown"Jan Synacek2014-12-161-1/+3
* nss-myhostname: also recognize "gateway."Harald Hoyer2014-12-161-2/+2
* systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek2014-12-163-108/+41
* systemctl: share path lookup between 'cat' and 'edit'Zbigniew Jędrzejewski-Szmek2014-12-161-75/+104
* systemctl: split out LookupPaths initializationZbigniew Jędrzejewski-Szmek2014-12-161-20/+34
* systemctl: move two functions upZbigniew Jędrzejewski-Szmek2014-12-161-78/+78