aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/registry.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-12macros for ato* with castMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-03the rest of the clipboardMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry: add time-to-liveMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry: notify clientMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée1-40/+28
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29docMattias Andrée1-6/+58
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29mds-registry: restructure registryMattias Andrée1-94/+105
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29split out registry from mds-registryMattias Andrée1-170/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29split out reexec from mds-registryMattias Andrée1-150/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28split out globals from mds-registryMattias Andrée1-47/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28split out util from mds-registryMattias Andrée1-80/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28put mds-registry in its own directoryMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28use of mutexe when removing protocols due to server closingMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28mds-registry: all unmarshal failures are criticalMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28reduce code complexityMattias Andrée1-44/+35
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28unregister protocols for closing serversMattias Andrée1-6/+58
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28prepare for handling client closed messagesMattias Andrée1-3/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28m + marshal and unmarshal registry tableMattias Andrée1-10/+81
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28mMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28reduce code complexityMattias Andrée1-107/+154
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28reduce code complexityMattias Andrée1-35/+21
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28miscMattias Andrée1-39/+107
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28mds-registry: sync:ing and list actionMattias Andrée1-9/+140
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28miscMattias Andrée1-4/+245
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27typo + beginning of mds-registryMattias Andrée1-89/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-27call server_initialised in mds-echoMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09mMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-09m + fix echo server crashMattias Andrée1-5/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-08m + fix: include header value in interception conditionsMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-08mds-echo: include message id + do not require respawn statusMattias Andrée1-5/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-08implement echoingMattias Andrée1-20/+102
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-06-08beginning of echo serverMattias Andrée1-0/+262
Signed-off-by: Mattias Andrée <maandree@operamail.com>