aboutsummaryrefslogtreecommitdiffstats
path: root/src/gammad.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename project: gammad => coopgammadMattias Andrée2016-07-121-1335/+0
* Implement re-execMattias Andrée2016-07-121-1/+52
* Implement state mergingMattias Andrée2016-07-121-4/+54
* Implement unmarshalling of process stateMattias Andrée2016-07-121-9/+138
* whitespaceMattias Andrée2016-07-121-1/+1
* Implement marshal of the processMattias Andrée2016-07-121-65/+196
* Conditionally store realpath(argv0) so we can reexecute even if argv0 is relativeMattias Andrée2016-07-111-0/+16
* Update usage()Mattias Andrée2016-07-111-1/+1
* docMattias Andrée2016-07-111-3/+15
* m docMattias Andrée2016-07-111-3/+3
* m docMattias Andrée2016-07-111-5/+5
* Split out initialisation and deinitialisation from main()Mattias Andrée2016-07-111-105/+193
* Add server.[ch]Mattias Andrée2016-07-111-0/+9
* Add signal handlersMattias Andrée2016-07-111-1/+48
* Do not require /procMattias Andrée2016-07-111-1/+10
* Close file descriptorsMattias Andrée2016-07-111-1/+11
* Create and listen to socket + do not use deprecated usleepMattias Andrée2016-07-111-4/+36
* Place in background unless -fMattias Andrée2016-07-111-12/+121
* Signal the spawner when the service is initialised enoughMattias Andrée2016-07-111-0/+13
* Use exit value 2 to indicate that the service is already runningMattias Andrée2016-07-111-4/+11
* Retry once if pid file is emptyMattias Andrée2016-07-111-1/+10
* Implement use of PID fileMattias Andrée2016-07-111-1/+175
* Add get_pidfile_pathnameMattias Andrée2016-07-111-8/+33
* mMattias Andrée2016-07-111-1/+1
* Add .socket suffix to the socketMattias Andrée2016-07-111-2/+2
* Implement -pMattias Andrée2016-07-111-0/+28
* Sort outputs by nameMattias Andrée2016-07-111-12/+25
* mMattias Andrée2016-07-101-4/+2
* Add command line parserMattias Andrée2016-07-101-6/+36
* Add adjustment method name parserMattias Andrée2016-07-101-1/+37
* Get the pathname of the socketMattias Andrée2016-07-101-3/+67
* Fix warnings (and two errors)Mattias Andrée2016-07-101-1/+1
* mMattias Andrée2016-07-101-1/+2
* mMattias Andrée2016-07-101-2/+2
* Work on marshallingMattias Andrée2016-07-101-1/+1
* mMattias Andrée2016-07-101-0/+8
* whitespaceMattias Andrée2016-07-101-0/+2
* Load output info and current gamma ramps, also restore gamma ramps on exitMattias Andrée2016-07-101-1/+145
* Initialise CRTC:sMattias Andrée2016-07-101-0/+90