summaryrefslogtreecommitdiff
path: root/lib/util/time.c
Commit message (Expand)AuthorAgeFilesLines
* lib: add a comment to nt_time_to_full_timespec()Ralph Boehme2019-12-091-2/+12
* lib: harden full_timespec_to_nt_time()Ralph Boehme2019-12-091-8/+22
* lib: canonicalize pull_dos_date3()Ralph Boehme2019-12-061-0/+5
* lib: add time_t_to_full_timespec()Ralph Boehme2019-12-061-0/+14
* lib: add timespec_string_buf()Ralph Boehme2019-12-061-0/+56
* lib: use nt_time_to_unix_full() in nt_time_string()Ralph Boehme2019-12-061-1/+1
* lib: add nt_time_to_full_time_t()Ralph Boehme2019-12-061-0/+17
* lib: add full_timespec_to_time_t()Ralph Boehme2019-12-061-0/+36
* lib: add nt_time_to_full_timespec()Ralph Boehme2019-12-061-0/+41
* lib: add full_timespec_to_nt_time()Ralph Boehme2019-12-061-0/+25
* lib: add functions dealing with struct timespec UTIME_OMITRalph Boehme2019-12-061-0/+23
* lib: add round_timespec_to_nttime()Ralph Boehme2019-09-101-0/+9
* Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.Dr. Thomas Orgis2018-01-081-0/+51
* libbreplace: compatibility fix for AIXGuillaume Xavier Taillon2017-06-131-1/+1
* lib/util: fix function commentUri Simchoni2016-03-281-1/+1
* lib/util: Add RFC3339 timestamp support to timeval_str_buf()Martin Schwenke2014-10-131-1/+1
* lib/util: Clean up includes for time.[ch]Martin Schwenke2014-10-041-2/+4
* lib: Create time_basic.[ch]Volker Lendecke2014-07-311-52/+1
* lib: Use timeval_str_buf in timeval_stringVolker Lendecke2014-07-311-38/+17
* lib: Add timeval_str_bufVolker Lendecke2014-07-311-0/+39
* lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_timeVolker Lendecke2014-06-301-4/+4
* lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke2014-06-301-8/+5
* lib: Apply const to nt_time_to_unix_timespecVolker Lendecke2014-06-181-1/+1
* lib-util: add functions to get elapsed from given timespec structsVolker Lendecke2013-12-121-0/+18
* time: prefer CLOCK_BOOTTIME for clock_gettime_mono()Björn Jacke2013-07-051-2/+12
* time: don't try to use the coarse clockBjörn Jacke2013-07-051-9/+2
* lib/util/time: strip a potential trailing newline in the asctime case.Michael Adam2013-02-191-0/+9
* lib/util: Map 0x7fffffffffffffffLL as 0x7fffffffffffffffLL in time conversionAndrew Bartlett2012-05-081-1/+1
* util/time: Make some functions explicitly public.Jelmer Vernooij2011-11-031-3/+3
* lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2011-09-231-0/+117
* s3-param Remove 'time offset' from smb.confAndrew Bartlett2011-06-111-3/+1
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-0/+9
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-011-0/+9
* lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett2011-03-011-0/+59
* lib/util/time.c - make the "strftime" output locale independant ("%c" is not)Matthias Dieter Wallnöfer2010-12-221-5/+4
* Fix a typoVolker Lendecke2010-09-151-1/+1
* Ensure incoming timespec values correctly wrap at nsecs.Jeremy Allison2010-09-141-0/+7
* lib/util: add time_mono() for monotonic time a la time()Björn Jacke2010-09-071-0/+21
* lib/util: add nsec_time_diff to calulate diffs from timespecsBjörn Jacke2010-08-311-0/+9
* lib/util: add function to query the monotonic clock with the required fallbac...Björn Jacke2010-08-311-0/+10
* lib/util: move TIME_T_MIN/MAX defines into header fileBjörn Jacke2010-01-071-14/+0
* Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij2008-12-231-1/+4
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-20/+108
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+622