aboutsummaryrefslogtreecommitdiffstats
path: root/src/mongoclock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change licenseMattias Andrée2015-11-271-4/+14
* argc can be 0, do not crash on error if it isMattias Andrée2015-10-141-2/+1
* linux guarantees that a call to clock will always close the file descriptor if validMattias Andrée2015-10-141-2/+2
* update makefile + update gitignore + fix warnings + remove old implementation + add depsMattias Andrée2015-09-121-4/+5
* 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
* port to c + reduce flicker + use timerfdMattias Andrée2015-09-121-0/+304