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
2009-07-04
Do not delete tagcache entries on bootup with dircache enabled but auto-updat...
Thomas Martitz
2009-07-04
Crude logging for the sim in database creation/updating - to aid in debugging
Jonas Häggqvist
2009-06-30
Second attempt at fixing FS#10396. Turns out that gcc for coldfire choose to ...
Magnus Holmgren
2009-06-30
Small change to significantly reduce stack usage during database scanning. Th...
Magnus Holmgren
2009-06-20
A bunch of stability fixes into tagcache engine and database browser. Mainly ...
Miika Pekkarinen
2009-06-19
Fixed searches from tagcache when there is a sudden need to open a tag file o...
Miika Pekkarinen
2009-06-06
Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...
Andrew Mahone
2009-06-03
Replace bitfield for tagcache tag sets with array of char on SH.
Andrew Mahone
2009-06-03
Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...
Andrew Mahone
2009-05-17
Fix duplicate #includes
Bertrik Sikken
2009-04-15
Handle the DB dirty flag correctly. Now a broken DB should stay disabled. Als...
Miika Pekkarinen
2009-03-08
Clean up some more #includes
Bertrik Sikken
2009-03-06
Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effort
Thomas Martitz
2008-12-15
Moved database builder into a separate directory, and gave it its' own Makefi...
Björn Stenberg
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-08-29
Fixed a possible index id destruction and temporary problems with the DB when...
Miika Pekkarinen
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-04
Make sure a temporary file does not exists preventing the database re-initial...
Miika Pekkarinen
2008-05-03
Renamed build_tagcache to tagcache_build to make it consistent with the funct...
Bertrik Sikken
2008-05-03
Made source files #include the header file that they implement to make sure t...
Bertrik Sikken
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-24
fix 64bit sim warning
Jonathan Gordon
2008-04-24
structec makes a poor assumption that all targets use 1 byte chars, 2 byte sh...
Jonathan Gordon
2008-04-19
FS#8795 - Fixed fault of the escape processing in Changelog (by Kenjiro Arai).
Miika Pekkarinen
2008-04-19
Made strictly local functions static (command_queue_sync_callback and run_com...
Bertrik Sikken
2008-03-09
FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director...
Miika Pekkarinen
2008-02-17
FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu ...
Miika Pekkarinen
2008-02-04
add support for database.unignore files (adds dirs to the database which woul...
Marcoen Hirschberg
2008-01-25
Fix a bug in tagcache tag length check, thanks to Rhino Banga.
Peter D'Hoye
2008-01-13
Fixed the red.
Miika Pekkarinen
2008-01-13
Always check for deleted files, no matter how slow it might be when DB autoup...
Miika Pekkarinen
2008-01-07
FS#8423 - Fixes quirks in routine used to remove obsolote entries from tagcac...
Miika Pekkarinen
2007-12-18
Preserve song statistics when moving files or altering metadata. Conditions r...
Miika Pekkarinen
2007-12-16
Added file modify time field to the DB. Now metadata changes should be detect...
Miika Pekkarinen
2007-11-23
Free resources properly. Fixes all kind of strange issues (shutdown problems ...
Miika Pekkarinen
2007-11-21
consolidate the 3 file_exists() functions into one; use the version that expl...
Robert Kukla
2007-11-21
FS#5690 - folders with a file named database.ignore will be skipped by the da...
Jonathan Gordon
2007-10-21
Fixed debug menu crashing. Show last file processed by tagcache engine in deb...
Miika Pekkarinen
2007-10-16
Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...
Michael Sevakis
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-01
Use a struct mp3entry instead of a struct trackinfo for temporary storage of ...
Nicolas Pennequin
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
2007-09-15
Fixed an out of buffer boundaries lookup when database has been loaded in ram.
Miika Pekkarinen
2007-08-14
Make get_metadata act on a struct mp3entry rather than a struct track_info.
Nicolas Pennequin
2007-08-08
Add support for grouping tags. From FS#7362.
Dan Everton
2007-08-03
Add support for parsing the disc number tag from metadata and use of it in th...
Dan Everton
2007-07-21
Queue song statistical data to the tagcache system and update entirely in bac...
Miika Pekkarinen
2007-07-20
Makes apps and plugins interract with directories using a posix-like api inst...
Kevin Ferrare
2007-06-25
When building the database and a track doesn't have an album artist tag, copy...
Dan Everton
[next]