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
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