Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add buf_set/get_next macros | Mattias Andrée | 2014-05-06 | 1 | -26/+17 |
* | kill all threads | Mattias Andrée | 2014-05-06 | 1 | -20/+51 |
* | close files before running initrc | Mattias Andrée | 2014-05-06 | 1 | -15/+29 |
* | close untracked files if unmarshal from re-exec fails | Mattias Andrée | 2014-05-06 | 1 | -2/+24 |
* | use more macros | Mattias Andrée | 2014-05-05 | 1 | -70/+57 |
* | use more macros | Mattias Andrée | 2014-05-05 | 1 | -32/+22 |
* | add xsnprintf macro | Mattias Andrée | 2014-05-05 | 1 | -9/+10 |
* | it would be a shame if we could not re-exec because we have filled the pipe | Mattias Andrée | 2014-05-05 | 1 | -45/+42 |
* | change doc in preparation for upcoming change | Mattias Andrée | 2014-05-04 | 1 | -10/+10 |
* | restart slave threads after a re-exec | Mattias Andrée | 2014-05-04 | 1 | -79/+102 |
* | unlist clients we failed to load | Mattias Andrée | 2014-05-04 | 1 | -43/+61 |
* | populate address remap table | Mattias Andrée | 2014-05-04 | 1 | -17/+78 |
* | read the marshalled data from the pipe | Mattias Andrée | 2014-05-04 | 1 | -1/+43 |
* | some work on unmarshalling | Mattias Andrée | 2014-05-03 | 1 | -23/+147 |
* | m + doc | Mattias Andrée | 2014-05-03 | 1 | -4/+41 |
* | m | Mattias Andrée | 2014-05-03 | 1 | -1/+4 |
* | compile-time configurable api-fs path | Mattias Andrée | 2014-05-03 | 1 | -1/+1 |
* | separation of server state marshaling into a new method | Mattias Andrée | 2014-05-03 | 1 | -98/+109 |
* | no need to marshal the socket's fd, it is already included in the cmdline | Mattias Andrée | 2014-05-03 | 1 | -3/+2 |
* | more re-exec stuff | Mattias Andrée | 2014-05-02 | 1 | -4/+79 |
* | some more work on re-exec | Mattias Andrée | 2014-05-02 | 1 | -17/+133 |
* | some re-exec stuff | Mattias Andrée | 2014-05-02 | 1 | -7/+54 |
* | use sig_atomic_t for running | Mattias Andrée | 2014-04-28 | 1 | -1/+2 |
* | store the socket's state | Mattias Andrée | 2014-04-28 | 1 | -0/+2 |
* | handle closing of sockets by peer | Mattias Andrée | 2014-04-28 | 1 | -4/+13 |
* | read messages from client | Mattias Andrée | 2014-04-28 | 1 | -2/+38 |
* | add table optimised for file descriptors | Mattias Andrée | 2014-04-26 | 1 | -9/+8 |
* | m fixes + store client information in a hash table and in a linked list | Mattias Andrée | 2014-04-23 | 1 | -4/+78 |
* | m + accept incoming connections | Mattias Andrée | 2014-04-22 | 1 | -65/+189 |
* | run mdsinitrc | Mattias Andrée | 2014-04-21 | 1 | -3/+103 |
* | add missing include | Mattias Andrée | 2014-04-21 | 1 | -0/+1 |
* | master server also drops priliveges | Mattias Andrée | 2014-04-21 | 1 | -0/+9 |
* | mds-server: parse command line arguments | Mattias Andrée | 2014-04-21 | 1 | -0/+137 |