aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-17Even more refactoringMattias Andrée1-323/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-17More refactoringMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-17Continue restructureMattias Andrée1-33/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-16RestructureMattias Andrée1-782/+28
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-16attributesMattias Andrée1-40/+49
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-16The stuff around supportinf SIGRTMIN+0 and SIGRTMIN+1Mattias Andrée1-0/+19
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-16Fix warningsMattias Andrée1-5/+31
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15mMattias Andrée1-6/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15mMattias Andrée1-6/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Response to enumerate-crtcs is crtc-enumerationMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14whitespaceMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14Send error messagesMattias Andrée1-56/+98
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14Always pass non-null message IDMattias Andrée1-17/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14Add MAKE_MESSAGE macroMattias Andrée1-115/+71
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-13mMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-13Handle outbound messagesMattias Andrée1-47/+199
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-13Priority is not used when removing filterMattias Andrée1-3/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-13Only remove filter when a connection closes if the filter has until-death lifespanMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-13Applying filtersMattias Andrée1-1/+18
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-13Work on responsesMattias Andrée1-20/+253
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-13Work on handling requestsMattias Andrée1-11/+343
Signed-off-by: Mattias Andrée <maandree@kth.se>
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-32/+94
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-12Add loop that waits on socketsMattias Andrée1-0/+69
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-12Rename project: gammad => coopgammadMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-11Add server.[ch]Mattias Andrée1-0/+180
Signed-off-by: Mattias Andrée <maandree@kth.se>