summaryrefslogtreecommitdiff
path: root/unit.c
Commit message (Expand)AuthorAgeFilesLines
* service: optionally, trie dbus name cycle to service cycleLennart Poettering2010-04-151-1/+21
* socket: optionally call accept() for incoming connections and spawn one servi...Lennart Poettering2010-04-151-3/+12
* core: add minimal templating systemLennart Poettering2010-04-151-183/+304
* systemctl: show sub state along active stateLennart Poettering2010-04-131-0/+6
* unit: allow state change from running to restartingLennart Poettering2010-04-131-2/+0
* rework tty handlingLennart Poettering2010-04-131-3/+4
* mount: implement mounting properlyLennart Poettering2010-04-101-42/+52
* unit: introduce unit_load_related_unit()Lennart Poettering2010-04-101-0/+22
* unit: make cgroup controller/path specification more flexibleLennart Poettering2010-04-101-29/+46
* unit: issue notify even if the high-level state didn't changeLennart Poettering2010-04-101-2/+6
* unit: dump some data only when unit is loadedLennart Poettering2010-04-101-10/+11
* unit: dump start/exit timestampLennart Poettering2010-04-101-2/+7
* unit: free data from merged unit when we don't need it anymoreLennart Poettering2010-04-101-2/+7
* unit: refuse merging if the unit in question has a job assigned or suchlikeLennart Poettering2010-04-101-0/+8
* unit: when merging a device, follow the merge firstLennart Poettering2010-04-081-1/+4
* unit: make sure we detect messagbus/syslog going upLennart Poettering2010-04-081-19/+20
* dbus: print a line when we connect to dbusLennart Poettering2010-04-081-1/+4
* execute: make kill mode configurableLennart Poettering2010-04-081-0/+8
* unit: automatically connect to syslog when it becomes availableLennart Poettering2010-04-061-2/+2
* dbus: connect to bus as soon as the special dbus service is aroundLennart Poettering2010-04-061-0/+29
* rework merging/loading logicLennart Poettering2010-04-061-44/+198
* sysv: properly handle Provides LSB headerLennart Poettering2010-04-011-0/+13
* cgroup: add cgroupsificationLennart Poettering2010-03-311-1/+139
* mount,device: drop prefix from unit names to make them easily decodableLennart Poettering2010-02-141-13/+7
* unit: rename load_path to fragment_path to make clear what kind of configurat...Lennart Poettering2010-02-141-3/+3
* config: implement search path logicLennart Poettering2010-02-131-11/+1
* unit: if start is called for a non-startable service and it is around, return...Lennart Poettering2010-02-121-6/+11
* dbus: send out signals when units/jobs come, go and changeLennart Poettering2010-02-051-1/+31
* build: basic autoconfizationLennart Poettering2010-02-031-5/+5
* license: add GPLv2+ license blurbs everwhereLennart Poettering2010-02-031-0/+19
* add basic (and not very useful) D-Bus supportLennart Poettering2010-02-011-9/+27
* greatly extend what we enforce as process propertiesLennart Poettering2010-01-301-31/+50
* implement recursive_stop/stop_when_unneeded unit flagsLennart Poettering2010-01-291-4/+65
* monitor udev for device changesLennart Poettering2010-01-291-1/+1
* watch mount status fileLennart Poettering2010-01-291-0/+6
* implement coldplugginLennart Poettering2010-01-291-1/+14
* add mount enumeratorLennart Poettering2010-01-291-15/+24
* add api for choose the id name for a serviceLennart Poettering2010-01-291-0/+15
* add unit_name_escape_path() callLennart Poettering2010-01-281-0/+39
* relax unit name rules a bitLennart Poettering2010-01-281-1/+1
* add new unit_add_dependency_by_name() callLennart Poettering2010-01-281-0/+13
* rework config file load logicLennart Poettering2010-01-281-2/+4
* unit_merge() needs a proper reviewLennart Poettering2010-01-281-1/+2
* don't allow zero length unit namesLennart Poettering2010-01-271-0/+3
* yay, we can start socket unitsLennart Poettering2010-01-271-36/+54
* implement drop-in directoriesLennart Poettering2010-01-271-0/+45
* s/name/unitLennart Poettering2010-01-261-0/+807