Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.
[metze/samba/wip.git] / lib / util / time.c
2018-01-08 Dr. Thomas OrgisAdd substitutions %t, %j, and %J as path-safe variants...
2017-06-13 Guillaume Xavier... libbreplace: compatibility fix for AIX
2016-03-28 Uri Simchonilib/util: fix function comment
2014-10-13 Martin Schwenkelib/util: Add RFC3339 timestamp support to timeval_str_...
2014-10-03 Martin Schwenkelib/util: Clean up includes for time.[ch]
2014-07-31 Volker Lendeckelib: Create time_basic.[ch]
2014-07-31 Volker Lendeckelib: Use timeval_str_buf in timeval_string
2014-07-31 Volker Lendeckelib: Add timeval_str_buf
2014-06-30 Volker Lendeckelib: Align nt_time_to_unix_timespec with unix_timespec_...
2014-06-30 Volker Lendeckelib: Align unix_timespec_to_nt_time with nt_time_to_uni...
2014-06-18 Volker Lendeckelib: Apply const to nt_time_to_unix_timespec
2013-12-12 Volker Lendeckelib-util: add functions to get elapsed from given times...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-07-05 Björn Jacketime: prefer CLOCK_BOOTTIME for clock_gettime_mono()
2013-07-05 Björn Jacketime: don't try to use the coarse clock
2013-02-19 Michael Adamlib/util/time: strip a potential trailing newline in...
2012-05-08 Andrew Bartlettlib/util: Map 0x7fffffffffffffffLL as 0x7ffffffffffffff...
2011-11-03 Jelmer Vernooijutil/time: Make some functions explicitly public.
2011-09-22 Stefan Metzmacherlib/util: move some timespec helpers from source3 to...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-upstream/tags/samba-4.0.0alpha16
2011-06-11 Andrew Bartletts3-param Remove 'time offset' from smb.conf
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_usec
2011-06-01 Rusty Russelllib/util/time.c: timeval_current_ofs_msec
2011-03-01 Andrew Bartlettlib/util/time: Merge time functions from source3/lib...
2010-12-22 Matthias Dieter... lib/util/time.c - make the "strftime" output locale...
2010-09-15 Volker LendeckeFix a typo
2010-09-14 Jeremy AllisonEnsure incoming timespec values correctly wrap at nsecs.
2010-09-07 Björn Jackelib/util: add time_mono() for monotonic time a la time()
2010-08-31 Björn Jackelib/util: add nsec_time_diff to calulate diffs from...
2010-08-31 Björn Jackelib/util: add function to query the monotonic clock...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-06 Björn Jackelib/util: move TIME_T_MIN/MAX defines into header file
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijFix use of "time offset" parameter, and add test to...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijCope with changed signature of http_timestring().
2008-10-11 Jelmer VernooijMove lib/util from source4 to top-level libutil.