aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-19put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameterMattias Andrée4-40/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-18typoMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-18typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-02-13bump yearMattias Andrée14-14/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-10add xmemdup macroMattias Andrée2-13/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-10no more direct allocations, always use macros, unless using allocaMattias Andrée3-14/+14
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_ifMattias Andrée5-83/+77
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08rename pfail to failMattias Andrée4-10/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08m + make sure we never lose errnoMattias Andrée3-19/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08no more goto failMattias Andrée3-16/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-12-08replace all variants of goto pfail with fail_ifMattias Andrée2-16/+11
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ée2-8/+6
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-11-28whitespaceMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-13doc style fixMattias Andrée4-9/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-08never volatile int, always volatile sig_atomic_tMattias Andrée2-5/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-09-08mds-registry: take care of dangerMattias Andrée2-5/+12
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-24message id is unsigned 32-bitMattias Andrée5-11/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-20add todos on things to do on dangerMattias Andrée1-2/+2
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-12macros for ato* with castMattias Andrée2-1/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-12miscMattias Andrée1-41/+1
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-03the rest of the clipboardMattias Andrée3-33/+1
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-02mds-registry: add time-to-liveMattias Andrée3-3/+51
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry use timedwait in slaves so we can stop when reexecing of terminatingMattias Andrée1-1/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry: marshal and unmarshal the slave listMattias Andrée4-2/+91
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02mds-registry: notify clientMattias Andrée2-5/+40
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée5-12/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-08-02miscMattias Andrée8-65/+770
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-29docMattias Andrée1-6/+58
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29mds-registry: restructure registryMattias Andrée2-120/+105
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-29split out registry from mds-registryMattias Andrée4-459/+509
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ée4-150/+210
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28split out globals from mds-registryMattias Andrée4-47/+147
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28split out util from mds-registryMattias Andrée4-111/+173
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-07-28put mds-registry in its own directoryMattias Andrée2-0/+981
Signed-off-by: Mattias Andrée <maandree@operamail.com>