aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/slave.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-10add xmemdup macroMattias Andrée1-12/+9
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée1-6/+6
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-27/+27
2014-12-08rename pfail to failMattias Andrée1-3/+3
2014-12-08m + make sure we never lose errnoMattias Andrée1-3/+4
2014-12-08no more goto failMattias Andrée1-8/+7
2014-12-08replace all variants of goto pfail with fail_ifMattias Andrée1-12/+8
2014-09-13doc style fixMattias Andrée1-2/+2
2014-09-08never volatile int, always volatile sig_atomic_tMattias Andrée1-4/+5
2014-08-24message id is unsigned 32-bitMattias Andrée1-3/+3
2014-08-12macros for ato* with castMattias Andrée1-0/+1
2014-08-02mds-registry: add time-to-liveMattias Andrée1-1/+37
2014-08-02mds-registry use timedwait in slaves so we can stop when reexecing of terminatingMattias Andrée1-1/+8
2014-08-02mds-registry: marshal and unmarshal the slave listMattias Andrée1-0/+27
2014-08-02mds-registry: notify clientMattias Andrée1-3/+38
2014-08-02miscMattias Andrée1-4/+4
2014-08-02miscMattias Andrée1-0/+403