aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* receive messsage from daemonMattias Andrée2015-12-291-4/+27
* clients test socket with shared lockMattias Andrée2015-12-291-1/+1
* mMattias Andrée2015-12-291-5/+4
* start daemon and send messageMattias Andrée2015-12-294-10/+85
* m simplificationMattias Andrée2015-12-291-8/+4
* typoMattias Andrée2015-12-293-4/+4
* styleMattias Andrée2015-12-291-3/+3
* a bit cleanerMattias Andrée2015-12-295-68/+43
* whitespaceMattias Andrée2015-12-291-1/+0
* mMattias Andrée2015-12-294-0/+4
* impelement satd-addMattias Andrée2015-12-293-8/+67
* run_job_or_hook is not staticMattias Andrée2015-12-292-1/+10
* mMattias Andrée2015-12-291-1/+1
* implement job running in remove_jobMattias Andrée2015-12-298-28/+103
* implement send_string, remove_job (except for running the job), and get_jobsMattias Andrée2015-12-293-10/+160
* the missing bitsMattias Andrée2015-12-295-1/+77
* feature test macrosMattias Andrée2015-12-2910-10/+21
* m fixMattias Andrée2015-12-291-1/+1
* mMattias Andrée2015-12-291-2/+0
* more character that are not sh safeMattias Andrée2015-12-291-10/+8
* fix errorsMattias Andrée2015-12-2911-40/+51
* reopen state file, we will use flock on it, so all processes need their own open file descriptor for itMattias Andrée2015-12-296-3/+47
* how silly, I did not remove the line when I adapted it (whence I copied it) to leave the current user the ownerMattias Andrée2015-12-281-1/+0
* pmMattias Andrée2015-12-281-1/+1
* typoMattias Andrée2015-12-281-1/+1
* docMattias Andrée2015-12-281-1/+5
* partially implement satd-list, satd-rm, and satd-runMattias Andrée2015-12-286-30/+335
* mMattias Andrée2015-12-287-3/+5
* m + receive messagesMattias Andrée2015-12-2811-36/+452
* ...Mattias Andrée2015-12-281-2/+4
* what was I thingingMattias Andrée2015-12-282-21/+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-282-0/+19
* 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-282-6/+68
* close state file + unlink before closing to avoid race conditionMattias Andrée2015-12-282-2/+3
* a file guideMattias Andrée2015-12-281-0/+19
* typoMattias Andrée2015-12-281-1/+1
* create state fileMattias Andrée2015-12-282-21/+74
* use CLOCK_BOOTTIME rather than CLOCK_MONOTONICMattias Andrée2015-12-281-3/+3
* ...Mattias Andrée2015-12-282-19/+46
* satd: exec to an image without init textMattias Andrée2015-12-282-4/+53
* mMattias Andrée2015-12-281-1/+1