summaryrefslogtreecommitdiff
path: root/firmware/common/dir.c (follow)
Commit message (Expand)AuthorAge
* Restore dircache hookup in the database ramcache.Michael Sevakis2017-02-10
* Do some debug and preparatory work for ramcache and playlistMichael Sevakis2017-01-17
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare2007-07-20
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold2007-02-03
* Simplify code...Jens Arnold2006-06-30
* volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold2006-06-30
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07
* preparations for hotswapping MMCJörg Hohensohn2005-01-28
* int -> long where neededJean-Philippe Bernardy2005-01-23
* using a pointer instead of array dereferencing saves ~250 bytesJörg Hohensohn2005-01-03
* volume names look better in sharp brackets, code slightly more compactJörg Hohensohn2005-01-01
* prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn2004-12-28
* infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn2004-06-20
* Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing2004-04-20
* New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing2004-04-16
* Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing2004-02-11
* New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing2004-01-21
* Second bug in mkdir() :-)Linus Nielsen Feltzing2004-01-15
* First mkdir() bug killed :-)Linus Nielsen Feltzing2004-01-15
* Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing2004-01-15
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg2002-10-20
* Now doesn't truncate the lenght when comparing path componentsLinus Nielsen Feltzing2002-08-15
* First version of loadable fonts patch by Alex GitelmanBjörn Stenberg2002-08-11
* Some more buffer length fixingLinus Nielsen Feltzing2002-07-15
* Filenames are case insensitive in Fat32Björn Stenberg2002-06-18
* Now supports multiple concurrent opendir()Björn Stenberg2002-05-27
* strtok:ing a copy of the parameter insteadBjörn Stenberg2002-05-24
* Changing to C99 'bool' typeBjörn Stenberg2002-05-13
* Added open/close/read. read() only works on whole sectors right now.Björn Stenberg2002-05-07
* Removed stray bad charBjörn Stenberg2002-05-07
* load rockbox-mode in emacs!Daniel Stenberg2002-05-07
* Added note about strtok() not being thread safeBjörn Stenberg2002-05-06
* Fixed dir parsingBjörn Stenberg2002-05-06
* Added opendir, closedir and readdirBjörn Stenberg2002-05-03