summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2006-07-25Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen1-4/+4
2006-07-25Moved some assembly optimizations to the target treeLinus Nielsen Feltzing5-2304/+0
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen1-0/+8
2006-06-30Simplify code...Jens Arnold1-2/+2
2006-06-30volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold1-7/+10
2006-05-30Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen1-2/+3
2006-05-16Update dircache startcluster at file close when writing. Fixes bug when crea...Hardeep Sidhu1-0/+3
2006-04-24Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner1-2/+1
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen1-0/+57
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen1-11/+22
2006-04-13Fixed the file renaming/removing issue with dircache enabled.Miika Pekkarinen1-5/+15
2006-04-05Make ASM memset for ARM return destination address, as is standard.Thom Johansen1-28/+27
2006-04-05CP1251 is cyrillic, and not only russian codepageHristo Kovachev1-1/+1
2006-03-30Dircache support for simulator also.Miika Pekkarinen1-22/+83
2006-03-30Do the dircache operation first to block properly when necessary.Miika Pekkarinen1-7/+7
2006-03-29More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen1-6/+45
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen2-7/+50
2006-03-26Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen1-2/+2
2006-03-22Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen1-1/+22
2006-03-10Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...Jens Arnold1-0/+13
2006-03-10some unicode fixes by Frank DischnerMarcoen Hirschberg1-13/+12
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low1-4/+5
2006-03-07Fix red builds (with frustration)Brandon Low1-11/+11
2006-03-06Make seconds flow evenly and further throttle RTC reads solution partially th...Brandon Low1-13/+13
2006-03-05Make the RTC read throttling work, thanks to herz42 on ircBrandon Low1-0/+1
2006-03-05Fix some yellow buildsBrandon Low1-2/+1
2006-03-05Move the RTC read throttling to a smarter placeBrandon Low1-11/+16
2006-03-02TAB policed.Jens Arnold1-3/+3
2006-03-02Change rename() to set errno to EXDEV if a rename is attempted across volumes.Dan Everton1-3/+10
2006-02-28Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen1-4/+51
2006-02-22Didn't mean to commit this, revert.Thom Johansen1-256/+0
2006-02-22Fix silly bug that made it crash on iPod.Jens Arnold1-1/+1
2006-02-22Fix stupid mistake.Thom Johansen1-1/+1
2006-02-22Commit correct file this time.Thom Johansen1-0/+81
2006-02-22ARM optimised memset from Linux.Thom Johansen1-0/+256
2006-02-22Added memset16() for filling memory regions with 16 bit values, needed for up...Jens Arnold2-0/+225
2006-02-06Added memmove() to the rockbox core. C implementation taken from newlib. Full...Jens Arnold3-10/+1032
2006-02-03Made %n not eat white space.Tomasz Malesinski1-9/+16
2006-01-31Now dircache should work on players requiring long aligned memoryMiika Pekkarinen1-5/+27
2006-01-25Simple sscanf implementationTomasz Malesinski1-0/+216
2006-01-20Better random number generator: Mersenne twiser with improved initialisation....Jens Arnold1-137/+97
2005-12-17More compact & straight-forward headbytes handling.Jens Arnold1-34/+11
2005-12-16Now the file corruption bug when reading & writing the same file isMiika Pekkarinen1-11/+19
2005-12-13Fixed a file system driver caching bug corrupting files on certain situationsMiika Pekkarinen1-0/+11
2005-12-11Reworking of Archos RTC code to create a (slightly) more abstract RTC apiDave Chapman1-25/+19
2005-12-07several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg1-1/+1
2005-12-06move some code from .h files to .c files and polish unicode.c a bitMarcoen Hirschberg1-8/+14
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg1-0/+307
2005-12-04Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...Dave Chapman1-2/+2
2005-11-26More comments to the dircache functions and a debug menu entry toMiika Pekkarinen1-9/+83