chiark / gitweb /
install: explicitly return 0 on success
[elogind.git] / src / shared / install.c
2017-03-14 Michal Sekletarinstall: explicitly return 0 on success
2017-03-14 Lennart Poetteringinstall: fix bad memory access
2017-03-14 Jan Synaceksystemctl: introduce --now for enable, disable and...
2017-03-14 Lennart Poetteringinstall: when exporting prefix InstallInfo to become...
2017-03-14 Lennart Poetteringcore: rework unit name validation and manipulation...
2017-03-14 Ronny Chevaliershared: fix memleak
2015-03-27 Harald Hoyerfix gcc warnings about uninitialized variables
2015-03-15 Zbigniew Jędrzejew... sysv-generator: initialize LookupPaths just once
2015-03-13 David Herrmanntree-wide: there is no ENOTSUP on linux
2015-02-23 Thomas Hindoe Paab... remove unused includes
2015-02-03 Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-01-05 Ivan Shapovalovpath-lookup, systemctl: export lookup_paths_init_from_s...
2014-12-19 Lennart Poetteringutil: rename ignore_file() to hidden_file()
2014-12-10 Lennart Poetteringcore: properly pass unit file state to clients via...
2014-11-29 Tom Gundersenshared: install - report error if mask symlink can...
2014-11-28 Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28 Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28 Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-10 Jan Synacekshared/install: when unit contains only Also=, report...
2014-10-31 Dave Reisnershared/install: avoid prematurely rejecting "missing...
2014-10-25 Zbigniew Jędrzejew... systemctl: do not ignore errors in symlink removal
2014-10-23 Michal Schmidtinstall, cgtop: adjust hashmap_move_one() callers for...
2014-10-23 Michal Schmidtinstall: make InstallContext::{will_install,have_instal...
2014-10-08 Lukas Nykrynsystemctl: add add-wants and add-requires verbs
2014-10-07 Jan Synacekcore: don't allow enabling if unit is masked
2014-10-02 Zbigniew Jędrzejew... Rename user_runtime to user_runtime_dir
2014-10-02 Steven Allenadd a transient user unit directory
2014-09-16 Andreas Henrikssonshared: fix resource leak in config_parse_default_instance
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-27 Lukas Nykrynsystemctl: fix broken list-unit-files with --root
2014-08-26 Lennart PoetteringRevert "systemctl: fix broken list-unit-files with...
2014-08-25 Lukas Nykrynsystemctl: fix broken list-unit-files with --root
2014-08-21 Lennart Poetteringinstall: simplify usage of _cleanup_ macros
2014-08-20 Lukas Nykrynsystemctl: fail in the case that no unit files were...
2014-08-14 Dave Reisnerutil: allow strappenda to take any number of args
2014-07-31 Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-26 Zbigniew Jędrzejew... Add utility function to append root to path
2014-07-26 Karel ZakAlways check asprintf return code
2014-07-16 Zbigniew Jędrzejew... test-tables: add new entries
2014-07-16 Zbigniew Jędrzejew... Let config_parse open file where applicable
2014-07-16 Zbigniew Jędrzejew... Constify ConfigTableItem tables
2014-06-20 Michael Marineauconf-files: include root in returned file paths
2014-06-17 Thomas Hindoe Paab... install: remove unused variable
2014-06-17 Lennart Poetteringinstall: improve paths we show the user when enabling...
2014-06-17 Lennart Poetteringinstall: simplify symlink --root= logic
2014-06-17 Lennart Poetteringinstall: "systemctl enable" should be a nop for templat...
2014-06-17 Lennart Poetteringinstall: make sure that --root= mode doesn't make us...
2014-06-17 Lennart Poetteringinstall: make sure "systemctl disable foobar@.service...
2014-06-17 Lennart Poetteringinstall: introduce new DefaultInstance= field for ...
2014-06-17 Lennart Poetteringinstall: when looking for a unit file for enabling...
2014-06-17 Lennart Poetteringinstall: use symlink_atomic() instead of unlink()+symli...
2014-06-17 Lennart Poetteringinstall: various modernizations
2014-06-17 Lennart Poetteringinstall: teach preset query logic --root= support
2014-06-17 Lennart Poetteringinstall: beef up preset logic to limit to only enable...
2014-06-16 Lennart Poetteringinstall: simplify and clarify disabling logic for insta...
2014-06-16 Lennart Poetteringinstall: various modernizations
2014-06-13 Andreas Henrikssoninstall: fix invalid free() in unit_file_mask()
2014-05-15 Zbigniew Jędrzejew... Make systemctl --root look for files in the proper...
2014-05-15 Zbigniew Jędrzejew... shared/install: do not prefix created symlink with...
2014-05-13 Lennart Poetteringreplace more dup() by F_DUPFD_CLOEXEC
2014-04-23 Lennart Poetteringinstall: simplification
2014-04-17 Djalal Harouniinstall: create_symlink() check unlink() return value
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-02-25 Zbigniew Jędrzejew... Remove dead lines in various places
2014-01-05 Zbigniew Jędrzejew... shared/install: use char** convention for strvs
2013-12-26 Zbigniew Jędrzejew... Use enums to make it obvious what boolean params mean
2013-12-25 Lennart Poetteringbus: rename message "serial" to "cookie"
2013-12-21 Florian Weimerinstall: replace readdir_r with readdir
2013-12-07 Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-11-25 Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-20 Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-20 Lennart Poetteringinstall: when determining where default.target points...
2013-11-20 Lennart Poetteringinstall: use const where we can
2013-11-08 Lennart Poetteringinstall: don't override caller's parameter
2013-10-27 Daniel Buchpath_lookup: moved _cleanup_lookup_paths_free_ from...
2013-10-13 Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-13 Zbigniew Jędrzejew... Modernization
2013-09-17 Lennart Poetteringspecifier: rework specifier calls to return proper...
2013-07-15 Zbigniew Jędrzejew... systemd: fix NULL dereference when disabling a nonexist...
2013-07-13 Ross Lagerwallinstall: make "reenable" work with templated units
2013-07-12 Zbigniew Jędrzejew... shared/install: fix trivial memleak
2013-06-03 Zbigniew Jędrzejew... systemctl,core: allow nuking of symlinks to removed...
2013-05-31 Václav Pavlínsystemctl: add commands set-default and get-default
2013-05-21 Michael Tremersystemctl: make systemctl is-enabled work for templated...
2013-04-25 Lennart Poetteringconf-parser: restrict .include usage
2013-04-24 Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-14 Zbigniew Jędrzejew... fileio: in envfiles, do not skip lines following empty...
2013-04-14 Zbigniew Jędrzejew... Remove a few NULLs
2013-04-11 Zbigniew Jędrzejew... errno is positive
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-02-08 Kay Sieversshared: conf-files - add root parameter
2013-01-30 Zbigniew Jędrzejew... install: allow %u an and %U specifiers in WantedBy...
2013-01-30 Zbigniew Jędrzejew... install: allow specifiers in WantedBy/RequiredBy/Alias
2013-01-30 Zbigniew Jędrzejew... install: automatic cleanup using local cleanup functions
2013-01-30 Zbigniew Jędrzejew... install: use automatic cleanup in find_symlinks_fd()
2013-01-07 Tom GundersenMerge nss-myhostname
2012-10-19 Christian Hesseshared/install: fix typo in comment
next