aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>