aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/client.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-13doc style fixMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-07fix some client marshalling errorsMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-07add zero length checkMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-07fix errors in client marshallingMattias Andrée1-6/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-19store structure version for all structures when marshallingMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-18reduce code complexityMattias Andrée1-0/+68
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-15m + fix message sendingMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-14fix errorsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-11receive modificationsMattias Andrée1-0/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-11handle interceptions, everything except receiving modificationsMattias Andrée1-2/+24
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-11a much of multicasting stuffMattias Andrée1-2/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-11m + release all resources before re-execingMattias Andrée1-0/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-11move mutex_created into client_t + error handling for pthread_*_initMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-08use the data structure marshallersMattias Andrée1-2/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-05-08split up mds-server structs into their own .h-files and add marshal functionsMattias Andrée1-0/+124
Signed-off-by: Mattias Andrée <maandree@operamail.com>