summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/unix/time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite isc_time_microdiff() as uelapsed() and put it directlyflorian2020-09-141-41/+0
* cleanupflorian2020-02-161-17/+1
* clock_gettime cannot fail if called correctly; unravel TIME_NOWflorian2020-02-161-12/+1
* Move isc_time_formathttptimestamp to the only place it is used.florian2020-02-161-19/+1
* unravel isc_time_formattimestampflorian2020-02-161-26/+3
* unravel isc_time_add and isc_time_subtractflorian2020-02-161-22/+1
* unravel isc_time_compareflorian2020-02-161-17/+1
* unravel isc_time_isepochflorian2020-02-161-13/+1
* remove timespec settersflorian2020-02-161-17/+1
* Reduce interval indirection by setting struct members directly andflorian2020-02-161-27/+1
* The timer type we are using requires interval to be set, removeflorian2020-02-161-4/+1
* Replace isc_time_t and interval_t with struct timespec.florian2020-02-161-120/+47
* Now we are only using one timer type (once) and expires is always NULLflorian2020-02-161-4/+1
* threads are gone, replace thread safe isc__strerror() wrapperjung2020-02-131-5/+2
* remove more uneeded include statements and filesjsg2020-02-131-3/+1
* trust gettimeofday doing the right thingflorian2020-02-131-48/+1
* remove some unreferenced functionsjsg2020-02-121-104/+1
* remove uneeded #include linesjsg2020-02-111-3/+2
* Move dig(1) and needed DNS libraries into it's own source directory inflorian2020-02-071-0/+435