aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Even more refactoringMattias Andrée2016-07-171-323/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More refactoringMattias Andrée2016-07-171-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Continue restructureMattias Andrée2016-07-171-33/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* RestructureMattias Andrée2016-07-161-782/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* attributesMattias Andrée2016-07-161-40/+49
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* The stuff around supportinf SIGRTMIN+0 and SIGRTMIN+1Mattias Andrée2016-07-161-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2016-07-161-5/+31
| | | | 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>
* 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-131-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Handle outbound messagesMattias Andrée2016-07-131-47/+199
| | | | 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-131-1/+18
| | | | 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-131-11/+343
| | | | 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-121-32/+94
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add loop that waits on socketsMattias Andrée2016-07-121-0/+69
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename project: gammad => coopgammadMattias Andrée2016-07-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add server.[ch]Mattias Andrée2016-07-111-0/+180
Signed-off-by: Mattias Andrée <maandree@kth.se>