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