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