aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceMattias Andrée2014-11-281-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc style fixMattias Andrée2014-09-134-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* never volatile int, always volatile sig_atomic_tMattias Andrée2014-09-082-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: take care of dangerMattias Andrée2014-09-082-5/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move reconnect_to_display todo into todo fileMattias Andrée2014-09-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* message id is unsigned 32-bitMattias Andrée2014-08-245-11/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todos on things to do on dangerMattias Andrée2014-08-201-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add sigdanger supportMattias Andrée2014-08-201-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* macros for ato* with castMattias Andrée2014-08-122-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-121-41/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add fork_for_safety option + beginning of kernel-based keyboardMattias Andrée2014-08-111-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the rest of the clipboardMattias Andrée2014-08-033-33/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-031-2/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: add time-to-liveMattias Andrée2014-08-023-3/+51
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry use timedwait in slaves so we can stop when reexecing of terminatingMattias Andrée2014-08-021-1/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: marshal and unmarshal the slave listMattias Andrée2014-08-024-2/+91
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: notify clientMattias Andrée2014-08-022-5/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-025-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* miscMattias Andrée2014-08-028-65/+770
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-07-291-5/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-07-291-6/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: restructure registryMattias Andrée2014-07-292-120/+105
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out registry from mds-registryMattias Andrée2014-07-294-459/+509
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-07-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out reexec from mds-registryMattias Andrée2014-07-294-150/+210
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out globals from mds-registryMattias Andrée2014-07-284-47/+147
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split out util from mds-registryMattias Andrée2014-07-284-111/+173
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* put mds-registry in its own directoryMattias Andrée2014-07-282-0/+981
Signed-off-by: Mattias Andrée <maandree@operamail.com>