| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-08-19 | put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameter | Mattias Andrée | 4 | -40/+23 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-18 | typo | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-18 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-02-13 | bump year | Mattias Andrée | 14 | -14/+14 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | add xmemdup macro | Mattias Andrée | 2 | -13/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 3 | -14/+14 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 5 | -83/+77 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | rename pfail to fail | Mattias Andrée | 4 | -10/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | m + make sure we never lose errno | Mattias Andrée | 3 | -19/+15 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | no more goto fail | Mattias Andrée | 3 | -16/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | replace all variants of goto pfail with fail_if | Mattias Andrée | 2 | -16/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | replace all goto pfail with fail_if, so that we can take whence it failed | Mattias Andrée | 2 | -8/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-28 | whitespace | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-13 | doc style fix | Mattias Andrée | 4 | -9/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-08 | never volatile int, always volatile sig_atomic_t | Mattias Andrée | 2 | -5/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-08 | mds-registry: take care of danger | Mattias Andrée | 2 | -5/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-08 | move reconnect_to_display todo into todo file | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-24 | message id is unsigned 32-bit | Mattias Andrée | 5 | -11/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-20 | add todos on things to do on danger | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-20 | add sigdanger support | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-12 | macros for ato* with cast | Mattias Andrée | 2 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-12 | misc | Mattias Andrée | 1 | -41/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-11 | add fork_for_safety option + beginning of kernel-based keyboard | Mattias Andrée | 1 | -2/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-03 | the rest of the clipboard | Mattias Andrée | 3 | -33/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-03 | misc | Mattias Andrée | 1 | -2/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-02 | mds-registry: add time-to-live | Mattias Andrée | 3 | -3/+51 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-02 | mds-registry use timedwait in slaves so we can stop when reexecing of terminating | Mattias Andrée | 1 | -1/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-02 | mds-registry: marshal and unmarshal the slave list | Mattias Andrée | 4 | -2/+91 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-02 | mds-registry: notify client | Mattias Andrée | 2 | -5/+40 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-02 | misc | Mattias Andrée | 5 | -12/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-02 | misc | Mattias Andrée | 8 | -65/+770 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-29 | m | Mattias Andrée | 1 | -5/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-29 | doc | Mattias Andrée | 1 | -6/+58 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-29 | mds-registry: restructure registry | Mattias Andrée | 2 | -120/+105 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-29 | split out registry from mds-registry | Mattias Andrée | 4 | -459/+509 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-29 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-29 | split out reexec from mds-registry | Mattias Andrée | 4 | -150/+210 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-28 | split out globals from mds-registry | Mattias Andrée | 4 | -47/+147 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-28 | split out util from mds-registry | Mattias Andrée | 4 | -111/+173 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-28 | put mds-registry in its own directory | Mattias Andrée | 2 | -0/+981 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
