aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/slave.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduce the `Origin command`-headerMattias Andrée2015-08-241-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: fix buffer overflowMattias Andrée2015-08-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* bump yearMattias Andrée2015-02-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add xmemdup macroMattias Andrée2014-12-101-12/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* no more direct allocations, always use macros, unless using allocaMattias Andrée2014-12-101-6/+6
| | | | 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_ifMattias Andrée2014-12-081-27/+27
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* rename pfail to failMattias Andrée2014-12-081-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + make sure we never lose errnoMattias Andrée2014-12-081-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* no more goto failMattias Andrée2014-12-081-8/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* replace all variants of goto pfail with fail_ifMattias Andrée2014-12-081-12/+8
| | | | 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>
* never volatile int, always volatile sig_atomic_tMattias Andrée2014-09-081-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* message id is unsigned 32-bitMattias Andrée2014-08-241-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* macros for ato* with castMattias Andrée2014-08-121-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: add time-to-liveMattias Andrée2014-08-021-1/+37
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry use timedwait in slaves so we can stop when reexecing of terminatingMattias Andrée2014-08-021-1/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: marshal and unmarshal the slave listMattias Andrée2014-08-021-0/+27
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: notify clientMattias Andrée2014-08-021-3/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-021-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-021-0/+403
Signed-off-by: Mattias Andrée <maandree@operamail.com>