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
/
apps
/
tagcache.c
Age
Commit message (
Expand
)
Author
2006-08-09
Unload tagcache from ram when entering USB mode.
Miika Pekkarinen
2006-08-05
Initial support and use for EEPROM memory on H120 & H140 players when
Miika Pekkarinen
2006-08-02
Tagcache: Fixed runtime stats not being gathered when tagcache is kept
Miika Pekkarinen
2006-08-02
Fix warning when building without HAVE_TC_RAMCACHE.
Jens Arnold
2006-07-25
Nice diagram explaining better tagcache internals.
Miika Pekkarinen
2006-07-24
Don't corrupt runtimedb when tagcache is loaded in ram.
Miika Pekkarinen
2006-07-24
Fixed bug in finding entry from disk by filename and not starting auto
Miika Pekkarinen
2006-07-23
Don't write ram flags to disk (causes internal error).
Miika Pekkarinen
2006-07-23
Automatically import the changelog after initializing tagcache.
Miika Pekkarinen
2006-07-23
Fixed a bug in tagcache initialization.
Miika Pekkarinen
2006-07-23
Better header checking. Only manually remove incorrect entries. Fixed
Miika Pekkarinen
2006-07-22
Only ignore deleted entries (previously was corrupting the master
Miika Pekkarinen
2006-07-22
Initialize the status structure correctly.
Miika Pekkarinen
2006-07-22
Removed the 10000 files static commmit-time limit from tagcache.
Miika Pekkarinen
2006-07-20
Support importing runtimedb data from ascii files.
Miika Pekkarinen
2006-07-16
Killed one warning.
Miika Pekkarinen
2006-07-16
Initial changelog support (only export, no import yet) and added
Miika Pekkarinen
2006-07-15
Initial runtimedb support for tagcache. Only for developers,
Miika Pekkarinen
2006-07-12
Filename tags were incorrectly retrieved from dircache when tagcache was load...
Miika Pekkarinen
2006-07-12
Don't skip before data has been read in.
Miika Pekkarinen
2006-07-12
Tagcache autoupdate without dircache was not functional at all.
Miika Pekkarinen
2006-07-10
Tagcache update: Support removal of entries and no longer the need for
Miika Pekkarinen
2006-05-31
Need to reload tagcache in ram if dircache buffer has been stolen.
Miika Pekkarinen
2006-05-30
Fixed incorrect memory allocation bug with tagcache.
Miika Pekkarinen
2006-05-28
Load uniqued tags correctly at commit (should fix duplicates). Try
Miika Pekkarinen
2006-05-27
Init dircache after applying settings and use a splash. Possible prevent
Miika Pekkarinen
2006-05-11
Fixed a problem with tagcache search skipping long tags. Thanks for
Miika Pekkarinen
2006-04-23
Much faster optimized version of tagcache commit. Added a few items to
Miika Pekkarinen
2006-04-19
Fixed: Generate chunked playlist correctly, don't sort <All tracks>
Miika Pekkarinen
2006-04-18
Performance optimizations for tagcache commit. Still more left to be done.
Miika Pekkarinen
2006-04-16
Commit tagcache in background when possible (at least dircache enabled).
Miika Pekkarinen
2006-04-13
Fixed a bug in retrieving track filename when tagcache is loaded in ram.
Miika Pekkarinen
2006-04-12
Show progress while committing tagcache.
Miika Pekkarinen
2006-04-10
Major improvement in playlist creation speed with tagcache. Fixed also
Miika Pekkarinen
2006-04-09
Small optimization to use the already opened master lookup index.
Miika Pekkarinen
2006-04-08
Enable conditional clauses for string tags in disk mode also.
Miika Pekkarinen
2006-04-05
Tagcache engine: Better handling for track numbers and genre strings.
Miika Pekkarinen
2006-04-03
Initial conditional filtering support for the tagcache engine and a
Miika Pekkarinen
2006-04-03
Fill the numeric tags.
Miika Pekkarinen
2006-04-02
Properly scan tagcache fast against dircache.
Miika Pekkarinen
2006-03-30
Added track number sorting to the tagcache and a few new tags to the
Miika Pekkarinen
2006-03-27
Alignment fix for ipods.
Miika Pekkarinen
2006-03-27
Allow multiple tracks with the same title.
Miika Pekkarinen
2006-03-27
More alignment fixes.
Miika Pekkarinen
2006-03-26
Fixed the define in config.h and more tagcache alignment issues.
Miika Pekkarinen
2006-03-26
Fixed the yellow builds.
Miika Pekkarinen
2006-03-26
Fixed possible data alignment problem while committing the tagcache.
Miika Pekkarinen
2006-03-26
Properly allocating the temporary buffer.
Miika Pekkarinen
2006-03-26
Initial version of tagcache! There are still some bugs in the engine
Miika Pekkarinen