aboutsummaryrefslogtreecommitdiffstats
path: root/src/satd-diminished.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mMattias Andrée2016-01-011-1/+1
* we do not have socket anymore, so we cannot unlink it when we are doneMattias Andrée2016-01-011-1/+0
* mMattias Andrée2016-01-011-2/+1
* massive simpliciation and small bug fixes (not tested yet)Mattias Andrée2016-01-011-66/+16
* remove satd-rm and satd-r and let satrm and satr do everything (not done yet)Mattias Andrée2016-01-011-2/+0
* satq does not interface with satd + fix regression bugsMattias Andrée2016-01-011-1/+0
* small improvements and cleanupMattias Andrée2016-01-011-47/+54
* fix the last bitMattias Andrée2016-01-011-26/+35
* fix some errorsMattias Andrée2015-12-311-8/+16
* fix bugs and improve debuggingMattias Andrée2015-12-311-2/+2
* just make real sure that we do not quit whilst there are queued jobsMattias Andrée2015-12-291-0/+6
* typo + do not spawn satd-timer if it is already runningMattias Andrée2015-12-291-7/+7
* implement satd-timerMattias Andrée2015-12-291-3/+24
* finish satd-diminished, satd-timer to be writtenMattias Andrée2015-12-291-20/+84
* mMattias Andrée2015-12-291-7/+10
* mMattias Andrée2015-12-291-1/+2
* mMattias Andrée2015-12-291-8/+6
* m + satd-diminished: split out spawn from mainMattias Andrée2015-12-291-35/+49
* ...Mattias Andrée2015-12-291-8/+3
* start daemon and send messageMattias Andrée2015-12-291-1/+1
* implement job running in remove_jobMattias Andrée2015-12-291-3/+2
* the missing bitsMattias Andrée2015-12-291-0/+1
* feature test macrosMattias Andrée2015-12-291-2/+1
* fix errorsMattias Andrée2015-12-291-2/+0
* partially implement satd-list, satd-rm, and satd-runMattias Andrée2015-12-281-22/+0
* mMattias Andrée2015-12-281-1/+0
* m + receive messagesMattias Andrée2015-12-281-10/+1
* ...Mattias Andrée2015-12-281-2/+4
* what was I thingingMattias Andrée2015-12-281-19/+1
* typoMattias Andrée2015-12-281-1/+1
* reap children in sighandler to avoid getting stuck at EAGAINMattias Andrée2015-12-281-2/+10
* mMattias Andrée2015-12-281-1/+1
* m + reexec on sighup + reap childrenMattias Andrée2015-12-281-7/+42
* m + all of this is probably unnecessary for most usersMattias Andrée2015-12-281-0/+3
* mMattias Andrée2015-12-281-1/+2
* mMattias Andrée2015-12-281-2/+3
* just in caseMattias Andrée2015-12-281-0/+2
* support recovering from a crashMattias Andrée2015-12-281-0/+17
* that is why I used MSG_PEEK initiallyMattias Andrée2015-12-281-1/+1
* accept connections and for-exec to appropriate imageMattias Andrée2015-12-281-5/+63
* close state file + unlink before closing to avoid race conditionMattias Andrée2015-12-281-1/+2
* typoMattias Andrée2015-12-281-1/+1
* create state fileMattias Andrée2015-12-281-2/+9
* ...Mattias Andrée2015-12-281-0/+28
* satd: exec to an image without init textMattias Andrée2015-12-281-0/+50