aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license, change style, simplify makefile, and do not use gpp2.3Mattias Andrée2017-10-161-318/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* change licenseMattias Andrée2015-11-271-4/+14
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* argc can be 0, do not crash on error if it isMattias Andrée2015-10-141-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* linux guarantees that a call to clock will always close the file descriptor if validMattias Andrée2015-10-141-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update makefile + update gitignore + fix warnings + remove old implementation + add deps2Mattias Andrée2015-09-121-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* signals will interrupt read on timer, so we do not have to wait for the timer to expire to exitMattias Andrée2015-09-121-0/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* port to c + reduce flicker + use timerfdMattias Andrée2015-09-121-0/+304
Signed-off-by: Mattias Andrée <maandree@operamail.com>