aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/client.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bump yearMattias Andrée2015-02-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc style fixMattias Andrée2014-09-131-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix file namesMattias Andrée2014-06-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* store structure version for all structures when marshallingMattias Andrée2014-05-191-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* reduce code complexityMattias Andrée2014-05-181-0/+32
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* receive modificationsMattias Andrée2014-05-111-0/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* handle interceptions, everything except receiving modificationsMattias Andrée2014-05-111-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* a much of multicasting stuffMattias Andrée2014-05-111-2/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + release all resources before re-execingMattias Andrée2014-05-111-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move mutex_created into client_t + error handling for pthread_*_initMattias Andrée2014-05-111-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use the data structure marshallersMattias Andrée2014-05-081-2/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split up mds-server structs into their own .h-files and add marshal functionsMattias Andrée2014-05-081-0/+126
Signed-off-by: Mattias Andrée <maandree@operamail.com>