summaryrefslogtreecommitdiff
path: root/firmware/common/dir.c
AgeCommit message (Expand)Author
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
2002-05-07load rockbox-mode in emacs!Daniel Stenberg
2002-05-06Added note about strtok() not being thread safeBjörn Stenberg
2002-05-06Fixed dir parsingBjörn Stenberg
2002-05-03Added opendir, closedir and readdirBjörn Stenberg