aboutsummaryrefslogtreecommitdiffstats
path: root/src/mongoclock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license, change style, simplify makefile, and do not use gpp2.3Mattias Andrée2017-10-161-318/+0
* 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 deps2Mattias 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