chiark / gitweb /
install: various modernizations
[elogind.git] / src / shared / install.c
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
2012-09-19 Lennart Poetteringutil: define union dirent_storage and make use of it...
2012-09-18 Zbigniew Jędrzejew... core: move ManagerRunningAs to shared
2012-09-16 Zbigniew Jędrzejew... install: use automatic cleanup
2012-09-16 Zbigniew Jędrzejew... install: treat non-existent directory as empty
2012-09-10 Lennart Poetteringwhen determining unit file list, include invalid unit...
2012-07-26 Michal Sekletarsystemd: enable/disable instances of template
2012-07-10 Lennart Poetteringunit-name: remove unit_name_is_valid_no_type() and...
2012-06-27 Lennart Poetteringcore: rename system.preset to system-presets to follow...
2012-06-21 Lennart Poetteringpreset: don't look for preset files in /lib unless...
2012-05-31 Kay Sieversmkdir: append _label to all mkdir() calls that explicit...
2012-05-23 Lennart Poetteringmanager: rework generator logic
2012-05-21 Lennart Poetteringunit: introduce RequiredBy= setting in [Install], to...
2012-05-15 Michal Schmidtinstall: fix inverted meaning of '--force' in systemctl...
2012-05-08 Kay Sieversutil: split-out path-util.[ch]
2012-05-07 Kay Sieversutil: split-out conf-file.[ch]
2012-04-19 Sven Andersfix typo in src/shared/install.c
2012-04-12 Kay Sieversmove more common files to shared/ and add them to shared.la