summaryrefslogtreecommitdiff
path: root/firmware/include/dircache.h (follow)
Commit message (Expand)AuthorAge
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Dircache: Allow dircache to be enabled without reboot.Thomas Martitz2011-08-30
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen2011-06-21
* Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz2011-06-20
* Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz2011-06-20
* Dircache: Change internal cache layout.Thomas Martitz2011-06-20
* Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz2011-06-20
* Dircache: Remove dircache_entry::name_len.Thomas Martitz2011-06-20
* struct DIR -> DIR, should fix most if not all reds.Thomas Martitz2010-09-01
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* FS#10756 - Free unused init codeThomas Martitz2010-03-03
* Remove obsolete comment.Amaury Pouly2010-02-16
* -Cosmetic change in a comparisonAmaury Pouly2010-02-16
* Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg2008-11-24
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen2008-01-13
* Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon2007-09-02
* Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare2007-07-20
* Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen2006-12-22
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen2006-07-10
* Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen2006-04-16
* Dircache support for simulator also.Miika Pekkarinen2006-03-30
* More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen2006-03-29
* Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen2006-03-28
* Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen2006-02-28
* Now dircache should work on players requiring long aligned memoryMiika Pekkarinen2006-01-31
* Fix yellow builds :/Jens Arnold2005-11-26
* Debug menu entry for the dircache.Miika Pekkarinen2005-11-26
* User now receives a message if initial directory cache initializationMiika Pekkarinen2005-11-19
* Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2005-11-17
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07