summaryrefslogtreecommitdiffstats
path: root/firmware/common/dir.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-0/+413
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare1-334/+0
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-0/+3
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-3/+1
2006-06-30Simplify code...Jens Arnold1-2/+2
2006-06-30volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold1-7/+10
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen1-2/+12
2005-01-28preparations for hotswapping MMCJörg Hohensohn1-0/+24
2005-01-23int -> long where neededJean-Philippe Bernardy1-1/+1
2005-01-03using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn1-20/+20
2005-01-01volume names look better in sharp brackets, code slightly more compactJörg Hohensohn1-5/+7
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-6/+77
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-2/+42
2004-02-11Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing1-3/+9
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-1/+3
2004-01-15Second bug in mkdir() :-)Linus Nielsen Feltzing1-1/+3
2004-01-15First mkdir() bug killed :-)Linus Nielsen Feltzing1-0/+3
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing1-0/+52
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg1-2/+1
2002-08-15Now doesn't truncate the lenght when comparing path componentsLinus Nielsen Feltzing1-2/+1
2002-08-11First version of loadable fonts patch by Alex GitelmanBjörn Stenberg1-0/+1
2002-07-15Some more buffer length fixingLinus Nielsen Feltzing1-1/+1
2002-06-18Filenames are case insensitive in Fat32Björn Stenberg1-1/+1
2002-05-27Now supports multiple concurrent opendir()Björn Stenberg1-20/+33
2002-05-24strtok:ing a copy of the parameter insteadBjörn Stenberg1-3/+7
2002-05-13Changing to C99 'bool' typeBjörn Stenberg1-4/+4
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg1-0/+1
2002-05-07Removed stray bad charBjörn Stenberg1-2/+2
2002-05-07load rockbox-mode in emacs!Daniel Stenberg1-0/+6
2002-05-06Added note about strtok() not being thread safeBjörn Stenberg1-0/+1
2002-05-06Fixed dir parsingBjörn Stenberg1-1/+2
2002-05-03Added opendir, closedir and readdirBjörn Stenberg1-0/+97