aboutsummaryrefslogtreecommitdiffstats
path: root/src/satd-diminished.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-29just make real sure that we do not quit whilst there are queued jobsMattias Andrée1-0/+6
2015-12-29typo + do not spawn satd-timer if it is already runningMattias Andrée1-7/+7
2015-12-29implement satd-timerMattias Andrée1-3/+24
2015-12-29finish satd-diminished, satd-timer to be writtenMattias Andrée1-20/+84
2015-12-29mMattias Andrée1-7/+10
2015-12-29mMattias Andrée1-1/+2
2015-12-29mMattias Andrée1-8/+6
2015-12-29m + satd-diminished: split out spawn from mainMattias Andrée1-35/+49
2015-12-29...Mattias Andrée1-8/+3
2015-12-29start daemon and send messageMattias Andrée1-1/+1
2015-12-29implement job running in remove_jobMattias Andrée1-3/+2
2015-12-29the missing bitsMattias Andrée1-0/+1
2015-12-29feature test macrosMattias Andrée1-2/+1
2015-12-29fix errorsMattias Andrée1-2/+0
2015-12-28partially implement satd-list, satd-rm, and satd-runMattias Andrée1-22/+0
2015-12-28mMattias Andrée1-1/+0
2015-12-28m + receive messagesMattias Andrée1-10/+1
2015-12-28...Mattias Andrée1-2/+4
2015-12-28what was I thingingMattias Andrée1-19/+1
2015-12-28typoMattias Andrée1-1/+1
2015-12-28reap children in sighandler to avoid getting stuck at EAGAINMattias Andrée1-2/+10
2015-12-28mMattias Andrée1-1/+1
2015-12-28m + reexec on sighup + reap childrenMattias Andrée1-7/+42
2015-12-28m + all of this is probably unnecessary for most usersMattias Andrée1-0/+3
2015-12-28mMattias Andrée1-1/+2
2015-12-28mMattias Andrée1-2/+3
2015-12-28just in caseMattias Andrée1-0/+2
2015-12-28support recovering from a crashMattias Andrée1-0/+17
2015-12-28that is why I used MSG_PEEK initiallyMattias Andrée1-1/+1
2015-12-28accept connections and for-exec to appropriate imageMattias Andrée1-5/+63
2015-12-28close state file + unlink before closing to avoid race conditionMattias Andrée1-1/+2
2015-12-28typoMattias Andrée1-1/+1
2015-12-28create state fileMattias Andrée1-2/+9
2015-12-28...Mattias Andrée1-0/+28
2015-12-28satd: exec to an image without init textMattias Andrée1-14/+13
2015-12-28fix errors and tidy upMattias Andrée1-23/+5
2015-12-25improve send_commandMattias Andrée1-1/+1
2015-12-23m fixMattias Andrée1-5/+2
2015-12-23implement satq and satr, just sends a commandMattias Andrée1-1/+16
2015-12-23satq and satr does not take any argumentsMattias Andrée1-0/+27
2015-12-23all of the commandsMattias Andrée1-24/+4
2015-12-23parse argumentsMattias Andrée1-0/+50