aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-13Applying filtersMattias Andrée5-4/+175
2016-07-13Work on responsesMattias Andrée1-20/+253
2016-07-13Work on handling requestsMattias Andrée8-55/+492
2016-07-12Implement main loop and handling of inbound connections + remove server_message (though like this was an mds server and not a stand-alone server)Mattias Andrée3-69/+94
2016-07-12Add -q and -qqMattias Andrée1-4/+111
2016-07-12Add loop that waits on socketsMattias Andrée3-0/+79
2016-07-12Rename project: gammad => coopgammadMattias Andrée13-18/+18
2016-07-12Implement re-execMattias Andrée3-2/+106
2016-07-12Implement state mergingMattias Andrée3-6/+58
2016-07-12Implement unmarshalling of process stateMattias Andrée1-9/+138
2016-07-12whitespaceMattias Andrée1-1/+1
2016-07-12Implement marshal of the processMattias Andrée1-65/+196
2016-07-11Conditionally store realpath(argv0) so we can reexecute even if argv0 is relativeMattias Andrée1-0/+16
2016-07-11Update usage()Mattias Andrée1-1/+1
2016-07-11docMattias Andrée1-3/+15
2016-07-11m docMattias Andrée1-3/+3
2016-07-11m docMattias Andrée1-5/+5
2016-07-11Split out initialisation and deinitialisation from main()Mattias Andrée1-105/+193
2016-07-11Add server.[ch]Mattias Andrée3-0/+279
2016-07-11whitespace + Add message.[ch]Mattias Andrée7-0/+799
2016-07-11Add signal handlersMattias Andrée1-1/+48
2016-07-11Do not require /procMattias Andrée1-1/+10
2016-07-11Close file descriptorsMattias Andrée1-1/+11
2016-07-11Create and listen to socket + do not use deprecated usleepMattias Andrée3-4/+66
2016-07-11Place in background unless -fMattias Andrée3-12/+170
2016-07-11Signal the spawner when the service is initialised enoughMattias Andrée1-0/+13
2016-07-11Use exit value 2 to indicate that the service is already runningMattias Andrée1-4/+11
2016-07-11Retry once if pid file is emptyMattias Andrée1-1/+10
2016-07-11Implement use of PID fileMattias Andrée3-11/+286
2016-07-11Add get_pidfile_pathnameMattias Andrée1-8/+33
2016-07-11mMattias Andrée1-1/+1
2016-07-11Add .socket suffix to the socketMattias Andrée1-2/+2
2016-07-11whitespaceMattias Andrée1-0/+1
2016-07-11Implement -pMattias Andrée7-64/+97
2016-07-11Sort outputs by nameMattias Andrée3-12/+53
2016-07-10mMattias Andrée1-4/+2
2016-07-10Add command line parserMattias Andrée3-7/+102
2016-07-10Add adjustment method name parserMattias Andrée1-1/+37
2016-07-10Get the pathname of the socketMattias Andrée2-4/+68
2016-07-10Fix warnings (and two errors)Mattias Andrée3-12/+12
2016-07-10mMattias Andrée1-1/+2
2016-07-10mMattias Andrée1-2/+2
2016-07-10Work on marshallingMattias Andrée8-56/+471
2016-07-10mMattias Andrée3-38/+75
2016-07-10whitespaceMattias Andrée1-0/+2
2016-07-10Load output info and current gamma ramps, also restore gamma ramps on exitMattias Andrée2-1/+263
2016-07-10Initialise CRTC:sMattias Andrée1-0/+90
2016-07-10Add filter.[ch]Mattias Andrée2-0/+280