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
Age
Commit message (
Expand
)
Author
2006-10-05
Add CPU boost tracker to see where boosts are coming from
Steve Bavin
2006-09-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-09-07
Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD...
Jens Arnold
2006-08-31
Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...
Dave Chapman
2006-08-26
Fixed performance problems when initializing tagcache.
Miika Pekkarinen
2006-08-14
Make sure dircache blocks correctly.
Miika Pekkarinen
2006-08-05
Initial support and use for EEPROM memory on H120 & H140 players when
Miika Pekkarinen
2006-08-02
Tagcache: Fixed runtime stats not being gathered when tagcache is kept
Miika Pekkarinen
2006-07-25
Fixed unicode buffer overflow issue (metadata parser crashed with some
Miika Pekkarinen
2006-07-25
Moved some assembly optimizations to the target tree
Linus Nielsen Feltzing
2006-07-10
Tagcache update: Support removal of entries and no longer the need for
Miika Pekkarinen
2006-06-30
Simplify code...
Jens Arnold
2006-06-30
volume_strip() now ignores multiple leading slashes like the rest of the path...
Jens Arnold
2006-05-30
Fixed incorrect memory allocation bug with tagcache.
Miika Pekkarinen
2006-05-16
Update dircache startcluster at file close when writing. Fixes bug when crea...
Hardeep Sidhu
2006-04-24
Use filesize instead of lseek to find the size of a file. Reduces disk access...
Frank Dischner
2006-04-18
Performance optimizations for tagcache commit. Still more left to be done.
Miika Pekkarinen
2006-04-16
Commit tagcache in background when possible (at least dircache enabled).
Miika Pekkarinen
2006-04-13
Fixed the file renaming/removing issue with dircache enabled.
Miika Pekkarinen
2006-04-05
Make ASM memset for ARM return destination address, as is standard.
Thom Johansen
2006-04-05
CP1251 is cyrillic, and not only russian codepage
Hristo Kovachev
2006-03-30
Dircache support for simulator also.
Miika Pekkarinen
2006-03-30
Do the dircache operation first to block properly when necessary.
Miika Pekkarinen
2006-03-29
More safety checks to dircache to block updates until cache is ready.
Miika Pekkarinen
2006-03-28
Boost open() performance on platforms with dircache. Tagcache initial
Miika Pekkarinen
2006-03-26
Initial version of tagcache! There are still some bugs in the engine
Miika Pekkarinen
2006-03-22
Don't stop dircache thread when charger is plugged in/removed.
Miika Pekkarinen
2006-03-10
Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...
Jens Arnold
2006-03-10
some unicode fixes by Frank Dischner
Marcoen Hirschberg
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
2006-03-02
TAB policed.
Jens Arnold
2006-03-02
Change rename() to set errno to EXDEV if a rename is attempted across volumes.
Dan Everton
2006-02-28
Implement . and .. path in dircache to properly support moving files
Miika Pekkarinen
2006-02-22
Didn't mean to commit this, revert.
Thom Johansen
2006-02-22
Fix silly bug that made it crash on iPod.
Jens Arnold
2006-02-22
Fix stupid mistake.
Thom Johansen
2006-02-22
Commit correct file this time.
Thom Johansen
2006-02-22
ARM optimised memset from Linux.
Thom Johansen
2006-02-22
Added memset16() for filling memory regions with 16 bit values, needed for up...
Jens Arnold
2006-02-06
Added memmove() to the rockbox core. C implementation taken from newlib. Full...
Jens Arnold
2006-02-03
Made %n not eat white space.
Tomasz Malesinski
2006-01-31
Now dircache should work on players requiring long aligned memory
Miika Pekkarinen
2006-01-25
Simple sscanf implementation
Tomasz Malesinski
2006-01-20
Better random number generator: Mersenne twiser with improved initialisation....
Jens Arnold
2005-12-17
More compact & straight-forward headbytes handling.
Jens Arnold
[next]