aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/registry.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée2015-08-191-0/+11
* typoMattias Andrée2015-08-181-1/+1
* bump yearMattias Andrée2015-02-131-1/+1
* add xmemdup macroMattias Andrée2014-12-101-1/+2
* no more direct allocations, always use macros, unless using allocaMattias Andrée2014-12-101-5/+5
* with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée2014-12-081-36/+33
* rename pfail to failMattias Andrée2014-12-081-3/+3
* m + make sure we never lose errnoMattias Andrée2014-12-081-2/+7
* no more goto failMattias Andrée2014-12-081-3/+1
* replace all variants of goto pfail with fail_ifMattias Andrée2014-12-081-4/+3
* replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée2014-12-081-6/+4
* whitespaceMattias Andrée2014-11-281-2/+2
* doc style fixMattias Andrée2014-09-131-4/+4
* message id is unsigned 32-bitMattias Andrée2014-08-241-3/+3
* macros for ato* with castMattias Andrée2014-08-121-1/+1
* the rest of the clipboardMattias Andrée2014-08-031-0/+1
* mds-registry: add time-to-liveMattias Andrée2014-08-021-1/+1
* mds-registry: notify clientMattias Andrée2014-08-021-2/+2
* miscMattias Andrée2014-08-021-3/+3
* miscMattias Andrée2014-08-021-40/+28
* docMattias Andrée2014-07-291-6/+58
* mds-registry: restructure registryMattias Andrée2014-07-291-94/+105
* split out registry from mds-registryMattias Andrée2014-07-291-0/+450