Age | Commit message (Expand) | Author |
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 |
2005-12-16 | Now the file corruption bug when reading & writing the same file is | Miika Pekkarinen |
2005-12-13 | Fixed a file system driver caching bug corrupting files on certain situations | Miika Pekkarinen |
2005-12-11 | Reworking of Archos RTC code to create a (slightly) more abstract RTC api | Dave Chapman |
2005-12-07 | several small fixes sugested by different people (FireFly, Lear, Takka) | Marcoen Hirschberg |
2005-12-06 | move some code from .h files to .c files and polish unicode.c a bit | Marcoen Hirschberg |
2005-12-06 | waiting is over: initial unicode commit | Marcoen Hirschberg |
2005-12-04 | Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define... | Dave Chapman |
2005-11-26 | More comments to the dircache functions and a debug menu entry to | Miika Pekkarinen |
2005-11-26 | Debug menu entry for the dircache. | Miika Pekkarinen |
2005-11-25 | Initial gcc4 warning cleanup (and some minor policing) | Daniel Stenberg |
2005-11-18 | Fixed an empty directory problem with dircache when renaming files. | Miika Pekkarinen |
2005-11-17 | Added dircache support to playlist. Now playlist filename pointers are | Miika Pekkarinen |
2005-11-12 | Coldfire: Assembler optimised memcpy(), 2.4x...10x (avg. 6.8x) as fast as the... | Jens Arnold |
2005-10-31 | SH1 memcpy(): Slightly changed loop concept: saved 4 bytes, and the long+1 ca... | Jens Arnold |
2005-10-30 | Further optimised SH1 memcpy(): Lower latency for very small blocks, faster l... | Jens Arnold |
2005-10-22 | Coldfire: slight optimisations of memset(). | Jens Arnold |
2005-10-20 | Now correctly interrupting the dircache rebuilding. | Miika Pekkarinen |
2005-10-09 | Do not try to read from dircache if directory was opened when cache was not | Miika Pekkarinen |
2005-10-08 | Fixed a problem with dircache where filetree modified dircache | Miika Pekkarinen |
2005-10-07 | Implemented directory caching. No more waiting for disk to spin up while | Miika Pekkarinen |
2005-08-15 | Correct usage of ICODE_ATTR in memcpy.c and strlen.c | Linus Nielsen Feltzing |
2005-07-18 | Added CPU_COLDFIRE define - one step closer to iAudio-port | Christian Gmeiner |
2005-07-12 | make the ctype array unsigned so that bit 7 (octal 0200) can be set and | Daniel Stenberg |
2005-07-05 | Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback | Linus Nielsen Feltzing |
2005-06-22 | Coldfire: slight memset() optimisation. | Jens Arnold |
2005-06-21 | memset() on coldfire now exploits burst mode whenever possible, giving anothe... | Jens Arnold |