summaryrefslogtreecommitdiff
path: root/src/unit.c
Commit message (Expand)AuthorAgeFilesLines
* manager: add missing second part of s/maintenance/failed/Matthew Miller2010-08-311-23/+23
* unit: introduce AllowIsolate= switchLennart Poettering2010-08-301-0/+7
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-141-1/+1
* unit: don't show ENOENT configuration file warnings for units that are not es...Lennart Poettering2010-08-121-1/+5
* gc: remove a lot of unused codeLennart Poettering2010-08-111-24/+0
* clang: fix numerous little issues found with clang-analyzerLennart Poettering2010-08-111-2/+2
* manager: serialize/deserialize startup time, tooLennart Poettering2010-08-111-0/+1
* utmp: enable systemd-update-utmp by defaultLennart Poettering2010-08-111-6/+19
* unit: make sure a job for a service of type 'finish' succeeds if the process ...Lennart Poettering2010-08-111-3/+7
* socket: disable GC for pre-allocated per-connection service until it is usedLennart Poettering2010-08-111-0/+3
* audit,utmp: implement audit logic and rip utmp stuff out of the main daemon a...Lennart Poettering2010-08-111-12/+14
* unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManu...Lennart Poettering2010-08-111-2/+4
* manager: when two pending jobs conflict, keep the one that "conflicts", remov...Lennart Poettering2010-08-091-1/+7
* dbus: don't call bus_path_escape() with NULL unit nameLennart Poettering2010-08-091-0/+3
* unit: deduce following unit value dynamically instead of statically, to avoid...Lennart Poettering2010-07-211-2/+12
* device: do not merge devicesLennart Poettering2010-07-201-0/+3
* systemctl: introduce reset-maintenance commandLennart Poettering2010-07-191-0/+7
* job: timeout every job independently of the unitLennart Poettering2010-07-171-8/+18
* unit: introduce OnFailure dependencies to activate units on failure of other ...Lennart Poettering2010-07-171-11/+23
* systemctl: warn when operating on service files that changed on disk but have...Lennart Poettering2010-07-171-2/+23
* unit: allow units to have more than one instance idLennart Poettering2010-07-161-4/+14
* unit: disable retroactive starting/stopping of units when deserializingLennart Poettering2010-07-131-5/+7
* unit: retroactively start dependencies for job-less units tooLennart Poettering2010-07-131-7/+10
* cgroup: reimplement the last bit of libcgroup functionality nativelyLennart Poettering2010-07-121-37/+17
* unit: introduce IgnoreDependencyFailure=Lennart Poettering2010-07-121-2/+4
* cgroup: kill processes, not tasks and other cgroup changesLennart Poettering2010-07-111-2/+3
* cgroup: make cgroup controller name a constantLennart Poettering2010-07-101-3/+3
* unit: trim cgroups when going downLennart Poettering2010-07-101-0/+3
* main: add a few more useful diagnostic log messagesLennart Poettering2010-07-101-0/+3
* dbus: make errors reported via D-Bus more usefulLennart Poettering2010-07-081-14/+14
* log: bump up a number of log messages so that they are shown even if debug lo...Lennart Poettering2010-07-071-2/+2
* unit: don't cancel dependent jobs if a stopped daemon returned an error codeLennart Poettering2010-07-071-3/+1
* manager: optionally print status updates to console on bootLennart Poettering2010-07-071-9/+39
* dbus: send signals about jobs to the clients having created them unconditiona...Lennart Poettering2010-07-051-1/+2
* unit: add DefaultDependencies= settingLennart Poettering2010-07-031-6/+9
* unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering2010-07-031-4/+58
* unit: shorten active state enums to make systemctl output nicerLennart Poettering2010-07-011-5/+5
* unit: add new abstracted maintenance state for unitsLennart Poettering2010-07-011-6/+20
* core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...Lennart Poettering2010-07-011-2/+2
* manager: get rid of destinction between running_as=system and running_as=init...Lennart Poettering2010-06-191-1/+1
* dbus: to make sure that systemd stays controllable during early bootup, regis...Lennart Poettering2010-06-191-2/+1
* systemctl: add verbs for special unitsLennart Poettering2010-06-181-0/+1
* set: introduce set_free_free()Lennart Poettering2010-06-151-7/+2
* unit: when destructing units make sure we don't readd the unit to the gc queu...Lennart Poettering2010-06-051-8/+6
* unit: avoid assert on daemon reloadLennart Poettering2010-06-041-4/+4
* unit: if a unit external changes state, consider that good enough for a job t...Lennart Poettering2010-06-041-32/+30
* unit: serialize jobs in addition to unitsLennart Poettering2010-06-031-0/+34
* path: add .path unit type for monitoring filesLennart Poettering2010-05-241-1/+3
* timer: fully implement timer unitsLennart Poettering2010-05-241-6/+8
* unit: add simple only-by-dependency flag for unitsLennart Poettering2010-05-211-2/+4