aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no need to marshal the socket's fd, it is already included in the cmdlineMattias Andrée2014-05-031-3/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* more re-exec stuffMattias Andrée2014-05-021-4/+79
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some more work on re-execMattias Andrée2014-05-021-17/+133
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some re-exec stuffMattias Andrée2014-05-021-7/+54
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use sig_atomic_t for runningMattias Andrée2014-04-281-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* store the socket's stateMattias Andrée2014-04-281-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* handle closing of sockets by peerMattias Andrée2014-04-281-4/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* read messages from clientMattias Andrée2014-04-281-2/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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>