aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Even more refactoringMattias Andrée2016-07-171-36/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* RestructureMattias Andrée2016-07-161-72/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* attributesMattias Andrée2016-07-161-5/+15
| | | | 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-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>