summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-2/+2
2011-01-29Fix SDL app buildThomas Martitz1-0/+1
2011-01-27Workaround the brokenness of realpath() a bit more.Thomas Martitz1-6/+14
2011-01-17Fix player becoming unresponsive on Stop / Pause in some cases.Dominik Riebeling1-0/+4
2011-01-02Blind commit a 'fix' for automatic resume on HWCODEC since I don't understand...Michael Giacomelli1-0/+2
2011-01-02Commit part of FS#11748 by Michael Hohmuth. Adds support for automatically r...Michael Giacomelli1-1/+9
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz1-16/+114
2010-12-08Fix a typo in a commentAlexander Levin1-1/+1
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz1-100/+45
2010-11-23once moreJonathan Gordon1-1/+1
2010-11-23fix redJonathan Gordon1-0/+2
2010-11-23Accept FS#11723 by Michael HohmuthJonathan Gordon1-28/+74
2010-09-19tagcache open_files(): open the correct file (missed in r27656)Rafaël Carré1-1/+1
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz1-2/+4
2010-08-01Fix last red.Thomas Martitz1-1/+1
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz1-43/+99
2010-07-18Properly initialize tagcache headers when doing commit() duringMiika Pekkarinen1-5/+14
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-05-21tagcache: fix queue operation, it should be queue_peek.Amaury Pouly1-3/+3
2010-05-20accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...Jonathan Gordon1-2/+0
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-3/+3
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz1-6/+6
2010-05-06If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon1-0/+2
2010-03-17Make helper functions static.Jens Arnold1-3/+3
2010-03-16tagcache: Factor ecread of tagfile_entry/index_entry, and ecwrite of index_en...Amaury Pouly1-35/+38
2010-03-16tagcache: fix once for all those stupid warnings.Amaury Pouly1-5/+5
2010-02-16Fix several misused of 'struct dirent' instead of 'struct dircache_entry' in ...Amaury Pouly1-5/+5
2010-02-14Have tagcache_fill_tags also fill the length entry of the mp3entry structure.Amaury Pouly1-0/+1
2010-02-07Remove more tabsAndree Buschmann1-2/+2
2010-02-02FS#8967: Fix autoscore computation overflow when the playtime is huge.Amaury Pouly1-3/+13
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode1-1/+1
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz1-6/+5
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken1-1/+1
2009-07-14FS#10080Nils Wallménius1-1/+1
2009-07-04Do not delete tagcache entries on bootup with dircache enabled but auto-updat...Thomas Martitz1-1/+2
2009-07-04Crude logging for the sim in database creation/updating - to aid in debuggingJonas Häggqvist1-0/+11
2009-06-30Second attempt at fixing FS#10396. Turns out that gcc for coldfire choose to ...Magnus Holmgren1-4/+8
2009-06-30Small change to significantly reduce stack usage during database scanning. Th...Magnus Holmgren1-7/+20
2009-06-20A bunch of stability fixes into tagcache engine and database browser. Mainly ...Miika Pekkarinen1-80/+134
2009-06-19Fixed searches from tagcache when there is a sudden need to open a tag file o...Miika Pekkarinen1-24/+19
2009-06-06Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone1-25/+5
2009-06-03Replace bitfield for tagcache tag sets with array of char on SH.Andrew Mahone1-22/+21
2009-06-03Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...Andrew Mahone1-72/+52
2009-05-17Fix duplicate #includesBertrik Sikken1-2/+0
2009-04-15Handle the DB dirty flag correctly. Now a broken DB should stay disabled. Als...Miika Pekkarinen1-5/+6
2009-03-08Clean up some more #includesBertrik Sikken1-1/+0
2009-03-06Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effortThomas Martitz1-3/+3
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-2/+14
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-1/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1