| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-08-25 | m + attributes | Mattias Andrée | 1 | -5/+30 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | introduce the `Origin command`-header | Mattias Andrée | 1 | -6/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | style + error messages should include message id + fix buffer overflow | Mattias Andrée | 1 | -3/+7 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-24 | info: construct_error_message and send_error | Mattias Andrée | 1 | -2/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-23 | error transmissions | Mattias Andrée | 1 | -0/+55 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-19 | add strict_ato* for all precise integer types, for size_t, ssize_t, and integer types that have keywords | Mattias Andrée | 1 | -0/+188 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-08-19 | add strict_atoj and strict_atouj | Mattias Andrée | 1 | -2/+22 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 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 | 1 | -0/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-02-13 | bump year | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-09-20 | add verify_utf8 | Mattias Andrée | 1 | -1/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-26 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-26 | m | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-23 | full_read returns length | Mattias Andrée | 1 | -3/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-12 | m | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-11 | the kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the server | Mattias Andrée | 1 | -0/+24 | |
| 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 | -0/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-08-03 | the rest of the clipboard | Mattias Andrée | 1 | -0/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-18 | reduce code complexity | Mattias Andrée | 1 | -0/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-08 | m + add full_write and add full_read | Mattias Andrée | 1 | -0/+18 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-07 | use more macros and do not du null-check before free:ing, free does that for us | Mattias Andrée | 1 | -0/+11 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-07 | misc | Mattias Andrée | 1 | -0/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-06 | add xsigaction | Mattias Andrée | 1 | -0/+13 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-06 | m | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-06 | add util.c | Mattias Andrée | 1 | -28/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-05-04 | populate address remap table | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-26 | add table optimised for file descriptors | Mattias Andrée | 1 | -29/+20 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-23 | m fixes + store client information in a hash table and in a linked list | Mattias Andrée | 1 | -0/+20 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-22 | m + accept incoming connections | Mattias Andrée | 1 | -0/+16 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-21 | run mdsinitrc | Mattias Andrée | 1 | -0/+10 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-21 | mds-server: parse command line arguments | Mattias Andrée | 1 | -20/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-21 | m + spawn and respawn master server | Mattias Andrée | 1 | -0/+9 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | misc | Mattias Andrée | 1 | -14/+6 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2014-04-20 | not too much... | Mattias Andrée | 1 | -0/+39 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
