| Commit message (Expand) | Author | Age | Files | Lines |
* | hash-list: style | Mattias Andrée | 2015-08-24 | 1 | -10/+10 |
* | style + error messages should include message id + fix buffer overflow | Mattias Andrée | 2015-08-24 | 3 | -44/+38 |
* | libmdsserver: style | Mattias Andrée | 2015-08-24 | 1 | -13/+13 |
* | mds-server: style | Mattias Andrée | 2015-08-24 | 3 | -6/+49 |
* | mds-registry: fix buffer overflow | Mattias Andrée | 2015-08-24 | 1 | -1/+1 |
* | mds-registry: fix memory free upon error bug | Mattias Andrée | 2015-08-24 | 1 | -6/+4 |
* | mds-colour: style + fix buffer overflow + send message id | Mattias Andrée | 2015-08-24 | 2 | -46/+43 |
* | mds: style | Mattias Andrée | 2015-08-24 | 1 | -1/+1 |
* | mds-clipboard: m + style | Mattias Andrée | 2015-08-24 | 1 | -66/+41 |
* | mds-echo: style | Mattias Andrée | 2015-08-24 | 1 | -10/+4 |
* | mds-respawn: typo + mds-kkbd: doc, derp, and minimise some buffer sizes | Mattias Andrée | 2015-08-24 | 2 | -13/+38 |
* | mds-kkbd: style | Mattias Andrée | 2015-08-24 | 1 | -44/+11 |
* | mds-kkbd: fix order of parameters in sprintf | Mattias Andrée | 2015-08-24 | 1 | -1/+1 |
* | mds-vt: typo and style | Mattias Andrée | 2015-08-24 | 1 | -20/+10 |
* | mds-colour: pregenerate textual colour lists | Mattias Andrée | 2015-08-24 | 1 | -29/+166 |
* | mds-colour: broadcast updates | Mattias Andrée | 2015-08-24 | 2 | -18/+154 |
* | hash list optimisation | Mattias Andrée | 2015-08-24 | 1 | -21/+96 |
* | m todo + implement get-colour | Mattias Andrée | 2015-08-24 | 1 | -4/+38 |
* | m | Mattias Andrée | 2015-08-24 | 1 | -2/+1 |
* | info: construct_error_message and send_error | Mattias Andrée | 2015-08-24 | 1 | -2/+0 |
* | error transmissions | Mattias Andrée | 2015-08-23 | 3 | -2/+230 |
* | mds-colour: marshal colour list + implement set-colour | Mattias Andrée | 2015-08-23 | 2 | -5/+49 |
* | signal handlers that return should not modify errno | Mattias Andrée | 2015-08-23 | 8 | -0/+39 |
* | the first argument on socket() should be PF_, not AF_ as often documented, although it does not really matter because PF_ to AF_ is a bijective ide... | Mattias Andrée | 2015-08-22 | 1 | -1/+1 |
* | ensure that all PF_ and AF_ aliases exists if any exist | Mattias Andrée | 2015-08-22 | 1 | -0/+43 |
* | typo + mds-colour: print colour list on SIGINFO | Mattias Andrée | 2015-08-22 | 2 | -1/+9 |
* | add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it. | Mattias Andrée | 2015-08-21 | 7 | -24/+73 |
* | m + info: hash list | Mattias Andrée | 2015-08-20 | 3 | -106/+191 |
* | work on mds-colour and list alternative to hash table | Mattias Andrée | 2015-08-19 | 5 | -12/+574 |
* | m | Mattias Andrée | 2015-08-19 | 1 | -4/+4 |
* | mds-colour: message parsing | Mattias Andrée | 2015-08-19 | 1 | -2/+55 |
* | 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 | 2 | -0/+409 |
* | use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not defined | Mattias Andrée | 2015-08-19 | 1 | -0/+6 |
* | add strict_atoj and strict_atouj | Mattias Andrée | 2015-08-19 | 2 | -2/+117 |
* | 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 | 16 | -244/+104 |
* | typo + continued work on mds-colour | Mattias Andrée | 2015-08-19 | 3 | -2/+155 |
* | beginning of mds-colour | Mattias Andrée | 2015-08-18 | 2 | -0/+367 |
* | typo | Mattias Andrée | 2015-08-18 | 8 | -8/+8 |
* | typo | Mattias Andrée | 2015-08-18 | 5 | -5/+5 |
* | mds-kkbd m fix + add LED remapping | Mattias Andrée | 2015-07-19 | 2 | -15/+268 |
* | m | Mattias Andrée | 2015-07-19 | 1 | -0/+2 |
* | m doc | Mattias Andrée | 2015-07-19 | 1 | -1/+1 |
* | typo | Mattias Andrée | 2015-07-19 | 1 | -1/+1 |
* | 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 |
* | resolve warning | Mattias Andrée | 2015-07-07 | 1 | -1/+19 |
* | fix error where mode_t argument was not added when O_CREAT was used in open | Mattias Andrée | 2015-07-07 | 2 | -2/+2 |
* | siginfo: mds-clipboard, mds-echo, mds-kkbd | Mattias Andrée | 2015-04-18 | 3 | -0/+93 |
* | m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawn | Mattias Andrée | 2015-04-18 | 5 | -1/+106 |
* | noop implementation of siginfo support | Mattias Andrée | 2015-04-12 | 2 | -0/+25 |