Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Mattias Andrée | 2016-07-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@kth.se> | ||||
* | everything except mds-kkbd and mds-vt compiles with musl; mds-kkbd and mds-vt does not because they require <linux/> headers | Mattias Andrée | 2015-08-28 | 1 | -0/+14 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + attributes | Mattias Andrée | 2015-08-25 | 1 | -5/+30 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | introduce the `Origin command`-header | Mattias Andrée | 2015-08-24 | 1 | -6/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | style + error messages should include message id + fix buffer overflow | Mattias Andrée | 2015-08-24 | 1 | -3/+7 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | info: construct_error_message and send_error | Mattias Andrée | 2015-08-24 | 1 | -2/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | error transmissions | Mattias Andrée | 2015-08-23 | 1 | -0/+55 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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/+188 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add strict_atoj and strict_atouj | Mattias Andrée | 2015-08-19 | 1 | -2/+22 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add verify_utf8 | Mattias Andrée | 2014-09-20 | 1 | -1/+10 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | typo | Mattias Andrée | 2014-08-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-08-26 | 1 | -1/+2 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | full_read returns length | Mattias Andrée | 2014-08-23 | 1 | -3/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-08-12 | 1 | -4/+4 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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 | -0/+24 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add fork_for_safety option + beginning of kernel-based keyboard | Mattias Andrée | 2014-08-11 | 1 | -0/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | the rest of the clipboard | Mattias Andrée | 2014-08-03 | 1 | -0/+9 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | reduce code complexity | Mattias Andrée | 2014-05-18 | 1 | -0/+12 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m + add full_write and add full_read | Mattias Andrée | 2014-05-08 | 1 | -0/+18 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | 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/+11 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | misc | Mattias Andrée | 2014-05-07 | 1 | -0/+13 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add xsigaction | Mattias Andrée | 2014-05-06 | 1 | -0/+13 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | m | Mattias Andrée | 2014-05-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | add util.c | Mattias Andrée | 2014-05-06 | 1 | -0/+43 |
Signed-off-by: Mattias Andrée <maandree@operamail.com> |