aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* mds-kbdc: most of the built-in functionsMattias Andrée2014-10-245-19/+482
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-10-231-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-10-231-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* syntax for kbd filesMattias Andrée2014-10-231-0/+71
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-10-231-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* split mds-kbdcMattias Andrée2014-09-286-208/+460
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc will need multiple .c files + .h files are not required during linkingMattias Andrée2014-09-282-0/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-09-281-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-281-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mkd-kbdc: split linesMattias Andrée2014-09-281-7/+69
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* missed to include LF at end of commentMattias Andrée2014-09-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + make sure the code ends with a new lineMattias Andrée2014-09-282-5/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: we cannot remove unneeded whitespace, but comments can still be removed, we want to be able to print out the codeMattias Andrée2014-09-281-12/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + shrink kbd layout codeMattias Andrée2014-09-281-0/+52
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + kbd layout compiler: read fileMattias Andrée2014-09-272-0/+150
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* make derp + sed config.hMattias Andrée2014-09-261-74/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* kernel: remove umask until we exec into mds-serverMattias Andrée2014-09-201-3/+17
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* SIGRTMAX is used internally by valgrindMattias Andrée2014-09-202-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* verify that headers in messages are encoded with proper utf-8Mattias Andrée2014-09-201-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add verify_utf8Mattias Andrée2014-09-202-1/+87
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-vt: fix m unmarshal bug + mds-vt: keep track of the number of servers that require non-exclusive modeMattias Andrée2014-09-201-4/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2014-09-191-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* use XDG_VTNRMattias Andrée2014-09-192-8/+49
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* we should support XDG_VTNRMattias Andrée2014-09-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* doc style fixMattias Andrée2014-09-1322-35/+35
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-122-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-091-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* that is not necessaryMattias Andrée2014-09-091-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-091-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-vt: secondary connectionMattias Andrée2014-09-092-12/+138
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* styloMattias Andrée2014-09-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* broadcast switching-vtMattias Andrée2014-09-092-5/+42
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement support for get-vt and configure-vt messagesMattias Andrée2014-09-092-1/+164
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoops, read wrong headerMattias Andrée2014-09-091-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-09-094-23/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* never volatile int, always volatile sig_atomic_tMattias Andrée2014-09-083-6/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: take care of dangerMattias Andrée2014-09-082-5/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* pack client_list on dangerMattias Andrée2014-09-082-4/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* do not resend danger to other threadsMattias Andrée2014-09-081-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* set danger in mds-base's receive_dangerMattias Andrée2014-09-084-64/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derp, danger is volatile and atomicMattias Andrée2014-09-082-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* take care of some dangerMattias Andrée2014-09-083-8/+79
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add received_dangerMattias Andrée2014-09-082-12/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* move reconnect_to_display todo into todo fileMattias Andrée2014-09-085-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m todoMattias Andrée2014-08-311-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* create and export process groupMattias Andrée2014-08-312-14/+29
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* the children should not have an alarm setMattias Andrée2014-08-291-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + info: mds-baseMattias Andrée2014-08-292-12/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + info: mds_message_tMattias Andrée2014-08-291-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + info: tablesMattias Andrée2014-08-293-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>