summaryrefslogtreecommitdiff
path: root/lib/util/time.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-05time: prefer CLOCK_BOOTTIME for clock_gettime_mono()Björn Jacke1-2/+12
2013-07-05time: don't try to use the coarse clockBjörn Jacke1-9/+2
2013-02-19lib/util/time: strip a potential trailing newline in the asctime case.Michael Adam1-0/+9
2012-05-08lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversionAndrew Bartlett1-1/+1
2011-11-03util/time: Make some functions explicitly public.Jelmer Vernooij1-3/+3
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher1-0/+117
2011-06-11s3-param Remove 'time offset' from smb.confAndrew Bartlett1-3/+1
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell1-0/+9
2011-06-01lib/util/time.c: timeval_current_ofs_msecRusty Russell1-0/+9
2011-03-01lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett1-0/+59
2010-12-22lib/util/time.c - make the "strftime" output locale independant ("%c" is not)Matthias Dieter Wallnöfer1-5/+4
2010-09-15Fix a typoVolker Lendecke1-1/+1
2010-09-14Ensure incoming timespec values correctly wrap at nsecs.Jeremy Allison1-0/+7
2010-09-07lib/util: add time_mono() for monotonic time a la time()Björn Jacke1-0/+21
2010-08-31lib/util: add nsec_time_diff to calulate diffs from timespecsBjörn Jacke1-0/+9
2010-08-31lib/util: add function to query the monotonic clock with the required fallbac...Björn Jacke1-0/+10
2010-01-07lib/util: move TIME_T_MIN/MAX defines into header fileBjörn Jacke1-14/+0
2008-12-23Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij1-1/+4
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-20/+108
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+622