aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update redshift to redshift-ngMattias Andrée2025-03-061-4/+4
* StyleMattias Andrée2025-03-061-2/+2
* cleanup + cast + use pipe2 on linuxMattias Andrée2025-03-051-13/+10
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-16/+1
* Unify header files (so far most)Mattias Andrée2025-03-051-1/+1
* Fix #174: Use nanosleep() instead of usleep()Jon Lund Steffensen2015-02-221-1/+5
* systemtime: Add function wrapping platform sleep functionJon Lund Steffensen2014-12-281-0/+11
* systemtime: Fix includes and check for _POSIX_TIMERSJon Lund Steffensen2014-12-281-2/+7
* systemtime: Use gettimeofday if POSIX timers not availableJon Lund Steffensen2014-12-151-12/+25
* systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen2010-05-061-0/+52