aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-14argc can be 0, do not crash on error if it isMattias Andrée1-2/+1
2015-10-14linux guarantees that a call to clock will always close the file descriptor if validMattias Andrée1-2/+2
2015-09-12update makefile + update gitignore + fix warnings + remove old implementation + add deps2Mattias Andrée1-4/+5
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
2015-09-12port to c + reduce flicker + use timerfdMattias Andrée1-0/+304