Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-18 | fix memleak on failure | Mattias Andrée | 1 | -0/+1 |
2014-05-18 | m whitespace | Mattias Andrée | 1 | -0/+1 |
2014-05-18 | do not duplicate interception condition string before it is necessary | Mattias Andrée | 1 | -6/+7 |
2014-05-18 | m doc | Mattias Andrée | 1 | -1/+6 |
2014-05-18 | Fix reading of payload | Mattias Andrée | 1 | -2/+3 |
2014-05-18 | use memchr rather than strchrnul, the payload is not NUL-terminated | Mattias Andrée | 1 | -3/+6 |
2014-05-18 | fix length of multicast messages | Mattias Andrée | 1 | -1/+1 |
2014-05-18 | Fix memory leak on termination | Mattias Andrée | 1 | -5/+15 |
2014-05-18 | Enable clean termination | Mattias Andrée | 2 | -46/+111 |
2014-05-17 | ignore Stop-header when adding interceptor because of ID assignment | Mattias Andrée | 1 | -1/+1 |
2014-05-16 | fix memory errors | Mattias Andrée | 1 | -110/+109 |
2014-05-16 | m | Mattias Andrée | 2 | -1/+1 |
2014-05-15 | m + fix message sending | Mattias Andrée | 5 | -51/+97 |
2014-05-14 | Do not echo back messages to the sender | Mattias Andrée | 1 | -1/+1 |
2014-05-14 | m doc | Mattias Andrée | 2 | -2/+2 |
2014-05-14 | fix dumb-client and memory errors | Mattias Andrée | 4 | -12/+15 |
2014-05-14 | m fix | Mattias Andrée | 2 | -3/+8 |
2014-05-14 | fix errors | Mattias Andrée | 3 | -6/+6 |
2014-05-14 | fix bugs | Mattias Andrée | 4 | -9/+26 |
2014-05-14 | m + add test client | Mattias Andrée | 4 | -4/+108 |
2014-05-14 | add fix export of variable | Mattias Andrée | 1 | -2/+2 |
2014-05-14 | spawn terminal from test mdsinitrc | Mattias Andrée | 2 | -0/+13 |
2014-05-14 | add test script | Mattias Andrée | 2 | -0/+26 |
2014-05-12 | m fix | Mattias Andrée | 4 | -15/+19 |
2014-05-12 | m | Mattias Andrée | 2 | -7/+17 |
2014-05-12 | m + fix errors in mds.c | Mattias Andrée | 3 | -24/+91 |
2014-05-11 | m | Mattias Andrée | 1 | -0/+2 |
2014-05-11 | support reexec when receiving message modification | Mattias Andrée | 2 | -15/+25 |
2014-05-11 | receive modifications | Mattias Andrée | 3 | -21/+134 |
2014-05-11 | m doc | Mattias Andrée | 1 | -1/+1 |
2014-05-11 | handle errors when sending a multicast message | Mattias Andrée | 1 | -3/+8 |
2014-05-11 | derp | Mattias Andrée | 1 | -2/+1 |
2014-05-11 | handle interceptions, everything except receiving modifications | Mattias Andrée | 3 | -20/+156 |
2014-05-11 | derp | Mattias Andrée | 1 | -2/+3 |
2014-05-11 | a much of multicasting stuff | Mattias Andrée | 10 | -46/+623 |
2014-05-11 | m + release all resources before re-execing | Mattias Andrée | 3 | -36/+66 |
2014-05-11 | move mutex_created into client_t + error handling for pthread_*_init | Mattias Andrée | 3 | -7/+30 |
2014-05-10 | whitespace | Mattias Andrée | 1 | -1/+1 |
2014-05-10 | race condition | Mattias Andrée | 1 | -20/+26 |
2014-05-10 | fix compare overflow | Mattias Andrée | 1 | -2/+2 |
2014-05-08 | m + add full_write and add full_read | Mattias Andrée | 3 | -48/+99 |
2014-05-08 | use the data structure marshallers | Mattias Andrée | 6 | -182/+109 |
2014-05-08 | split up mds-server structs into their own .h-files and add marshal functions | Mattias Andrée | 10 | -135/+490 |
2014-05-08 | Move mds-server into its own directory | Mattias Andrée | 3 | -1/+1 |
2014-05-08 | whitespace | Mattias Andrée | 1 | -1/+1 |
2014-05-08 | work on supporting re-exec during message coordination | Mattias Andrée | 2 | -30/+97 |
2014-05-07 | derp | Mattias Andrée | 1 | -2/+3 |
2014-05-07 | m | Mattias Andrée | 1 | -9/+5 |
2014-05-07 | m | Mattias Andrée | 1 | -2/+2 |
2014-05-07 | use more macros and do not du null-check before free:ing, free does that for us | Mattias Andrée | 8 | -292/+241 |