aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add table optimised for file descriptorsMattias Andrée2014-04-261-9/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m fixes + store client information in a hash table and in a linked listMattias Andrée2014-04-231-4/+78
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + accept incoming connectionsMattias Andrée2014-04-221-65/+189
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* run mdsinitrcMattias Andrée2014-04-211-3/+103
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add missing includeMattias Andrée2014-04-211-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* master server also drops prilivegesMattias Andrée2014-04-211-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-server: parse command line argumentsMattias Andrée2014-04-211-0/+137
Signed-off-by: Mattias Andrée <maandree@operamail.com>