summaryrefslogtreecommitdiff
path: root/firmware/common/dir_uncached.c (unfollow)
Commit message (Expand)Author
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis
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
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-06-30Simplify code...Jens Arnold
2006-06-30volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen
2005-01-28preparations for hotswapping MMCJörg Hohensohn
2005-01-23int -> long where neededJean-Philippe Bernardy
2005-01-03using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn
2005-01-01volume names look better in sharp brackets, code slightly more compactJö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-02-11Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing
2004-01-15Second bug in mkdir() :-)Linus Nielsen Feltzing
2004-01-15First mkdir() bug killed :-)Linus Nielsen Feltzing
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg
2002-08-15Now doesn't truncate the lenght when comparing path componentsLinus Nielsen Feltzing
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg
2002-07-15Some more buffer length fixingLinus Nielsen Feltzing
2002-06-18Filenames are case insensitive in Fat32Björn Stenberg
2002-05-27Now supports multiple concurrent opendir()Björn Stenberg
2002-05-24strtok:ing a copy of the parameter insteadBjörn Stenberg
2002-05-13Changing to C99 'bool' typeBjörn Stenberg
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg
2002-05-07Removed stray bad charBjörn Stenberg