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