aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-22Bug fixesMattias Andrée1-5/+3
2016-07-22Dirs are searchableMattias Andrée1-1/+1
2016-07-18If disconnected when reexecuting, keep disconnected after reexecutionMattias Andrée2-133/+144
2016-07-18Implement reconnectMattias Andrée5-19/+104
2016-07-18Implement disconnectMattias Andrée1-1/+14
2016-07-18m diagnosticsMattias Andrée1-2/+2
2016-07-18bug fixMattias Andrée1-5/+4
2016-07-18bug fixMattias Andrée3-7/+2
2016-07-18Move disconnect and reconnect to servers/crtc.c, but keep gamma reapplication in servers/gamma.cMattias Andrée4-37/+52
2016-07-18m + do state merge in servers/crtc.cMattias Andrée3-52/+96
2016-07-17Use ‘- ’ instead of ‘-#’Mattias Andrée1-2/+2
2016-07-17mMattias Andrée1-3/+2
2016-07-17...Mattias Andrée1-1/+1
2016-07-17Ungeneralise verify_utf8Mattias Andrée2-6/+4
2016-07-17mMattias Andrée2-2/+2
2016-07-17When reconnecting, reapply the rampsMattias Andrée4-51/+80
2016-07-17Even more refactoringMattias Andrée3-69/+88
2016-07-17More refactoringMattias Andrée13-356/+251
2016-07-17Continued refactoringMattias Andrée3-190/+244
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