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