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