| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-02-13 | bump year | Mattias Andrée | 22 | -22/+22 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-10 | add xmemdup macro | Mattias Andrée | 4 | -12/+7 | |
| 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 | 4 | -11/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | improve with_mutex and with_mutex_if also | Mattias Andrée | 1 | -3/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-09 | with a few exceptions, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 8 | -66/+69 | |
| 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 | 3 | -12/+18 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | rename pfail to fail | Mattias Andrée | 4 | -13/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | m + make sure we never lose errno | Mattias Andrée | 2 | -6/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-12-08 | no more goto fail | Mattias Andrée | 3 | -29/+30 | |
| 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 | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-11-26 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-13 | doc style fix | Mattias Andrée | 8 | -12/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-08 | pack client_list on danger | Mattias Andrée | 2 | -4/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-20 | add todos on things to do on danger | Mattias Andrée | 1 | -1/+1 | |
| 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 | 3 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-12 | missed explicit cast | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-12 | make it possible to consume messages | Mattias Andrée | 1 | -1/+7 | |
| 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 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-02 | misc | Mattias Andrée | 6 | -20/+20 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-02 | misc | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-27 | fix multiple clients bug: minor bug in linked_list caused removal of old clients + add dump method for linked list | Mattias Andrée | 1 | -3/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-07-26 | mark temporary prints | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-08 | m + fix: include header value in interception conditions | Mattias Andrée | 1 | -0/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-07 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-07 | beginning of mds-respawn | Mattias Andrée | 1 | -2/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-07 | fix some client marshalling errors | Mattias Andrée | 3 | -5/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-07 | add zero length check | Mattias Andrée | 1 | -2/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-07 | fix errors in client marshalling | Mattias Andrée | 1 | -6/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-07 | fix file names | Mattias Andrée | 11 | -12/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-06-06 | add some zero length checks | Mattias Andrée | 1 | -8/+15 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-20 | m doc | Mattias Andrée | 1 | -0/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-20 | Modify mds-server to use mds-base (some regression...) | Mattias Andrée | 11 | -449/+221 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-20 | misc, mostly mds-base re-exec | Mattias Andrée | 1 | -14/+19 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | add broadcast support | Mattias Andrée | 1 | -3/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | m + add --alarm= options | Mattias Andrée | 2 | -22/+45 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | exit cleanly on terminal interruption (sigint) | Mattias Andrée | 1 | -2/+24 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | store structure version for all structures when marshalling | Mattias Andrée | 8 | -8/+30 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | Do not just queue "Client close" message, but also send it | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | Fix memory leak | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | reduce code complexity | Mattias Andrée | 5 | -268/+377 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | m | Mattias Andrée | 1 | -1/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | add to fixme:s | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-19 | fix regression | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | reduce code complexity | Mattias Andrée | 6 | -467/+655 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | reduce code complexity | Mattias Andrée | 4 | -104/+91 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | reduce code complexity | Mattias Andrée | 10 | -632/+926 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | reduce code complexity | Mattias Andrée | 1 | -173/+261 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | reduce code complexity | Mattias Andrée | 1 | -115/+107 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
