| Commit message (Expand) | Author | Files | Lines |
| 2015-08-25 | fix m bug | Mattias Andrée | 1 | -2/+3 |
| 2015-08-25 | libmdsclient: libmds_compose_v is not a candidate for gnu_printf | Mattias Andrée | 1 | -0/+1 |
| 2015-08-25 | libmdsclient: add function to find unused message id | Mattias Andrée | 2 | -0/+72 |
| 2015-08-25 | libmdsclient: add identity macros for optimisation functions that may or may not disappear in the future, and may or may not get alternatives, this... | Mattias Andrée | 1 | -0/+8 |
| 2015-08-25 | libmdsclient: add message composing function | Mattias Andrée | 2 | -0/+266 |
| 2015-08-25 | begin on libmdsclient: header cherrypicking | Mattias Andrée | 2 | -0/+884 |
| 2015-08-24 | mds-colour: implement list-colours | Mattias Andrée | 1 | -4/+39 |
| 2015-08-24 | introduce the `Origin command`-header | Mattias Andrée | 8 | -51/+83 |
| 2015-08-24 | mds-kkbd: decipher mapping_query and fix a minor bug in it | Mattias Andrée | 1 | -15/+34 |
| 2015-08-24 | mds-kkbd: handle_keyboard_enumeration did not add the keyboard, what an oversight | Mattias Andrée | 1 | -1/+15 |
| 2015-08-24 | mds-kkbd: decipher handle_keyboard_enumeration and fix a minor bug in it | Mattias Andrée | 1 | -14/+40 |
| 2015-08-24 | mds-clipboard: improve wipe_and_free | Mattias Andrée | 1 | -2/+8 |
| 2015-08-24 | hash-list: style | Mattias Andrée | 1 | -10/+10 |
| 2015-08-24 | style + error messages should include message id + fix buffer overflow | Mattias Andrée | 3 | -44/+38 |
| 2015-08-24 | libmdsserver: style | Mattias Andrée | 1 | -13/+13 |
| 2015-08-24 | mds-server: style | Mattias Andrée | 3 | -6/+49 |
| 2015-08-24 | mds-registry: fix buffer overflow | Mattias Andrée | 1 | -1/+1 |
| 2015-08-24 | mds-registry: fix memory free upon error bug | Mattias Andrée | 1 | -6/+4 |
| 2015-08-24 | mds-colour: style + fix buffer overflow + send message id | Mattias Andrée | 2 | -46/+43 |
| 2015-08-24 | mds: style | Mattias Andrée | 1 | -1/+1 |
| 2015-08-24 | mds-clipboard: m + style | Mattias Andrée | 1 | -66/+41 |
| 2015-08-24 | mds-echo: style | Mattias Andrée | 1 | -10/+4 |
| 2015-08-24 | mds-respawn: typo + mds-kkbd: doc, derp, and minimise some buffer sizes | Mattias Andrée | 2 | -13/+38 |
| 2015-08-24 | mds-kkbd: style | Mattias Andrée | 1 | -44/+11 |
| 2015-08-24 | mds-kkbd: fix order of parameters in sprintf | Mattias Andrée | 1 | -1/+1 |
| 2015-08-24 | mds-vt: typo and style | Mattias Andrée | 1 | -20/+10 |
| 2015-08-24 | mds-colour: pregenerate textual colour lists | Mattias Andrée | 1 | -29/+166 |
| 2015-08-24 | mds-colour: broadcast updates | Mattias Andrée | 2 | -17/+153 |
| 2015-08-24 | hash list optimisation | Mattias Andrée | 1 | -21/+96 |
| 2015-08-24 | m todo + implement get-colour | Mattias Andrée | 1 | -4/+38 |
| 2015-08-24 | m | Mattias Andrée | 1 | -2/+1 |
| 2015-08-24 | info: construct_error_message and send_error | Mattias Andrée | 1 | -2/+0 |
| 2015-08-23 | error transmissions | Mattias Andrée | 3 | -2/+230 |
| 2015-08-23 | mds-colour: marshal colour list + implement set-colour | Mattias Andrée | 2 | -5/+49 |
| 2015-08-23 | signal handlers that return should not modify errno | Mattias Andrée | 8 | -0/+39 |
| 2015-08-22 | 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 | 1 | -1/+1 |
| 2015-08-22 | ensure that all PF_ and AF_ aliases exists if any exist | Mattias Andrée | 1 | -0/+43 |
| 2015-08-22 | typo + mds-colour: print colour list on SIGINFO | Mattias Andrée | 2 | -1/+9 |
| 2015-08-21 | add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it. | Mattias Andrée | 7 | -24/+73 |
| 2015-08-20 | m + info: hash list | Mattias Andrée | 3 | -106/+191 |
| 2015-08-19 | work on mds-colour and list alternative to hash table | Mattias Andrée | 5 | -12/+574 |
| 2015-08-19 | m | Mattias Andrée | 1 | -4/+4 |
| 2015-08-19 | mds-colour: message parsing | Mattias Andrée | 1 | -2/+55 |
| 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 | 2 | -0/+409 |
| 2015-08-19 | use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not defined | Mattias Andrée | 1 | -0/+6 |
| 2015-08-19 | add strict_atoj and strict_atouj | Mattias Andrée | 2 | -2/+117 |
| 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 | 16 | -244/+104 |
| 2015-08-19 | typo + continued work on mds-colour | Mattias Andrée | 3 | -2/+155 |
| 2015-08-18 | beginning of mds-colour | Mattias Andrée | 2 | -0/+367 |
| 2015-08-18 | typo | Mattias Andrée | 8 | -8/+8 |