aboutsummaryrefslogtreecommitdiffstats
path: root/src/coopgammad.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-05Fix reexec bugMattias Andrée1-1/+1
2016-08-05In case re-exec failsMattias Andrée1-1/+1
2016-08-05Add missing LF:sMattias Andrée1-1/+1
2016-07-22Bug fixesMattias Andrée1-5/+3
2016-07-18If disconnected when reexecuting, keep disconnected after reexecutionMattias Andrée1-132/+136
2016-07-18Implement reconnectMattias Andrée1-17/+9
2016-07-18m diagnosticsMattias Andrée1-2/+2
2016-07-18bug fixMattias Andrée1-5/+4
2016-07-18bug fixMattias Andrée1-1/+0
2016-07-18m + do state merge in servers/crtc.cMattias Andrée1-52/+17
2016-07-17Use ‘- ’ instead of ‘-#’Mattias Andrée1-2/+2
2016-07-17Even more refactoringMattias Andrée1-1/+1
2016-07-17More refactoringMattias Andrée1-4/+4
2016-07-17Continued refactoringMattias Andrée1-190/+196
2016-07-17Continue restructureMattias Andrée1-549/+116
2016-07-16RestructureMattias Andrée1-223/+42
2016-07-16attributesMattias Andrée1-34/+55
2016-07-16The stuff around supportinf SIGRTMIN+0 and SIGRTMIN+1Mattias Andrée1-5/+39
2016-07-16Fix warningsMattias Andrée1-0/+39
2016-07-15mMattias Andrée1-1/+1
2016-07-13mMattias Andrée1-5/+5
2016-07-13Update usageMattias Andrée1-1/+1
2016-07-13Work on handling requestsMattias Andrée1-1/+0
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ée1-25/+0
2016-07-12Add -q and -qqMattias Andrée1-4/+111
2016-07-12Add loop that waits on socketsMattias Andrée1-0/+3
2016-07-12Rename project: gammad => coopgammadMattias Andrée1-6/+6
2016-07-12Implement re-execMattias Andrée1-1/+52
2016-07-12Implement state mergingMattias Andrée1-4/+54
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ée1-0/+9
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ée1-4/+36
2016-07-11Place in background unless -fMattias Andrée1-12/+121
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ée1-1/+175
2016-07-11Add get_pidfile_pathnameMattias Andrée1-8/+33
2016-07-11mMattias Andrée1-1/+1