Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add xmemdup macro | Mattias Andrée | 2014-12-10 | 1 | -4/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 2014-12-08 | 1 | -6/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | rename pfail to fail | Mattias Andrée | 2014-12-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | no more goto fail | Mattias Andrée | 2014-12-08 | 1 | -11/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | doc style fix | Mattias Andrée | 2014-09-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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> |