aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/mds-registry.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée1-14/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08rename pfail to failMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08no more goto failMattias Andrée1-5/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08replace all goto pfail with fail_if, so that we can take whence it failedMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-08mds-registry: take care of dangerMattias Andrée1-3/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-08move reconnect_to_display todo into todo fileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-20add sigdanger supportMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-11add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-03miscMattias Andrée1-2/+7
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-13/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29mMattias Andrée1-5/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29split out registry from mds-registryMattias Andrée1-425/+1
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>