aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-04-28use sig_atomic_t for runningMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-28store the socket's stateMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-28handle closing of sockets by peerMattias Andrée1-4/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-28read messages from clientMattias Andrée1-2/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-26add table optimised for file descriptorsMattias Andrée1-9/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-23m fixes + store client information in a hash table and in a linked listMattias Andrée1-4/+78
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-22m + accept incoming connectionsMattias Andrée1-65/+189
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-21run mdsinitrcMattias Andrée1-3/+103
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-21add missing includeMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-21master server also drops prilivegesMattias Andrée1-0/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-04-21mds-server: parse command line argumentsMattias Andrée1-0/+137
Signed-off-by: Mattias Andrée <maandree@operamail.com>