aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* impelement satd-addMattias Andrée2015-12-291-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* run_job_or_hook is not staticMattias Andrée2015-12-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* mMattias Andrée2015-12-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* implement job running in remove_jobMattias Andrée2015-12-291-6/+87
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* implement send_string, remove_job (except for running the job), and get_jobsMattias Andrée2015-12-291-7/+157
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* the missing bitsMattias Andrée2015-12-291-0/+45
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* fix errorsMattias Andrée2015-12-291-4/+1
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* reopen state file, we will use flock on it, so all processes need their own open file descriptor for itMattias Andrée2015-12-291-3/+28
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* partially implement satd-list, satd-rm, and satd-runMattias Andrée2015-12-281-4/+3
| | | | Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
* m + receive messagesMattias Andrée2015-12-281-0/+135
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>