summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2014-12-23run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering
2014-12-22shared: json - support escaping utf16 surrogate pairsTom Gundersen
2014-12-22shared: utf8 - support decoding the full utf16Tom Gundersen
2014-12-22shared: utf8 - support ucs4 -> utf8Tom Gundersen
2014-12-22verbs: fix typo in error messageDave Reisner
2014-12-19machined: add new GetImage() bus call for retrieving the bus path for an imageLennart Poettering
2014-12-19util: rename ignore_file() to hidden_file()Lennart 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-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-18Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek
2014-12-18tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek
2014-12-18path-util: fix breakage in path_is_mount_pointDave Reisner
2014-12-18core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek
2014-12-17path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek
2014-12-17path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog
2014-12-18machinectl: add new commands for copying files from/to containersLennart Poettering
2014-12-18util: in make_stdio() use dup2() rather than dup3()Lennart Poettering
2014-12-17nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner
2014-12-16path: follow symbolic link for parent pathUmut Tezduyar Lindskog
2014-12-17shared: strv - add strv_clear()Tom Gundersen
2014-12-16shared: path-util - memory leakTom Gundersen
2014-12-16fix compiler warningSusant Sahani
2014-12-16systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek
2014-12-16Move dropin listing to sharedZbigniew Jędrzejewski-Szmek
2014-12-15shared: add minimal JSON tokenizerLennart Poettering
2014-12-15udev: builtin-hwdb - port to sd-hwdbTom Gundersen
2014-12-15shared: time-dst: Avoid buffer overflowMartin Pitt
2014-12-13configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt
2014-12-13shared/hashmap.h: fix commentMichal Schmidt
2014-12-12nspawn: allow spawning ephemeral nspawn containers based on the root file sys...Lennart Poettering
2014-12-12copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering
2014-12-12nspawn: beef up nspawn with some btrfs magicLennart Poettering
2014-12-12copy: teach copy_bytes() btrfs reflink magicLennart Poettering
2014-12-12shared: add new btrfs-util.[ch] helpers for doing common btrfs operationLennart Poettering
2014-12-12shared: missing.h should include btrfs.h, before redefining some of its defin...Lennart Poettering
2014-12-12util: minor simplification for loop_write() and loop_read()Lennart Poettering
2014-12-12seccomp-util.h: make sure seccomp-util.h can be included aloneLennart Poettering
2014-12-12path-util: no need to check whether p is absolute twiceLennart Poettering
2014-12-12util: document why we have alloca_align()Lennart Poettering
2014-12-12util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering
2014-12-11tree-wide: use our memset() macros instead of memset() itselfLennart Poettering
2014-12-11shared: correct spacing near eol in code commentsTorstein Husebø
2014-12-10scope: make attachment of initial PIDs a bit more robustLennart Poettering
2014-12-10core: properly pass unit file state to clients via the busLennart Poettering
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering