summaryrefslogtreecommitdiffstats
path: root/firmware/include/dir.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-16Fix path handling snafu for CheckWPS toolMichael Sevakis1-2/+2
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-33/+58
2014-02-23Move VOL_NAMES definition to mv.hThomas Martitz1-17/+0
2010-12-29Also PREFIX() other filesystem functions. I hope I got them all now...Frank Gevaerts1-0/+5
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz1-0/+1
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-6/+1
2010-09-06Fix sdl application buildThomas Martitz1-1/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-0/+13
2010-02-16-Cosmetic change in a comparisonAmaury Pouly1-1/+1
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-03-11FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen1-0/+17
2007-07-21OoopsKevin Ferrare1-2/+1
2007-07-21This should fix dircache being disabled by my last commit.Kevin Ferrare1-1/+4
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare1-67/+21
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-0/+4
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-2/+2
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen1-1/+1
2005-02-26long policyJean-Philippe Bernardy1-3/+3
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg1-20/+16
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg1-2/+2
2005-01-28preparations for hotswapping MMCJörg Hohensohn1-0/+2
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-0/+4
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn1-0/+2
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing1-3/+3
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing1-0/+2
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-1/+1
2003-02-26code policeRobert Hak1-2/+2
2003-02-14include "standard" files with <> and not ""Daniel Stenberg1-1/+1
2003-02-07more movesDaniel Stenberg1-0/+81