summaryrefslogtreecommitdiffstats
path: root/src/compat-libs/libsystemd-id128.pc.in (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-19networkctl: port to verbs helperTom Gundersen1-76/+11
2014-12-19systemd-hwdb: port to new verbs helperTom Gundersen1-72/+11
2014-12-19import: dck - fix curl error handlingTom Gundersen1-1/+1
2014-12-19update TODOLennart Poettering1-2/+10
2014-12-19import: add new minimal tool "systemd-import" for pulling down foreign contai...Lennart Poettering11-0/+2006
2014-12-19util: add generalization of verb parsing for command line toolsLennart Poettering3-1/+114
2014-12-19util: make sure rm_rf() can be called on symlinks (with the effect of deletin...Lennart Poettering1-1/+1
2014-12-19strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering3-0/+84
2014-12-19execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_da...Lennart Poettering1-1/+1
2014-12-19nss-myhostname: introduce is_gateway() similar to the existing is_hostname()Lennart Poettering1-2/+9
2014-12-19load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek3-104/+269
2014-12-19Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek3-20/+41
2014-12-19test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek1-13/+13
2014-12-19tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek3-8/+7
2014-12-19core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek4-12/+9
2014-12-19hwdb: move Logitech mouse to the right spotZbigniew Jędrzejewski-Szmek1-4/+2
2014-12-19hwdb: Logitech, Inc. RX 250 Optical Mouse DPI dataErik Auerswald1-0/+2
2014-12-19hwdb: Logitech, Inc. RX 300 Optical Mouse DPI dataTim JP1-0/+2
2014-12-19test-cap-list: allow mismatch in caseZbigniew Jędrzejewski-Szmek1-3/+3
2014-12-19path-util: fix breakage in path_is_mount_pointDave Reisner1-2/+6
2014-12-18systemd-hwdb: introduce new toolTom Gundersen12-118/+1022
2014-12-18networkd: add FDB supportAlin Rauta10-11/+402
2014-12-18journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt1-4/+0
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt4-18/+12
2014-12-18journal: optimize iteration by returning previously found candidate entryMichal Schmidt1-0/+6
2014-12-18journal: optimize iteration by skipping exhausted filesMichal Schmidt2-1/+8
2014-12-18journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt1-8/+2
2014-12-18journal: remove redundant variable new_offsetMichal Schmidt1-5/+2
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt3-85/+54
2014-12-18journal: simplify set_location()Michal Schmidt1-8/+3
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt3-1/+33
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt3-1/+6
2014-12-18journal: move definition of LocationType to journal-file.hMichal Schmidt2-14/+14
2014-12-18Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt1-23/+0
2014-12-18Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt1-24/+0
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt3-59/+0
2014-12-18journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2-18/+0
2014-12-18core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek3-13/+42
2014-12-18test-unit-file: add test for semicolon escapingZbigniew Jędrzejewski-Szmek1-17/+21
2014-12-18load-fragment: properly unescape \;tomsod-m ya ru1-1/+3
2014-12-18path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek1-15/+20
2014-12-18path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog1-1/+1
2014-12-18machinectl: add new commands for copying files from/to containersLennart Poettering5-43/+175
2014-12-18util: in make_stdio() use dup2() rather than dup3()Lennart Poettering1-4/+8
2014-12-18update TODOLennart Poettering1-0/+16
2014-12-18machinectl: implement "bind" command to create additional bind mounts from ho...Lennart Poettering3-38/+339
2014-12-17nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner2-3/+13
2014-12-17hwdb: add Lenovo 3000 N200 special keyMarc Schmitzer1-0/+4
2014-12-17path: follow symbolic link for parent pathUmut Tezduyar Lindskog1-1/+1
2014-12-17shared: strv - add strv_clear()Tom Gundersen2-1/+8