Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -1/+1 |
* | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 2014-12-10 | 1 | -2/+2 |
* | with a few exceptions, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 2014-12-09 | 1 | -7/+5 |
* | rename pfail to fail | Mattias Andrée | 2014-12-08 | 1 | -5/+5 |
* | m + make sure we never lose errno | Mattias Andrée | 2014-12-08 | 1 | -1/+2 |
* | no more goto fail | Mattias Andrée | 2014-12-08 | 1 | -11/+11 |
* | replace all goto pfail with fail_if, so that we can take whence it failed | Mattias Andrée | 2014-12-08 | 1 | -2/+2 |
* | typo | Mattias Andrée | 2014-11-26 | 1 | -1/+1 |
* | pack client_list on danger | Mattias Andrée | 2014-09-08 | 1 | -3/+11 |
* | add sigdanger support | Mattias Andrée | 2014-08-20 | 1 | -1/+2 |
* | macros for ato* with cast | Mattias Andrée | 2014-08-12 | 1 | -1/+1 |
* | add fork_for_safety option + beginning of kernel-based keyboard | Mattias Andrée | 2014-08-11 | 1 | -1/+2 |
* | misc | Mattias Andrée | 2014-08-02 | 1 | -6/+6 |
* | misc | Mattias Andrée | 2014-08-02 | 1 | -1/+1 |
* | beginning of mds-respawn | Mattias Andrée | 2014-06-07 | 1 | -2/+4 |
* | fix file names | Mattias Andrée | 2014-06-07 | 1 | -2/+2 |
* | Modify mds-server to use mds-base (some regression...) | Mattias Andrée | 2014-05-20 | 1 | -103/+98 |
* | add broadcast support | Mattias Andrée | 2014-05-19 | 1 | -3/+9 |
* | m + add --alarm= options | Mattias Andrée | 2014-05-19 | 1 | -22/+37 |
* | Do not just queue "Client close" message, but also send it | Mattias Andrée | 2014-05-19 | 1 | -1/+2 |
* | reduce code complexity | Mattias Andrée | 2014-05-19 | 1 | -258/+1 |
* | m | Mattias Andrée | 2014-05-19 | 1 | -1/+4 |
* | add to fixme:s | Mattias Andrée | 2014-05-19 | 1 | -1/+1 |
* | fix regression | Mattias Andrée | 2014-05-19 | 1 | -1/+2 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -434/+34 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -90/+14 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -589/+11 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -173/+261 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -115/+107 |
* | m | Mattias Andrée | 2014-05-18 | 1 | -1/+2 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -109/+117 |
* | style + reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -187/+172 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -349/+268 |
* | fix memleak on failure | Mattias Andrée | 2014-05-18 | 1 | -0/+1 |
* | m whitespace | Mattias Andrée | 2014-05-18 | 1 | -0/+1 |
* | do not duplicate interception condition string before it is necessary | Mattias Andrée | 2014-05-18 | 1 | -6/+7 |
* | m doc | Mattias Andrée | 2014-05-18 | 1 | -1/+6 |
* | use memchr rather than strchrnul, the payload is not NUL-terminated | Mattias Andrée | 2014-05-18 | 1 | -3/+6 |
* | fix length of multicast messages | Mattias Andrée | 2014-05-18 | 1 | -1/+1 |
* | Fix memory leak on termination | Mattias Andrée | 2014-05-18 | 1 | -5/+15 |
* | Enable clean termination | Mattias Andrée | 2014-05-18 | 1 | -46/+96 |
* | ignore Stop-header when adding interceptor because of ID assignment | Mattias Andrée | 2014-05-17 | 1 | -1/+1 |
* | fix memory errors | Mattias Andrée | 2014-05-16 | 1 | -110/+109 |
* | m | Mattias Andrée | 2014-05-16 | 1 | -1/+0 |
* | m + fix message sending | Mattias Andrée | 2014-05-15 | 1 | -2/+3 |
* | Do not echo back messages to the sender | Mattias Andrée | 2014-05-14 | 1 | -1/+1 |
* | fix dumb-client and memory errors | Mattias Andrée | 2014-05-14 | 1 | -3/+4 |
* | fix bugs | Mattias Andrée | 2014-05-14 | 1 | -9/+15 |
* | m fix | Mattias Andrée | 2014-05-12 | 1 | -12/+16 |
* | m + fix errors in mds.c | Mattias Andrée | 2014-05-12 | 1 | -0/+4 |