aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* whitespaceMattias Andrée2014-11-101-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: more parsing into a treeMattias Andrée2014-11-103-25/+100
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: more work on the treeificationMattias Andrée2014-11-101-29/+172
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: better macro namesMattias Andrée2014-11-101-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* memory leakMattias Andrée2014-11-102-1/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: add support for return, continue and breakMattias Andrée2014-11-101-34/+53
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: add support for assumptionMattias Andrée2014-11-101-1/+18
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: small fixes to end, add support for information, and create tree strakMattias Andrée2014-11-101-5/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: handle end statementMattias Andrée2014-11-102-43/+75
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* working on tree parsingMattias Andrée2014-11-097-143/+521
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-11-091-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* support nested quotesMattias Andrée2014-11-091-11/+92
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add initialise and create for the tree structureMattias Andrée2014-11-092-1/+47
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: tree: m fixes + destroy and free functionsMattias Andrée2014-11-092-51/+277
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add tree structure I missedMattias Andrée2014-11-081-1/+78
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* docMattias Andrée2014-11-081-37/+364
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add todoMattias Andrée2014-11-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* definitions for the syntax treeMattias Andrée2014-11-081-0/+246
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on lexal parsingMattias Andrée2014-11-081-0/+74
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2014-11-081-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + buf fix: wrong element size on mallocMattias Andrée2014-11-081-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-081-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* kbd miscMattias Andrée2014-10-241-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whoopsMattias Andrée2014-10-241-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-10-241-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kbdc: string_encodeMattias Andrée2014-10-241-0/+37
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* 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>