index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
/
timefuncs.c
Age
Commit message (
Expand
)
Author
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2009-10-18
Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...
Bertrik Sikken
2009-09-26
FS#10569 RTC driver cleanup
Nils Wallménius
2009-08-11
Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...
Frank Gevaerts
2009-08-11
Consolidate day of week calculation
Frank Gevaerts
2009-08-11
rework new time handling functions a bit to be more memory efficient
Frank Gevaerts
2009-08-11
Add support for setting the clock using a special SCSI command. This is the s...
Frank Gevaerts
2009-06-29
Fix yellow introduced in r21561
Alexander Levin
2009-06-29
Make the get_time on non-RTC sims behave like target, i.e. always return a co...
Alexander Levin
2009-02-13
Onda VX747:
Maurus Cuelenaere
2008-07-15
Onda VX747:
Maurus Cuelenaere
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-15
Fixed FS#7849
Bertrik Sikken
2007-07-14
FS#7353 - mktime() is only used by targets that have an RTC
Robert Keevil
2007-03-16
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...
Jens Arnold
2007-03-03
remove runtime detection of h1x0 series RTC MOD, but leave driver code
Robert Kukla
2007-02-28
FS#6419 - driver for H1x0 series RTC Mod with runtime detection
Robert Kukla
2006-10-19
Patch #5166 by Robert Keevil - Last.fm logging
Linus Nielsen Feltzing
2006-03-10
Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...
Jens Arnold
2006-03-09
Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...
Brandon Low
2006-03-07
Fix red builds (with frustration)
Brandon Low
2006-03-06
Make seconds flow evenly and further throttle RTC reads solution partially th...
Brandon Low
2006-03-05
Make the RTC read throttling work, thanks to herz42 on irc
Brandon Low
2006-03-05
Fix some yellow builds
Brandon Low
2006-03-05
Move the RTC read throttling to a smarter place
Brandon Low
2005-12-11
Reworking of Archos RTC code to create a (slightly) more abstract RTC api
Dave Chapman
2005-12-04
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...
Dave Chapman
2005-02-18
Unified build system to use SOURCES for sim builds too, a single Makefile-look
Daniel Stenberg
2004-08-17
Const policed pointer arguments to functions, part 2
Jens Arnold
2004-04-25
valid_time() now handles tm_wday correctly
Linus Nielsen Feltzing
2004-04-20
Reworked the time get/set functions
Linus Nielsen Feltzing
2003-01-27
tm_mon starts at 0
Björn Stenberg
2003-01-27
Corrected get_time(). This should fix the bad file date bug. Also changed sta...
Björn Stenberg
2002-11-24
Killed a warning
Linus Nielsen Feltzing
2002-11-24
Removed debug output
Linus Nielsen Feltzing
2002-11-20
Now uses timefuncs.h instead of time.h
Linus Nielsen Feltzing
2002-11-20
Only Recorders have RTC
Linus Nielsen Feltzing
2002-11-20
New time functions
Linus Nielsen Feltzing