Age | Commit message (Expand) | Author |
2002-11-11 | close() now does not truncate the file. | Björn Stenberg |
2002-11-05 | Corrected return value check. | Björn Stenberg |
2002-11-04 | Bugfix: lseek() did not invalidate sector cache when seeking to start of file. | Björn Stenberg |
2002-11-01 | Added remove() | Björn Stenberg |
2002-10-31 | Fixed lseek(). | Björn Stenberg |
2002-10-31 | More graceful handling when running out of space. | Björn Stenberg |
2002-10-22 | Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo... | Björn Stenberg |
2002-10-21 | removed use of uninitialized variable | Daniel Stenberg |
2002-10-20 | Snapshot of file writing code. Bugs remain. Only short names are supported yet. | Björn Stenberg |
2002-10-10 | Partition debug screen added, and jumped to when no fat32 partition is found ... | Björn Stenberg |
2002-09-30 | Magnus Holmgren's improved atoi() | Daniel Stenberg |
2002-09-16 | added memcmp function to make rockbox compilable with latest gcc versions wit... | Felix Arends |
2002-09-13 | undef MAX_PATH before defining it makes it play the simulator game better | Daniel Stenberg |
2002-08-24 | Make close() check for a valid fd and set errno accordingly. | Heikki Hannikainen |
2002-08-23 | bad bad bad snprintf() overflow the buffer if the string passed in with a | Daniel Stenberg |
2002-08-22 | when we want to open a file, we want the exact specified file name, not | Daniel Stenberg |
2002-08-15 | Now doesn't truncate the lenght when comparing path components | Linus Nielsen Feltzing |
2002-08-11 | First version of loadable fonts patch by Alex Gitelman | Björn Stenberg |
2002-08-05 | added weirdo extra protos for the mingw cross-compile build | Daniel Stenberg |
2002-08-04 | use our own prototypes for open, read, close and lseek if we compile | Daniel Stenberg |
2002-08-02 | just defensivelt check for defined defines before we define them | Daniel Stenberg |
2002-08-02 | debreakage | Daniel Stenberg |
2002-08-02 | ming compile fixes by Bill Napier | Daniel Stenberg |
2002-08-01 | Moved to internal RAM | Linus Nielsen Feltzing |
2002-07-25 | The ctype array was too short. Found by Magnus Holmgren, thanks. | Linus Nielsen Feltzing |
2002-07-18 | Use most significant bits instead (gives better random) | Björn Stenberg |
2002-07-18 | Vastly improved, now working, random! :) | Björn Stenberg |
2002-07-17 | New vastly improved random algorithm: Mersenne Twister | Björn Stenberg |
2002-07-16 | Allow LBA-less partitions | Björn Stenberg |
2002-07-15 | Some more buffer length fixing | Linus Nielsen Feltzing |
2002-07-15 | Added searching for FAT32 partition | Björn Stenberg |
2002-07-05 | Added MAX_PATH | Linus Nielsen Feltzing |
2002-06-26 | Added id3 tracknum (Yusef Napora) | Björn Stenberg |
2002-06-26 | lseek: Adjust cacheoffset if cache is used | Björn Stenberg |
2002-06-24 | 1 byte reads past a sector boundary failed | Linus Nielsen Feltzing |
2002-06-19 | lseek() bug: It would claim cached sector even if that was not the case | Björn Stenberg |
2002-06-19 | make the array 257 bytes | Daniel Stenberg |
2002-06-19 | strcat() | Daniel Stenberg |
2002-06-18 | Filenames are case insensitive in Fat32 | Björn Stenberg |
2002-06-18 | case insensitive string comparisons | Daniel Stenberg |
2002-06-17 | we need ctype | Daniel Stenberg |
2002-06-17 | added vsnprintf | Daniel Stenberg |
2002-06-12 | fixed intptr_t to int, thanks to greg | Felix Arends |
2002-06-07 | Added check for open-for-write | Linus Nielsen Feltzing |
2002-06-07 | Killed a few warnings | Linus Nielsen Feltzing |
2002-06-07 | Killed a few warnings | Linus Nielsen Feltzing |
2002-05-31 | Had to include <stddef.h> so that size_t is defined. | Felix Arends |
2002-05-30 | Added code from libc instead of requiring newlib | Björn Stenberg |
2002-05-30 | Partition table is no longer global | Björn Stenberg |
2002-05-30 | Changed the size argument to be a size_t type, to make the prototype look | Daniel Stenberg |