| Commit message (Expand) | Author |
| 2014-08-30 | Rewrite filesystem code (WIP) | Michael Sevakis |
| 2014-02-23 | RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c. | Thomas Martitz |
| 2014-02-05 | Samsung YP-R1 target port | Lorenzo Miori |
| 2012-03-03 | Fix __PCTOOL__ dependencies on SIMULATOR | Frank Gevaerts |
| 2012-03-03 | Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions. | Frank Gevaerts |
| 2011-12-24 | Initial commit of the Samsung YP-R0 port. | Thomas Martitz |
| 2011-02-27 | RaaA: Add initial Pandora support | Thomas Jarosch |
| 2011-02-27 | iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all... | Michael Sparmann |
| 2011-02-08 | Initial maemo platform support | Thomas Jarosch |
| 2010-12-06 | Get rid of get_user_file_path and do the path handling in wrappers for open()... | Thomas Martitz |
| 2010-09-06 | Fix sdl application build | Thomas Martitz |
| 2010-09-01 | Ged rid of uisimulator/common/io.c for android builds. | Thomas Martitz |
| 2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
| 2010-03-10 | Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick... | Amaury Pouly |
| 2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
| 2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
| 2008-03-11 | FS#7598 - Dircache support for multivolume targets (by Phil Light). | Miika Pekkarinen |
| 2007-07-20 | Makes apps and plugins interract with directories using a posix-like api inst... | Kevin Ferrare |
| 2007-06-30 | Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so... | Michael Sevakis |
| 2007-02-03 | Removed unused 'mode' parameter from mkdir() for consistency with creat(). | Jens Arnold |
| 2006-11-10 | Support building tagcache db natively on PC using the core of the | Miika Pekkarinen |
| 2005-02-26 | long policy | Jean-Philippe Bernardy |
| 2005-02-22 | Build cleanup and general fixes. fprintf() is now fdprintf(), the separation | Daniel Stenberg |
| 2005-02-18 | Unified build system to use SOURCES for sim builds too, a single Makefile-look | Daniel Stenberg |
| 2005-01-28 | preparations for hotswapping MMC | Jörg Hohensohn |
| 2004-12-28 | prepared to mount multiple partitions into one logical file system (most usef... | Jörg Hohensohn |
| 2004-06-20 | infrastructure for sorting by date+time, now we "only" need to decide on the UI | Jörg Hohensohn |
| 2004-04-20 | Better POSIX compatibility for mkdir(), rmdir() and opendir() | Linus Nielsen Feltzing |
| 2004-04-16 | New function: rmdir(). Also some changes in the fat code, to track the parent... | Linus Nielsen Feltzing |
| 2004-01-21 | New feature: NOw you can store the recorded files in either /recordings (the ... | Linus Nielsen Feltzing |
| 2003-02-26 | code police | Robert Hak |
| 2003-02-14 | include "standard" files with <> and not "" | Daniel Stenberg |
| 2003-02-07 | more moves | Daniel Stenberg |
| 2002-11-01 | Added remove() | Björn Stenberg |
| 2002-08-02 | debreakage | Daniel Stenberg |
| 2002-08-02 | ming compile fixes by Bill Napier | Daniel Stenberg |
| 2002-07-15 | Some more buffer length fixing | Linus Nielsen Feltzing |
| 2002-06-12 | fixed intptr_t to int, thanks to greg | Felix Arends |
| 2002-05-27 | Now supports multiple concurrent opendir() | Björn Stenberg |
| 2002-05-07 | Added open/close/read. read() only works on whole sectors right now. | Björn Stenberg |
| 2002-05-07 | if DIRFUNCTIONS_DEFINED is defined, then don't do the function prototypes | Daniel Stenberg |
| 2002-05-06 | Added atributes | Björn Stenberg |
| 2002-05-03 | Added opendir, closedir and readdir | Björn Stenberg |
| 2002-04-30 | again, a little win32 simulator compability fix | Felix Arends |
| 2002-04-30 | don't defined the dirent struct if DIRENT_DEFINED is defined... | Daniel Stenberg |
| 2002-04-28 | replaced _WIN32 constant with WIN32 | Felix Arends |
| 2002-04-28 | added win32 simulator compability | Felix Arends |
| 2002-04-28 | Added attribute and size | Björn Stenberg |
| 2002-04-27 | Added closedir() | Björn Stenberg |
| 2002-04-27 | File and directory APIs | Björn Stenberg |