Age | Commit message (Expand) | Author |
2005-10-06 | Cosmetic correction (doesn't affect compiled code) - use letohNN instead of h... | Dave Chapman |
2005-10-06 | Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto... | Dave Chapman |
2005-09-07 | Adds a filename sanity check to add_dir_entry that at the moment only checks ... | Jonas Häggqvist |
2005-09-06 | For targets without an RTC, use the rockbox build date as the start date in t... | Jens Arnold |
2005-04-27 | Adding entries to the FAT16 root dir still failed under certain conditions. T... | Jens Arnold |
2005-04-23 | create_dos_name() return value was meaningless. | Jens Arnold |
2005-04-22 | Bugfixes: (1) add_dir_entry() always appended new entries, although the code... | Jens Arnold |
2005-03-07 | Little fix, when debug is disabled clusterchain length was incorrectly computed | Jean-Philippe Bernardy |
2005-02-28 | long policy fixes | Jean-Philippe Bernardy |
2005-02-27 | couple of fixes for 16 bits archs | Jean-Philippe Bernardy |
2005-02-26 | long policy | Jean-Philippe Bernardy |
2005-02-25 | more long policy | Jean-Philippe Bernardy |
2005-02-25 | more long policy | Jean-Philippe Bernardy |
2005-02-16 | Shortnames must be uppercase... | Jens Arnold |
2005-02-16 | For shortname creation, replace most illegal characters by underscores instea... | Jens Arnold |
2005-02-16 | Preserve the longname extension as much as possible for shortname creation. R... | Jens Arnold |
2005-02-03 | Simplification. | Jens Arnold |
2005-02-03 | Fixed max_cluster calculation | Jens Arnold |
2005-01-28 | preparations for hotswapping MMC | Jörg Hohensohn |
2005-01-24 | More int -> long | Jean-Philippe Bernardy |
2005-01-23 | int -> long where needed | Jean-Philippe Bernardy |
2005-01-05 | Fixed some warnings. | Jens Arnold |
2005-01-05 | unmount function in preparation for MMC hotswap, more mutexing | Jörg Hohensohn |
2005-01-04 | Multivolume: prevent file rename attempts across volumes. | Jens Arnold |
2005-01-04 | modify fat cache entries atomic, this was potentially unsafe | Jörg Hohensohn |
2005-01-03 | Correct handling of FAT16 root directory when it does not start on a pseudo c... | Jens Arnold |
2004-12-28 | killed a warning for boxes not supporting FAT16 | Jörg Hohensohn |
2004-12-28 | prepared to mount multiple partitions into one logical file system (most usef... | Jörg Hohensohn |
2004-11-04 | Removed #include math.h | Linus Nielsen Feltzing |
2004-10-14 | cleaned out parts of bpb which we don't use | Jörg Hohensohn |
2004-10-05 | panic on write behind partition, too | Jörg Hohensohn |
2004-09-23 | FAT16 support for the Ondio | Jörg Hohensohn |
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 |