summaryrefslogtreecommitdiff
path: root/firmware/common/dir_uncached.c
AgeCommit message (Expand)Author
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts
2010-11-13Reduce the amount of stack space needed by fat_rename and mkdir_uncached.Michael Sparmann
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz
2010-03-15dir_uncached: fix opendir_uncached to have opened directories keep enough inf...Amaury Pouly
2010-03-10Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...Amaury Pouly
2010-01-03Final removal of tabs in firmware pathAndree Buschmann
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere
2009-11-26 - Split off strip_volume() to a separate fileMaurus Cuelenaere
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere
2009-07-14FS#10080Nils Wallménius
2009-03-02Fix some memset calls that use the wrong order for arguments.Tom Ross
2008-08-10ok, that was bigger than expected... reduce the max to 12 open dirs as a happ...Jonathan Gordon
2008-08-10"waste" a bit more RAM on targets with more than 8MB so more directories can ...Jonathan Gordon
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-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken
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