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
2011-02-14
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
2011-01-29
Fix SDL app build
Thomas Martitz
2011-01-27
Workaround the brokenness of realpath() a bit more.
Thomas Martitz
2011-01-17
Fix player becoming unresponsive on Stop / Pause in some cases.
Dominik Riebeling
2011-01-02
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
2010-12-23
RaaA: Improve tagcache search to make the database built.
Thomas Martitz
2010-12-08
Fix a typo in a comment
Alexander Levin
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-11-23
once more
Jonathan Gordon
2010-11-23
fix red
Jonathan Gordon
2010-11-23
Accept FS#11723 by Michael Hohmuth
Jonathan Gordon
2010-09-19
tagcache open_files(): open the correct file (missed in r27656)
Rafaël Carré
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-08-01
Fix last red.
Thomas Martitz
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-07-18
Properly initialize tagcache headers when doing commit() during
Miika Pekkarinen
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-05-21
tagcache: fix queue operation, it should be queue_peek.
Amaury Pouly
2010-05-20
accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...
Jonathan Gordon
2010-05-06
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-03-17
Make helper functions static.
Jens Arnold
2010-03-16
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-02-16
Fix several misused of 'struct dirent' instead of 'struct dircache_entry' in ...
Amaury Pouly
2010-02-14
Have tagcache_fill_tags also fill the length entry of the mp3entry structure.
Amaury Pouly
2010-02-07
Remove more tabs
Andree Buschmann
2010-02-02
FS#8967: Fix autoscore computation overflow when the playtime is huge.
Amaury Pouly
2009-11-03
Comment out LOGF_ENABLE defines everywhere, replace evil comments
Jeffrey Goode
2009-10-20
Correct wrong usage of event callbacks all over the place. It's not supposed ...
Thomas Martitz
2009-10-18
Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...
Bertrik Sikken
2009-07-14
FS#10080
Nils Wallménius
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
[prev]
[next]