Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some client marshalling errors | Mattias Andrée | 2014-06-07 | 1 | -2/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add zero length check | Mattias Andrée | 2014-06-07 | 1 | -2/+3 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix errors in client marshalling | Mattias Andrée | 2014-06-07 | 1 | -6/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | store structure version for all structures when marshalling | Mattias Andrée | 2014-05-19 | 1 | -1/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -0/+68 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + fix message sending | Mattias Andrée | 2014-05-15 | 1 | -5/+5 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | fix errors | Mattias Andrée | 2014-05-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | receive modifications | Mattias Andrée | 2014-05-11 | 1 | -0/+6 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | handle interceptions, everything except receiving modifications | Mattias Andrée | 2014-05-11 | 1 | -2/+24 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | a much of multicasting stuff | Mattias Andrée | 2014-05-11 | 1 | -2/+38 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + release all resources before re-execing | Mattias Andrée | 2014-05-11 | 1 | -0/+23 |
| | | | | 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 | 1 | -0/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | use the data structure marshallers | Mattias Andrée | 2014-05-08 | 1 | -2/+32 |
| | | | | 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 | 1 | -0/+124 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |