Age | Commit message (Expand) | Author |
2004-08-22 | Bug fix: renaming a directory could cause a name clash. New feature: rename()... | Linus Nielsen Feltzing |
2004-08-17 | Const policed pointer arguments to functions, part 2 | Jens Arnold |
2004-07-24 | Removed nasty lvalue cast | Linus Nielsen Feltzing |
2004-04-16 | New function: rmdir(). Also some changes in the fat code, to track the parent... | Linus Nielsen Feltzing |
2004-04-06 | Added cluster size to the disk debug screen | Linus Nielsen Feltzing |
2004-01-26 | Oops. Wrong arguments to memset(). Thanks to Mike Wilson for pointing that out. | Linus Nielsen Feltzing |
2004-01-15 | Ooops. Forgot to clear the newly allocated cluster in mkdir() | Linus Nielsen Feltzing |
2004-01-15 | Second bug in mkdir() :-) | Linus Nielsen Feltzing |
2004-01-15 | Implemented the mkdir() function in the FAT32 driver | Linus Nielsen Feltzing |
2003-11-03 | Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates o... | Linus Nielsen Feltzing |
2003-10-28 | Killed a warning (and a bug I introduced in the last commit) | Linus Nielsen Feltzing |
2003-10-26 | Better error reporting | Linus Nielsen Feltzing |
2003-07-19 | Another go at the disk-full FAT driver fix. Now it skips the reserved sectors... | Linus Nielsen Feltzing |
2003-07-16 | Fixed a bug that included the reserved clusters 0 and 1 in the search for ava... | Linus Nielsen Feltzing |
2003-06-19 | Now handles a full disk a little better, and it doesn't trust the fsinfo anymore | Linus Nielsen Feltzing |
2003-06-03 | Small seek optimization -- begin seek at last read cluster if possible | Hardeep Sidhu |
2003-04-24 | More detailed error codes | Linus Nielsen Feltzing |
2003-04-11 | Corrected win1251 -> iso 8859-5 conversion (Alex) | Björn Stenberg |
2003-03-04 | update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d... | Linus Nielsen Feltzing |
2003-02-26 | Enhanced error codes for better error tracking | Linus Nielsen Feltzing |
2003-01-29 | The dir code is now reentrant. | Björn Stenberg |
2003-01-27 | Directories can now be renamed too. | Björn Stenberg |
2003-01-24 | Remove use of rockbox-mode.el in local variables list. | Mats Lidell |
2003-01-17 | Added table for converting unicode page 1 and 2 into ISO 8859-2 | Björn Stenberg |
2003-01-14 | Made unicode2iso() static. | Björn Stenberg |
2003-01-14 | Added unicode conversion from cyrillic, greek, hebrew, arabic and thai. | Björn Stenberg |
2002-12-09 | Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ... | Björn Stenberg |
2002-11-22 | Fixed warnings. | Björn Stenberg |
2002-11-22 | Added creation and last-modified timestamps. | Björn Stenberg |
2002-11-19 | Removed some debug output. | Björn Stenberg |
2002-11-19 | Added rename() | Björn Stenberg |
2002-11-18 | Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not su... | Björn Stenberg |
2002-11-18 | Added longname handling to fat_remove(). | Björn Stenberg |
2002-11-15 | Long filename support added. (fat_remove() not updated yet.) | Björn Stenberg |
2002-11-15 | Cleaned up dir handling further. | Björn Stenberg |
2002-11-14 | Added check to avoid FAT sector 0 panic. | Björn Stenberg |
2002-11-13 | Directories are now handled as files, using fat_readwrite() instead of ata_re... | Björn Stenberg |
2002-11-12 | Added extra safety checks. | Björn Stenberg |
2002-11-12 | Added disk space to Info menu item. (Players press + to see it.) | Björn Stenberg |
2002-11-11 | Added ftruncate(). | Björn Stenberg |
2002-11-11 | close() now does not truncate the file. | Björn Stenberg |
2002-11-09 | Greg's improved fat_cache_sector() function, now updates the second FAT | Linus Nielsen Feltzing |
2002-11-08 | fat_cache_sector() wrote to the wrong sector when flushing an entry. Thanks t... | Linus Nielsen Feltzing |
2002-11-05 | Bug fixes: fat_seek(0) would sometimes start at sector 1. find_free_cluster()... | Björn Stenberg |
2002-11-04 | Bugfix: lseek() did not invalidate sector cache when seeking to start of file. | Björn Stenberg |
2002-11-04 | Bugfix: If last sector of a requested transfer was nonconsecutive, it would n... | Björn Stenberg |
2002-11-01 | Added remove() | Björn Stenberg |
2002-11-01 | Removed warning. | 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 |