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