Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-05 | use more macros | Mattias Andrée | 6 | -161/+253 |
2014-05-05 | use more macros | Mattias Andrée | 2 | -32/+44 |
2014-05-05 | add xsnprintf macro | Mattias Andrée | 2 | -9/+47 |
2014-05-05 | it would be a shame if we could not re-exec because we have filled the pipe | Mattias Andrée | 3 | -46/+51 |
2014-05-04 | change doc in preparation for upcoming change | Mattias Andrée | 2 | -14/+14 |
2014-05-04 | restart slave threads after a re-exec | Mattias Andrée | 1 | -79/+102 |
2014-05-04 | unlist clients we failed to load | Mattias Andrée | 1 | -43/+61 |
2014-05-04 | populate address remap table | Mattias Andrée | 3 | -20/+82 |
2014-05-04 | read the marshalled data from the pipe | Mattias Andrée | 1 | -1/+43 |
2014-05-03 | some work on unmarshalling | Mattias Andrée | 2 | -24/+155 |
2014-05-03 | m + doc | Mattias Andrée | 1 | -4/+41 |
2014-05-03 | m | Mattias Andrée | 1 | -1/+4 |
2014-05-03 | compile-time configurable api-fs path | Mattias Andrée | 2 | -1/+9 |
2014-05-03 | separation of server state marshaling into a new method | Mattias Andrée | 2 | -98/+117 |
2014-05-03 | no need to marshal the socket's fd, it is already included in the cmdline | Mattias Andrée | 1 | -3/+2 |
2014-05-02 | more re-exec stuff | Mattias Andrée | 1 | -4/+79 |
2014-05-02 | some more work on re-exec | Mattias Andrée | 2 | -17/+141 |
2014-05-02 | some re-exec stuff | Mattias Andrée | 1 | -7/+54 |
2014-04-28 | add version when marshaling | Mattias Andrée | 8 | -4/+38 |
2014-04-28 | use sig_atomic_t for running | Mattias Andrée | 1 | -1/+2 |
2014-04-28 | add todo | Mattias Andrée | 1 | -1/+1 |
2014-04-28 | store the socket's state | Mattias Andrée | 2 | -0/+7 |
2014-04-28 | handle closing of sockets by peer | Mattias Andrée | 1 | -4/+13 |
2014-04-28 | we should of cause use recv and not read | Mattias Andrée | 1 | -1/+2 |
2014-04-28 | derp | Mattias Andrée | 1 | -4/+2 |
2014-04-28 | m | Mattias Andrée | 1 | -1/+1 |
2014-04-28 | read messages from client | Mattias Andrée | 2 | -2/+45 |
2014-04-27 | fix readme | Mattias Andrée | 1 | -10/+43 |
2014-04-27 | whoops | Mattias Andrée | 1 | -1/+1 |
2014-04-27 | m | Mattias Andrée | 1 | -1/+1 |
2014-04-27 | doc | Mattias Andrée | 1 | -2/+9 |
2014-04-27 | m fixes + doc | Mattias Andrée | 1 | -6/+61 |
2014-04-27 | return -1 not 1 on failure | Mattias Andrée | 1 | -4/+4 |
2014-04-27 | well, that was unnecessary | Mattias Andrée | 1 | -1/+0 |
2014-04-27 | finish mds-message | Mattias Andrée | 2 | -13/+199 |
2014-04-27 | ipc message class, does not do reading yet | Mattias Andrée | 3 | -1/+353 |
2014-04-26 | typo | Mattias Andrée | 6 | -6/+6 |
2014-04-26 | m doc | Mattias Andrée | 4 | -4/+4 |
2014-04-26 | take care of realloc failures | Mattias Andrée | 2 | -10/+34 |
2014-04-26 | add table optimised for file descriptors | Mattias Andrée | 7 | -47/+567 |
2014-04-23 | m fixes + store client information in a hash table and in a linked list | Mattias Andrée | 4 | -7/+101 |
2014-04-23 | add value remapping to hash table unmarshaling | Mattias Andrée | 2 | -10/+22 |
2014-04-23 | add missed include | Mattias Andrée | 1 | -0/+1 |
2014-04-23 | m make | Mattias Andrée | 1 | -1/+5 |
2014-04-23 | link binaries to the library | Mattias Andrée | 1 | -3/+3 |
2014-04-23 | update makefile | Mattias Andrée | 1 | -1/+10 |
2014-04-22 | m + add string comparator | Mattias Andrée | 1 | -1/+17 |