summaryrefslogtreecommitdiff
path: root/lib/util/time.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-07lib: Add timespec_equal()Volker Lendecke1-0/+1
2024-03-22lib: Remove timeval_set()Volker Lendecke1-5/+0
2024-03-22lib: Remove timeval_until()Volker Lendecke1-8/+0
2024-02-08lib:util: Remove trailing whitespaceJo Sutton1-4/+4
2023-03-01lib: add NTTIME_[U|m]SEC macrosAmir Goldstein1-0/+3
2022-07-23lib: Fix the FreeBSD buildVolker Lendecke1-0/+1
2022-01-08lib: util: Add a function nt_time_to_unix_timespec_raw().Jeremy Allison1-0/+2
2021-10-28lib: add NTTIME_THAWRalph Boehme1-0/+1
2021-04-16lib/util: fix timespec normalizationPhilipp Gesang1-0/+1
2020-08-15lib/util: Standardize use of st_[acm]time nsMatthew DeVore1-0/+18
2019-12-09lib: spelling fixRalph Boehme1-1/+1
2019-12-09lib: add NTTIME_MAX, NTTIME_MIN, NTTIME_OMIT and NTTIME_FREEZE definitionsRalph Boehme1-0/+23
2019-12-06lib: add time_t_to_full_timespec()Ralph Boehme1-0/+1
2019-12-06lib: add timespec_string_buf()Ralph Boehme1-0/+5
2019-12-06lib: add nt_time_to_full_time_t()Ralph Boehme1-0/+1
2019-12-06lib: add full_timespec_to_time_t()Ralph Boehme1-0/+1
2019-12-06lib: add nt_time_to_full_timespec()Ralph Boehme1-0/+1
2019-12-06lib: add full_timespec_to_nt_time()Ralph Boehme1-0/+1
2019-12-06lib: add functions dealing with struct timespec UTIME_OMITRalph Boehme1-0/+9
2019-12-06lib: provide UTIME_NOW|OMIT defines under our own namespaceRalph Boehme1-0/+2
2019-09-10lib: add round_timespec_to_nttime()Ralph Boehme1-0/+1
2019-01-12lib: remove unused function nttime_from_string()Swen Schillig1-5/+0
2018-01-08Add substitutions %t, %j, and %J as path-safe variants of %T, %i, and %I.Dr. Thomas Orgis1-0/+15
2014-10-04lib/util: Clean up includes for time.[ch]Martin Schwenke1-0/+4
2014-07-31lib: Create time_basic.[ch]Volker Lendecke1-12/+0
2014-07-31lib: Add timeval_str_bufVolker Lendecke1-0/+12
2014-06-30lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_timeVolker Lendecke1-1/+1
2014-06-30lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke1-1/+1
2014-06-18lib: Apply const to nt_time_to_unix_timespecVolker Lendecke1-1/+1
2013-12-12lib-util: add functions to get elapsed from given timespec structsVolker Lendecke1-0/+10
2011-11-03util/time: Remove unnecessary _PUBLIC_ - that's implicit for things in header...Jelmer Vernooij1-44/+40
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher1-0/+10
2011-06-11s3-param Remove 'time offset' from smb.confAndrew Bartlett1-3/+0
2011-06-10lib/util/time.h: fix licence/copyrightGünther Deschner1-1/+6
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell1-0/+5
2011-06-01lib/util/time.c: timeval_current_ofs_msecRusty Russell1-0/+5
2011-03-01lib/util/time: Merge time functions from source3/lib/time.cAndrew Bartlett1-0/+17
2010-09-07lib/util: add time_mono() for monotonic time a la time()Björn Jacke1-0/+5
2010-08-31lib/util: add nsec_time_diff to calulate diffs from timespecsBjörn Jacke1-0/+5
2010-08-31lib/util: add function to query the monotonic clock with the required fallbac...Björn Jacke1-0/+5
2010-01-07lib/util: move TIME_T_MIN/MAX defines into header fileBjörn Jacke1-0/+14
2008-12-23Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij1-0/+3
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-1/+6
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-0/+5
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+232