summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* Dircache support for simulator also.Miika Pekkarinen2006-03-30
* Do the dircache operation first to block properly when necessary.Miika Pekkarinen2006-03-30
* More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen2006-03-29
* Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen2006-03-28
* Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen2006-03-26
* Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen2006-03-22
* Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...Jens Arnold2006-03-10
* some unicode fixes by Frank DischnerMarcoen Hirschberg2006-03-10
* Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low2006-03-09
* Fix red builds (with frustration)Brandon Low2006-03-07
* Make seconds flow evenly and further throttle RTC reads solution partially th...Brandon Low2006-03-06
* Make the RTC read throttling work, thanks to herz42 on ircBrandon Low2006-03-05
* Fix some yellow buildsBrandon Low2006-03-05
* Move the RTC read throttling to a smarter placeBrandon Low2006-03-05
* TAB policed.Jens Arnold2006-03-02
* Change rename() to set errno to EXDEV if a rename is attempted across volumes.Dan Everton2006-03-02
* Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen2006-02-28
* Didn't mean to commit this, revert.Thom Johansen2006-02-22
* Fix silly bug that made it crash on iPod.Jens Arnold2006-02-22
* Fix stupid mistake.Thom Johansen2006-02-22
* Commit correct file this time.Thom Johansen2006-02-22
* ARM optimised memset from Linux.Thom Johansen2006-02-22
* Added memset16() for filling memory regions with 16 bit values, needed for up...Jens Arnold2006-02-22
* Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold2006-02-06
* Made %n not eat white space.Tomasz Malesinski2006-02-03
* Now dircache should work on players requiring long aligned memoryMiika Pekkarinen2006-01-31
* Simple sscanf implementationTomasz Malesinski2006-01-25
* Better random number generator: Mersenne twiser with improved initialisation....Jens Arnold2006-01-20
* More compact & straight-forward headbytes handling.Jens Arnold2005-12-17
* Now the file corruption bug when reading & writing the same file isMiika Pekkarinen2005-12-16
* Fixed a file system driver caching bug corrupting files on certain situationsMiika Pekkarinen2005-12-13
* Reworking of Archos RTC code to create a (slightly) more abstract RTC apiDave Chapman2005-12-11
* several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg2005-12-07
* move some code from .h files to .c files and polish unicode.c a bitMarcoen Hirschberg2005-12-06
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman2005-12-04
* More comments to the dircache functions and a debug menu entry toMiika Pekkarinen2005-11-26
* Debug menu entry for the dircache.Miika Pekkarinen2005-11-26
* Initial gcc4 warning cleanup (and some minor policing)Daniel Stenberg2005-11-25
* Fixed an empty directory problem with dircache when renaming files.Miika Pekkarinen2005-11-18
* Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2005-11-17
* Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the...Jens Arnold2005-11-12
* SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca...Jens Arnold2005-10-31
* Further optimised SH1 memcpy(): Lower latency for very small blocks, faster l...Jens Arnold2005-10-30
* Coldfire: slight optimisations of memset().Jens Arnold2005-10-22
* Now correctly interrupting the dircache rebuilding.Miika Pekkarinen2005-10-20
* Do not try to read from dircache if directory was opened when cache was notMiika Pekkarinen2005-10-09
* Fixed a problem with dircache where filetree modified dircacheMiika Pekkarinen2005-10-08
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07
* Correct usage of ICODE_ATTR in memcpy.c and strlen.cLinus Nielsen Feltzing2005-08-15