| Commit message (Expand) | Author |
| 2017-01-16 | Fix path handling snafu for CheckWPS tool | Michael Sevakis |
| 2014-08-30 | Rewrite filesystem code (WIP) | Michael Sevakis |
| 2014-02-23 | Move VOL_NAMES definition to mv.h | Thomas Martitz |
| 2010-12-29 | Also PREFIX() other filesystem functions. I hope I got them all now... | Frank Gevaerts |
| 2010-12-23 | RaaA: Improve tagcache search to make the database built. | Thomas Martitz |
| 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-02-16 | -Cosmetic change in a comparison | Amaury Pouly |
| 2008-10-31 | cleanup storage defines | Frank Gevaerts |
| 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-21 | Ooops | Kevin Ferrare |
| 2007-07-21 | This should fix dircache being disabled by my last commit. | Kevin Ferrare |
| 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 |
| 2002-04-18 | Moved definition of TRUE and FALSE to types.h | Björn Stenberg |
| 2002-04-17 | proper #ifdef'ing around the file to prevent errors if multiply included | Daniel Stenberg |