Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m | Mattias Andrée | 2014-05-07 | 1 | -0/+6 |
* | send to clients (does not implement modifiers yet) | Mattias Andrée | 2014-05-07 | 1 | -1/+29 |
* | sort interceptors by priority | Mattias Andrée | 2014-05-07 | 1 | -0/+18 |
* | get multicast recipients | Mattias Andrée | 2014-05-07 | 1 | -3/+66 |
* | collect headers in preparation to multicast | Mattias Andrée | 2014-05-07 | 1 | -10/+101 |
* | m + ignore EINTR when sending a message | Mattias Andrée | 2014-05-07 | 1 | -5/+28 |
* | do not destroy the mutex and condition before we have used to to join with all slaves | Mattias Andrée | 2014-05-07 | 1 | -4/+4 |
* | m | Mattias Andrée | 2014-05-07 | 1 | -1/+1 |
* | m + doc | Mattias Andrée | 2014-05-07 | 1 | -5/+36 |
* | list interception conditions | Mattias Andrée | 2014-05-07 | 1 | -2/+140 |
* | I should really write better commit messages | Mattias Andrée | 2014-05-07 | 1 | -40/+143 |
* | m doc | Mattias Andrée | 2014-05-07 | 1 | -1/+3 |
* | derp | Mattias Andrée | 2014-05-07 | 1 | -1/+1 |
* | misc | Mattias Andrée | 2014-05-07 | 1 | -4/+66 |
* | add a todo | Mattias Andrée | 2014-05-06 | 1 | -0/+3 |
* | misc | Mattias Andrée | 2014-05-06 | 1 | -23/+40 |
* | add xsigaction | Mattias Andrée | 2014-05-06 | 1 | -17/+7 |
* | add foreach_linked_list_node | Mattias Andrée | 2014-05-06 | 1 | -22/+7 |
* | add util.c | Mattias Andrée | 2014-05-06 | 1 | -42/+5 |
* | move config.h into libmdsserver | Mattias Andrée | 2014-05-06 | 1 | -1/+1 |
* | add strequals and startswith macros + add drop_privileges macro that drops the group before the user | Mattias Andrée | 2014-05-06 | 1 | -8/+7 |
* | m | Mattias Andrée | 2014-05-06 | 1 | -2/+1 |
* | 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 |