| Commit message (Expand) | Author | Age | Files | Lines |
* | Work on changing style | Mattias Andrée | 2017-11-05 | 1 | -432/+435 |
* | Update year and e-mail address | Mattias Andrée | 2017-11-05 | 1 | -1/+1 |
* | If send fails with EPIPE, set errno to ECONNRESET instead | Mattias Andrée | 2016-08-06 | 1 | -0/+2 |
* | Fix new GCC warnings | Mattias Andrée | 2016-07-10 | 1 | -0/+10 |
* | Bump year | Mattias Andrée | 2016-07-09 | 1 | -1/+1 |
* | introduce the `Origin command`-header | Mattias Andrée | 2015-08-24 | 1 | -13/+21 |
* | style + error messages should include message id + fix buffer overflow | Mattias Andrée | 2015-08-24 | 1 | -37/+26 |
* | libmdsserver: style | Mattias Andrée | 2015-08-24 | 1 | -13/+13 |
* | error transmissions | Mattias Andrée | 2015-08-23 | 1 | -0/+152 |
* | add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywords | Mattias Andrée | 2015-08-19 | 1 | -0/+221 |
* | add strict_atoj and strict_atouj | Mattias Andrée | 2015-08-19 | 1 | -0/+95 |
* | put full_send in libmdsserver, clients that only has one socket uses a macro to remove the socket parameter | Mattias Andrée | 2015-08-19 | 1 | -0/+25 |
* | there is no longer any need for prepare_reexec to be canned immediately | Mattias Andrée | 2015-07-12 | 1 | -3/+0 |
* | fix race condition in prepare_reexec | Mattias Andrée | 2015-07-12 | 1 | -0/+4 |
* | 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/+1 |
* | with a few exceptions and some remaining files, never return directly on failure, always goto fail by invoking fail_if | Mattias Andrée | 2014-12-08 | 1 | -21/+20 |
* | rename pfail to fail | Mattias Andrée | 2014-12-08 | 1 | -1/+1 |
* | no more goto fail | Mattias Andrée | 2014-12-08 | 1 | -3/+2 |
* | add verify_utf8 | Mattias Andrée | 2014-09-20 | 1 | -0/+77 |
* | typo | Mattias Andrée | 2014-08-26 | 1 | -1/+1 |
* | m | Mattias Andrée | 2014-08-26 | 1 | -1/+2 |
* | full_read returns length | Mattias Andrée | 2014-08-23 | 1 | -14/+19 |
* | m | Mattias Andrée | 2014-08-12 | 1 | -4/+4 |
* | macros for ato* with cast | Mattias Andrée | 2014-08-12 | 1 | -3/+2 |
* | the kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the server | Mattias Andrée | 2014-08-11 | 1 | -11/+46 |
* | add fork_for_safety option + beginning of kernel-based keyboard | Mattias Andrée | 2014-08-11 | 1 | -0/+39 |
* | the rest of the clipboard | Mattias Andrée | 2014-08-03 | 1 | -0/+25 |
* | beginning of mds-respawn | Mattias Andrée | 2014-06-07 | 1 | -3/+3 |
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -2/+26 |
* | m | Mattias Andrée | 2014-05-16 | 1 | -0/+1 |
* | fix dumb-client and memory errors | Mattias Andrée | 2014-05-14 | 1 | -2/+2 |
* | m fix | Mattias Andrée | 2014-05-12 | 1 | -1/+1 |
* | m + add full_write and add full_read | Mattias Andrée | 2014-05-08 | 1 | -0/+72 |
* | use more macros and do not du null-check before free:ing, free does that for us | Mattias Andrée | 2014-05-07 | 1 | -0/+27 |
* | derp | Mattias Andrée | 2014-05-07 | 1 | -1/+1 |
* | misc | Mattias Andrée | 2014-05-07 | 1 | -0/+39 |
* | add xsigaction | Mattias Andrée | 2014-05-06 | 1 | -0/+26 |
* | add util.c | Mattias Andrée | 2014-05-06 | 1 | -0/+82 |