aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/registry.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-10Fix new GCC warningsMattias Andrée1-2/+2
2016-07-09Bump yearMattias Andrée1-1/+1
2015-08-25attributesMattias Andrée1-0/+4
2015-08-24introduce the `Origin command`-headerMattias Andrée1-19/+18
2015-08-19put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée1-0/+11
2015-08-18typoMattias Andrée1-1/+1
2015-02-13bump yearMattias Andrée1-1/+1
2014-12-10add xmemdup macroMattias Andrée1-1/+2
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée1-5/+5
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-36/+33
2014-12-08rename pfail to failMattias Andrée1-3/+3
2014-12-08m + make sure we never lose errnoMattias Andrée1-2/+7
2014-12-08no more goto failMattias Andrée1-3/+1
2014-12-08replace all variants of goto pfail with fail_ifMattias Andrée1-4/+3
2014-12-08replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée1-6/+4
2014-11-28whitespaceMattias Andrée1-2/+2
2014-09-13doc style fixMattias Andrée1-4/+4
2014-08-24message id is unsigned 32-bitMattias Andrée1-3/+3
2014-08-12macros for ato* with castMattias Andrée1-1/+1
2014-08-03the rest of the clipboardMattias Andrée1-0/+1
2014-08-02mds-registry: add time-to-liveMattias Andrée1-1/+1
2014-08-02mds-registry: notify clientMattias Andrée1-2/+2
2014-08-02miscMattias Andrée1-3/+3
2014-08-02miscMattias Andrée1-40/+28
2014-07-29docMattias Andrée1-6/+58
2014-07-29mds-registry: restructure registryMattias Andrée1-94/+105
2014-07-29split out registry from mds-registryMattias Andrée1-170/+3
2014-07-29mMattias Andrée1-1/+1
2014-07-29split out reexec from mds-registryMattias Andrée1-150/+1
2014-07-28split out globals from mds-registryMattias Andrée1-47/+1
2014-07-28split out util from mds-registryMattias Andrée1-80/+2
2014-07-28put mds-registry in its own directoryMattias Andrée1-0/+0
2014-07-28use of mutexe when removing protocols due to server closingMattias Andrée1-0/+4
2014-07-28mds-registry: all unmarshal failures are criticalMattias Andrée1-0/+1
2014-07-28reduce code complexityMattias Andrée1-44/+35
2014-07-28unregister protocols for closing serversMattias Andrée1-6/+58
2014-07-28prepare for handling client closed messagesMattias Andrée1-3/+34
2014-07-28m + marshal and unmarshal registry tableMattias Andrée1-10/+81
2014-07-28mMattias Andrée1-4/+4
2014-07-28reduce code complexityMattias Andrée1-107/+154
2014-07-28reduce code complexityMattias Andrée1-35/+21
2014-07-28miscMattias Andrée1-39/+107
2014-07-28mds-registry: sync:ing and list actionMattias Andrée1-9/+140
2014-07-28miscMattias Andrée1-4/+245
2014-07-27typo + beginning of mds-registryMattias Andrée1-89/+7
2014-07-27call server_initialised in mds-echoMattias Andrée1-0/+1
2014-06-09mMattias Andrée1-2/+2
2014-06-09m + fix echo server crashMattias Andrée1-5/+4
2014-06-08m + fix: include header value in interception conditionsMattias Andrée1-3/+3
2014-06-08mds-echo: include message id + do not require respawn statusMattias Andrée1-5/+10