Age | Commit message (Expand) | Author |
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 |
2005-06-21 | Assembler optimised memset() for coldfire. Speed increase ranging from a few ... | Jens Arnold |
2005-06-07 | Slightly more optimised memset() for SH1. Especially faster for 4 < length < 12. | Jens Arnold |
2005-05-16 | Hotswap: Better placement for switching the MMC monitor off/on. | Jens Arnold |
2005-02-27 | couple of fixes for 16 bits archs | Jean-Philippe Bernardy |
2005-02-25 | more long policy | Jean-Philippe Bernardy |
2005-02-22 | Build cleanup and general fixes. fprintf() is now fdprintf(), the separation | Daniel Stenberg |
2005-02-18 | Unified build system to use SOURCES for sim builds too, a single Makefile-look | Daniel Stenberg |
2005-02-15 | random longness fixes | Jean-Philippe Bernardy |
2005-02-15 | long policy | Jean-Philippe Bernardy |
2005-01-28 | preparations for hotswapping MMC | Jörg Hohensohn |
2005-01-27 | Added ID3 searching | Björn Stenberg |
2005-01-24 | TABs removed | Jens Arnold |
2005-01-23 | int -> long where needed | Jean-Philippe Bernardy |
2005-01-23 | Support for %l* plus __attribute__ printf support | Jean-Philippe Bernardy |
2005-01-22 | Forgot to commit removal of string.c when reviving memcpy.c and memset.c | Jens Arnold |
2005-01-22 | Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() i... | Jens Arnold |
2005-01-21 | Revived C implementations of memcpy() and memset() for platforms without asm ... | Jens Arnold |
2005-01-10 | Jean-Philippe Bernardy: C versions of memset() and memcpy() for archs with | Daniel Stenberg |
2005-01-03 | using a pointer instead of array dereferencing saves ~250 bytes | Jörg Hohensohn |
2005-01-01 | volume names look better in sharp brackets, code slightly more compact | Jörg Hohensohn |
2004-12-29 | Shared mounting code, also more general. It will mount multiple HD partitions... | Jörg Hohensohn |
2004-12-28 | prepared to mount multiple partitions into one logical file system (most usef... | Jörg Hohensohn |
2004-11-17 | Bug fix: Do only flush the sector buffer after writing head bytes if it reall... | Jens Arnold |