aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-28put mds-registry in its own directoryMattias Andrée1-890/+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>