aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle outbound messagesMattias Andrée2016-07-131-2/+8
| | | | 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-12/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add loop that waits on socketsMattias Andrée2016-07-121-0/+7
| | | | 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/+90
Signed-off-by: Mattias Andrée <maandree@kth.se>