aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use sig_atomic_t for runningMattias Andrée2014-04-281-1/+2
* store the socket's stateMattias Andrée2014-04-281-0/+2
* handle closing of sockets by peerMattias Andrée2014-04-281-4/+13
* read messages from clientMattias Andrée2014-04-281-2/+38
* add table optimised for file descriptorsMattias Andrée2014-04-261-9/+8
* m fixes + store client information in a hash table and in a linked listMattias Andrée2014-04-231-4/+78
* m + accept incoming connectionsMattias Andrée2014-04-221-65/+189
* run mdsinitrcMattias Andrée2014-04-211-3/+103
* add missing includeMattias Andrée2014-04-211-0/+1
* master server also drops prilivegesMattias Andrée2014-04-211-0/+9
* mds-server: parse command line argumentsMattias Andrée2014-04-211-0/+137