aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bug fixMattias Andrée2016-07-183-7/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Move disconnect and reconnect to servers/crtc.c, but keep gamma reapplication in servers/gamma.cMattias Andrée2016-07-184-37/+52
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + do state merge in servers/crtc.cMattias Andrée2016-07-183-52/+96
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use ‘- ’ instead of ‘-#’Mattias Andrée2016-07-171-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-171-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* ...Mattias Andrée2016-07-171-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Ungeneralise verify_utf8Mattias Andrée2016-07-172-6/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-172-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* When reconnecting, reapply the rampsMattias Andrée2016-07-174-51/+80
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Even more refactoringMattias Andrée2016-07-173-69/+88
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More refactoringMattias Andrée2016-07-1713-356/+251
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Continued refactoringMattias Andrée2016-07-173-190/+244
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Continue restructureMattias Andrée2016-07-1710-594/+821
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* RestructureMattias Andrée2016-07-1627-1411/+2059
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* attributesMattias Andrée2016-07-1616-188/+311
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* The stuff around supportinf SIGRTMIN+0 and SIGRTMIN+1Mattias Andrée2016-07-162-5/+58
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2016-07-1610-16/+131
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-151-6/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-151-6/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* typoMattias Andrée2016-07-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Response to enumerate-crtcs is crtc-enumerationMattias Andrée2016-07-151-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* whitespaceMattias Andrée2016-07-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Send error messagesMattias Andrée2016-07-141-56/+98
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Always pass non-null message IDMattias Andrée2016-07-141-17/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add MAKE_MESSAGE macroMattias Andrée2016-07-141-115/+71
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-1315-47/+47
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement use of libclutMattias Andrée2016-07-132-2/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Print warninging when attemping to remove non-existing filterMattias Andrée2016-07-131-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update usageMattias Andrée2016-07-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Handle outbound messagesMattias Andrée2016-07-133-49/+219
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add ring[.ch]Mattias Andrée2016-07-132-0/+326
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement filter updatingMattias Andrée2016-07-131-0/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement Lifespan: removeMattias Andrée2016-07-131-0/+33
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Priority is not used when removing filterMattias Andrée2016-07-131-3/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Only remove filter when a connection closes if the filter has until-death lifespanMattias Andrée2016-07-131-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Applying filtersMattias Andrée2016-07-135-4/+175
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work on responsesMattias Andrée2016-07-131-21/+254
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work on handling requestsMattias Andrée2016-07-138-55/+492
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement 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ée2016-07-123-69/+94
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add -q and -qqMattias Andrée2016-07-121-4/+111
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add loop that waits on socketsMattias Andrée2016-07-123-0/+79
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename project: gammad => coopgammadMattias Andrée2016-07-1213-18/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement re-execMattias Andrée2016-07-123-2/+106
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement state mergingMattias Andrée2016-07-123-6/+58
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement unmarshalling of process stateMattias Andrée2016-07-121-9/+138
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* whitespaceMattias Andrée2016-07-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement marshal of the processMattias Andrée2016-07-121-65/+196
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Conditionally store realpath(argv0) so we can reexecute even if argv0 is relativeMattias Andrée2016-07-111-0/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>