summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c (follow)
Commit message (Expand)AuthorAge
...
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Patch #791531 by Barry McIntosh, fake time stamps for file creation/updates o...Linus Nielsen Feltzing2003-11-03
* Killed a warning (and a bug I introduced in the last commit)Linus Nielsen Feltzing2003-10-28
* Better error reportingLinus Nielsen Feltzing2003-10-26
* Another go at the disk-full FAT driver fix. Now it skips the reserved sectors...Linus Nielsen Feltzing2003-07-19
* Fixed a bug that included the reserved clusters 0 and 1 in the search for ava...Linus Nielsen Feltzing2003-07-16
* Now handles a full disk a little better, and it doesn't trust the fsinfo anymoreLinus Nielsen Feltzing2003-06-19
* Small seek optimization -- begin seek at last read cluster if possibleHardeep Sidhu2003-06-03
* More detailed error codesLinus Nielsen Feltzing2003-04-24
* Corrected win1251 -> iso 8859-5 conversion (Alex)Björn Stenberg2003-04-11
* update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d...Linus Nielsen Feltzing2003-03-04
* Enhanced error codes for better error trackingLinus Nielsen Feltzing2003-02-26
* The dir code is now reentrant.Björn Stenberg2003-01-29
* Directories can now be renamed too.Björn Stenberg2003-01-27
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Added table for converting unicode page 1 and 2 into ISO 8859-2Björn Stenberg2003-01-17
* Made unicode2iso() static.Björn Stenberg2003-01-14
* Added unicode conversion from cyrillic, greek, hebrew, arabic and thai.Björn Stenberg2003-01-14
* Added recalculation of free disk space. Press PLAY in Debug->Disk Info->Free ...Björn Stenberg2002-12-09
* Fixed warnings.Björn Stenberg2002-11-22
* Added creation and last-modified timestamps.Björn Stenberg2002-11-22
* Removed some debug output.Björn Stenberg2002-11-19
* Added rename()Björn Stenberg2002-11-19
* Bug fixes: 1) add_dir_entry() would update end-of-dir marker even when not su...Björn Stenberg2002-11-18
* Added longname handling to fat_remove().Björn Stenberg2002-11-18
* Long filename support added. (fat_remove() not updated yet.)Björn Stenberg2002-11-15
* Cleaned up dir handling further.Björn Stenberg2002-11-15
* Added check to avoid FAT sector 0 panic.Björn Stenberg2002-11-14
* Directories are now handled as files, using fat_readwrite() instead of ata_re...Björn Stenberg2002-11-13
* Added extra safety checks.Björn Stenberg2002-11-12
* Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg2002-11-12
* Added ftruncate().Björn Stenberg2002-11-11
* close() now does not truncate the file.Björn Stenberg2002-11-11
* Greg's improved fat_cache_sector() function, now updates the second FATLinus Nielsen Feltzing2002-11-09
* fat_cache_sector() wrote to the wrong sector when flushing an entry. Thanks t...Linus Nielsen Feltzing2002-11-08
* Bug fixes: fat_seek(0) would sometimes start at sector 1. find_free_cluster()...Björn Stenberg2002-11-05
* Bugfix: lseek() did not invalidate sector cache when seeking to start of file.Björn Stenberg2002-11-04
* Bugfix: If last sector of a requested transfer was nonconsecutive, it would n...Björn Stenberg2002-11-04
* Added remove()Björn Stenberg2002-11-01
* Removed warning.Björn Stenberg2002-11-01
* Fixed lseek().Björn Stenberg2002-10-31
* More graceful handling when running out of space.Björn Stenberg2002-10-31
* Fat writing update. File creation now works, though still only short filenames.Björn Stenberg2002-10-31
* Improved find_free_cluster(). Split readwrite() in two to simplify debugging.Björn Stenberg2002-10-30
* Fixed bug where first sector was skipped on reads.Björn Stenberg2002-10-23
* Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg2002-10-22
* Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg2002-10-20
* no longer include unicode.h, we've removed that fileDaniel Stenberg2002-09-12
* Greg Haerr's new loadable font. No more #ifdef font-style, removed oldDaniel Stenberg2002-09-12
* Fixed minor bug in previous change: 0 is a valid sectorHardeep Sidhu2002-08-24