index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
tagcache.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Allocate indices directly in ramcache header. Add version code to
Miika Pekkarinen
2011-07-01
*
Fixed a regression caused in r30021: tagnavi_custom.config parsing
Miika Pekkarinen
2011-06-23
*
Dircache: Don't expose struct dircache_entry and pointers into the cache, use...
Thomas Martitz
2011-06-20
*
Dircache: Return the size of the result string in dircache_copy_path() so tha...
Thomas Martitz
2011-06-20
*
Fixed a changelog export/import problem with tagcache where <CR> or <LF>
Miika Pekkarinen
2011-06-20
*
Removed redundant copy of tagcache master_header structure stored in
Miika Pekkarinen
2011-06-19
*
FS#12107: Remove track-number guessing code.
Michael Hohmuth
2011-06-06
*
FS#12132 patch 5: check_clauses: Optimizations.
Michael Hohmuth
2011-06-06
*
FS#12132 patch 3: Rename read_numeric_tag to find_tag, as it is indeed
Michael Hohmuth
2011-06-06
*
FS#12132 patch 2: add_uniqbuf: Fix confusing indentation in if condition
Michael Hohmuth
2011-06-06
*
FS#12076 - DB stats resurrection: If the filename was changed, require
Michael Hohmuth
2011-05-11
*
tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.
Michael Hohmuth
2011-05-10
*
Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-05-03
*
Do not attempt to remove the temporary database twice during a database update.
Michael Hohmuth
2011-04-15
*
Follow symlink dirs on UI simulator
Fred Bauer
2011-03-05
*
DB import: Correctly import previously exported resume offsets
Michael Hohmuth
2011-02-28
*
Fix database import and export
Michael Hohmuth
2011-02-27
*
Fix buffer size used for realpath() call
Thomas Jarosch
2011-02-16
*
No need to cast away const. Thanks to sideral
Thomas Jarosch
2011-02-16
*
RaaA: Fix tagcache filename lookups for paths containing symbolic links
Thomas Jarosch
2011-02-16
*
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
2011-02-14
*
Fix SDL app build
Thomas Martitz
2011-01-29
*
Workaround the brokenness of realpath() a bit more.
Thomas Martitz
2011-01-27
*
Fix player becoming unresponsive on Stop / Pause in some cases.
Dominik Riebeling
2011-01-17
*
Blind commit a 'fix' for automatic resume on HWCODEC since I don't understand...
Michael Giacomelli
2011-01-02
*
Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...
Michael Giacomelli
2011-01-02
*
RaaA: Improve tagcache search to make the database built.
Thomas Martitz
2010-12-23
*
Fix a typo in a comment
Alexander Levin
2010-12-08
*
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-12-06
*
once more
Jonathan Gordon
2010-11-23
*
fix red
Jonathan Gordon
2010-11-23
*
Accept FS#11723 by Michael Hohmuth
Jonathan Gordon
2010-11-23
*
tagcache open_files(): open the correct file (missed in r27656)
Rafaël Carré
2010-09-19
*
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-09-01
*
Fix last red.
Thomas Martitz
2010-08-01
*
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-08-01
*
Properly initialize tagcache headers when doing commit() during
Miika Pekkarinen
2010-07-18
*
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-21
*
tagcache: fix queue operation, it should be queue_peek.
Amaury Pouly
2010-05-21
*
accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...
Jonathan Gordon
2010-05-20
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
*
If dircache and database "load to ram" is enabled then get the id3 info from ...
Jonathan Gordon
2010-05-06
*
Make helper functions static.
Jens Arnold
2010-03-17
*
tagcache: Factor ecread of tagfile_entry/index_entry, and ecwrite of index_en...
Amaury Pouly
2010-03-16
*
tagcache: fix once for all those stupid warnings.
Amaury Pouly
2010-03-16
*
Fix several misused of 'struct dirent' instead of 'struct dircache_entry' in ...
Amaury Pouly
2010-02-16
*
Have tagcache_fill_tags also fill the length entry of the mp3entry structure.
Amaury Pouly
2010-02-14
*
Remove more tabs
Andree Buschmann
2010-02-07
*
FS#8967: Fix autoscore computation overflow when the playtime is huge.
Amaury Pouly
2010-02-02
[next]