Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix errors | Mattias Andrée | 2014-05-14 | 3 | -6/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix bugs | Mattias Andrée | 2014-05-14 | 4 | -9/+26 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + add test client | Mattias Andrée | 2014-05-14 | 4 | -4/+108 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add fix export of variable | Mattias Andrée | 2014-05-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | spawn terminal from test mdsinitrc | Mattias Andrée | 2014-05-14 | 2 | -0/+13 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add test script | Mattias Andrée | 2014-05-14 | 2 | -0/+26 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m fix | Mattias Andrée | 2014-05-12 | 4 | -15/+19 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-05-12 | 2 | -7/+17 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + fix errors in mds.c | Mattias Andrée | 2014-05-12 | 3 | -24/+91 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-05-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | support reexec when receiving message modification | Mattias Andrée | 2014-05-11 | 2 | -15/+25 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | receive modifications | Mattias Andrée | 2014-05-11 | 3 | -21/+134 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m doc | Mattias Andrée | 2014-05-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | handle errors when sending a multicast message | Mattias Andrée | 2014-05-11 | 1 | -3/+8 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derp | Mattias Andrée | 2014-05-11 | 1 | -2/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | handle interceptions, everything except receiving modifications | Mattias Andrée | 2014-05-11 | 3 | -20/+156 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derp | Mattias Andrée | 2014-05-11 | 1 | -2/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | a much of multicasting stuff | Mattias Andrée | 2014-05-11 | 10 | -46/+623 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + release all resources before re-execing | Mattias Andrée | 2014-05-11 | 3 | -36/+66 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | move mutex_created into client_t + error handling for pthread_*_init | Mattias Andrée | 2014-05-11 | 3 | -7/+30 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whitespace | Mattias Andrée | 2014-05-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | race condition | Mattias Andrée | 2014-05-10 | 1 | -20/+26 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix compare overflow | Mattias Andrée | 2014-05-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + add full_write and add full_read | Mattias Andrée | 2014-05-08 | 3 | -48/+99 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use the data structure marshallers | Mattias Andrée | 2014-05-08 | 6 | -182/+109 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | split up mds-server structs into their own .h-files and add marshal functions | Mattias Andrée | 2014-05-08 | 10 | -135/+490 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | Move mds-server into its own directory | Mattias Andrée | 2014-05-08 | 3 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | whitespace | Mattias Andrée | 2014-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | work on supporting re-exec during message coordination | Mattias Andrée | 2014-05-08 | 2 | -30/+97 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derp | Mattias Andrée | 2014-05-07 | 1 | -2/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-05-07 | 1 | -9/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-05-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use more macros and do not du null-check before free:ing, free does that for us | Mattias Andrée | 2014-05-07 | 8 | -292/+241 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-05-07 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | send to clients (does not implement modifiers yet) | Mattias Andrée | 2014-05-07 | 1 | -1/+29 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | sort interceptors by priority | Mattias Andrée | 2014-05-07 | 1 | -0/+18 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | get multicast recipients | Mattias Andrée | 2014-05-07 | 2 | -4/+92 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | collect headers in preparation to multicast | Mattias Andrée | 2014-05-07 | 2 | -10/+109 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-05-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + ignore EINTR when sending a message | Mattias Andrée | 2014-05-07 | 1 | -5/+28 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-05-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + doc | Mattias Andrée | 2014-05-07 | 1 | -5/+36 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | list interception conditions | Mattias Andrée | 2014-05-07 | 2 | -2/+151 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | I should really write better commit messages | Mattias Andrée | 2014-05-07 | 2 | -41/+186 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m doc | Mattias Andrée | 2014-05-07 | 1 | -1/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | derp | Mattias Andrée | 2014-05-07 | 2 | -2/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | misc | Mattias Andrée | 2014-05-07 | 5 | -7/+126 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add a todo | Mattias Andrée | 2014-05-06 | 1 | -0/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | misc | Mattias Andrée | 2014-05-06 | 4 | -27/+58 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> |