index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
time.c
Age
Commit message (
Expand
)
Author
2019-10-24
Remove syscall wrappers around clock_gettime, closes 12091
Denys Vlasenko
2019-10-08
time: Use 64 prefix syscall if we have to
Alistair Francis
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-09-23
date: do not allow "month #20" and such, closes 11356
Denys Vlasenko
2016-05-31
libbb: fix time parsing of [[CC]YY]MMDDhhmm[.SS]. Closes 8951
Natanael Copa
2014-01-21
libbb: fix parsing of "10101010" date/time form
Denys Vlasenko
2013-07-25
date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formats
Bartosz Golaszewski
2013-03-29
libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()
Denys Vlasenko
2011-01-17
libbb: better comment in parse_date
Denys Vlasenko
2011-01-02
date,touch: treat 2-digit years better (fit them into +-50 yrs around today)
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-04-22
date: support -d @SECONDS_SINCE_1970
Denys Vlasenko
2010-03-22
date,touch: accept Jan 7 00:00:00 2010 format
Alexander Shishkin
2010-01-12
libbb: introduce and use monotonic_ms
Denys Vlasenko
2010-01-09
*: make it easier to distinquish "struct tm", pointer to one, etc
Denys Vlasenko
2009-11-15
date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format
Denys Vlasenko
2009-09-02
small commit tweak in parse_datestr, no code changes
Denys Vlasenko
2009-07-18
touch: implement -t TIME (needed for testsuite)
Denys Vlasenko
2009-07-18
touch: implement -d --date (our own testsuite needs that)
Denys Vlasenko
2009-07-18
date: factor out date parsing (in preparation for touch -d)
Denys Vlasenko
2008-06-29
libbb: shrink monotonic_XXX functions, introduce monotonic_ns
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-07
define CLOCK_MONOTONIC to 1 if it is not defined
Denis Vlasenko
2008-03-02
actually add bb_qsort.c
Denis Vlasenko
2007-06-18
fix an obvious typo while trying to access the tv_usec member
Mike Frysinger
2007-06-17
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
hwclock: size optimizations
Denis Vlasenko