aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-17Continue restructureMattias Andrée10-594/+821
2016-07-16RestructureMattias Andrée27-1411/+2059
2016-07-16attributesMattias Andrée16-188/+311
2016-07-16The stuff around supportinf SIGRTMIN+0 and SIGRTMIN+1Mattias Andrée2-5/+58
2016-07-16Fix warningsMattias Andrée10-16/+131
2016-07-15mMattias Andrée1-1/+1
2016-07-15mMattias Andrée1-6/+2
2016-07-15mMattias Andrée1-6/+2
2016-07-15mMattias Andrée1-1/+1
2016-07-15typoMattias Andrée1-1/+1
2016-07-15Response to enumerate-crtcs is crtc-enumerationMattias Andrée1-0/+1
2016-07-14whitespaceMattias Andrée1-1/+1
2016-07-14Send error messagesMattias Andrée1-56/+98
2016-07-14Always pass non-null message IDMattias Andrée1-17/+16
2016-07-14Add MAKE_MESSAGE macroMattias Andrée1-115/+71
2016-07-13mMattias Andrée15-47/+47
2016-07-13Implement use of libclutMattias Andrée2-2/+33
2016-07-13Print warninging when attemping to remove non-existing filterMattias Andrée1-1/+6
2016-07-13Update usageMattias Andrée1-1/+1
2016-07-13Handle outbound messagesMattias Andrée3-49/+219
2016-07-13Add ring[.ch]Mattias Andrée2-0/+326
2016-07-13Implement filter updatingMattias Andrée1-0/+13
2016-07-13Implement Lifespan: removeMattias Andrée1-0/+33
2016-07-13Priority is not used when removing filterMattias Andrée1-3/+7
2016-07-13Only remove filter when a connection closes if the filter has until-death lifespanMattias Andrée1-0/+1
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