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