| Commit message (Expand) | Author | Age |
| * | Code police, no functional changes (yet) | Peter D'Hoye | 2007-10-28 |
| * | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis | 2007-10-16 |
| * | Fix FS #5852 by trying to properly close and update the recorded file, and gi... | Peter D'Hoye | 2007-10-10 |
| * | Prevent another divide-by-zero (only affecting targets with FAT16 support ena... | Dave Chapman | 2007-07-09 |
| * | Fix division by 0 error | Robert Keevil | 2007-07-09 |
| * | Fix a (minor) disk corruption when moving directories around. Fixes FS #7359 | Peter D'Hoye | 2007-07-05 |
| * | Fix serious bug in FAT filename check, preventing most files from being creat... | Magnus Holmgren | 2007-07-03 |
| * | Proper filename checking in the FAT driver (FS#7222 and FS#6358) | Jonathan Gordon | 2007-07-03 |
| * | Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W... | Jens Arnold | 2007-03-16 |
| * | remove runtime detection of h1x0 series RTC MOD, but leave driver code | Robert Kukla | 2007-03-03 |
| * | FS#6419 - driver for H1x0 series RTC Mod with runtime detection | Robert Kukla | 2007-02-28 |
| * | Remove unused code, make comments c-style, make one private function static | Nils Wallménius | 2007-02-25 |
| * | Use the correct constant to avoid confusion | Peter D'Hoye | 2007-02-24 |
| * | Better short filename generation. Fixes FS#6648. | Peter D'Hoye | 2007-02-24 |
| * | Reverting the FAT32 driver change - it seems to have introduced a bug | Linus Nielsen Feltzing | 2007-01-29 |
| * | Changed fat_getnext(): | Linus Nielsen Feltzing | 2007-01-29 |
| * | Much simpler implementation of large virtual sector support, not needing larg... | Jens Arnold | 2006-12-04 |
| * | Removed unused variable, and fixed overflow in free/total calculation. There ... | Jens Arnold | 2006-12-03 |
| * | Fixed the warnings. | Miika Pekkarinen | 2006-12-03 |
| * | Add support (runtime detection) for 2048 bytes/sector filesystem. | Miika Pekkarinen | 2006-12-03 |
| * | Reduced the logf output. Please enable the lines only when necessary. | Miika Pekkarinen | 2006-08-02 |
| * | Applied FS# 5736 by Alexander Levin. | Rani Hod | 2006-07-31 |
| * | Correctly test on volume id flag | Peter D'Hoye | 2006-05-13 |
| * | Comparing short filenames for uniqueness used 1 char too much, causing it to ... | Peter D'Hoye | 2006-04-08 |
| * | waiting is over: initial unicode commit | Marcoen Hirschberg | 2005-12-06 |
| * | Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define... | Dave Chapman | 2005-12-04 |
| * | 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-10-06 |
| * | Adds a filename sanity check to add_dir_entry that at the moment only checks ... | Jonas Häggqvist | 2005-09-07 |
| * | For targets without an RTC, use the rockbox build date as the start date in t... | Jens Arnold | 2005-09-06 |
| * | Adding entries to the FAT16 root dir still failed under certain conditions. T... | Jens Arnold | 2005-04-27 |
| * | create_dos_name() return value was meaningless. | Jens Arnold | 2005-04-23 |
| * | Bugfixes: (1) add_dir_entry() always appended new entries, although the code... | Jens Arnold | 2005-04-22 |
| * | Little fix, when debug is disabled clusterchain length was incorrectly computed | Jean-Philippe Bernardy | 2005-03-07 |
| * | long policy fixes | Jean-Philippe Bernardy | 2005-02-28 |
| * | couple of fixes for 16 bits archs | Jean-Philippe Bernardy | 2005-02-27 |
| * | long policy | Jean-Philippe Bernardy | 2005-02-26 |
| * | more long policy | Jean-Philippe Bernardy | 2005-02-25 |
| * | more long policy | Jean-Philippe Bernardy | 2005-02-25 |
| * | 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-16 |
| * | Simplification. | Jens Arnold | 2005-02-03 |
| * | Fixed max_cluster calculation | Jens Arnold | 2005-02-03 |
| * | preparations for hotswapping MMC | Jörg Hohensohn | 2005-01-28 |
| * | More int -> long | Jean-Philippe Bernardy | 2005-01-24 |
| * | int -> long where needed | Jean-Philippe Bernardy | 2005-01-23 |
| * | Fixed some warnings. | Jens Arnold | 2005-01-05 |
| * | unmount function in preparation for MMC hotswap, more mutexing | Jörg Hohensohn | 2005-01-05 |
| * | Multivolume: prevent file rename attempts across volumes. | Jens Arnold | 2005-01-04 |