summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-29Fixed a possible index id destruction and temporary problems with the DB when...Miika Pekkarinen1-8/+17
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-04Make sure a temporary file does not exists preventing the database re-initial...Miika Pekkarinen1-0/+1
2008-05-03Renamed build_tagcache to tagcache_build to make it consistent with the funct...Bertrik Sikken1-5/+5
2008-05-03Made source files #include the header file that they implement to make sure t...Bertrik Sikken1-0/+2
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2008-04-24fix 64bit sim warningJonathan Gordon1-1/+1
2008-04-24structec makes a poor assumption that all targets use 1 byte chars, 2 byte sh...Jonathan Gordon1-12/+12
2008-04-19FS#8795 - Fixed fault of the escape processing in Changelog (by Kenjiro Arai).Miika Pekkarinen1-9/+5
2008-04-19Made strictly local functions static (command_queue_sync_callback and run_com...Bertrik Sikken1-2/+2
2008-03-09FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director...Miika Pekkarinen1-2/+2
2008-02-17FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu ...Miika Pekkarinen1-18/+21
2008-02-04add support for database.unignore files (adds dirs to the database which woul...Marcoen Hirschberg1-10/+14
2008-01-25Fix a bug in tagcache tag length check, thanks to Rhino Banga.Peter D'Hoye1-6/+6
2008-01-13Fixed the red.Miika Pekkarinen1-0/+7
2008-01-13Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen1-26/+26
2008-01-07FS#8423 - Fixes quirks in routine used to remove obsolote entries from tagcac...Miika Pekkarinen1-7/+10
2007-12-18Preserve song statistics when moving files or altering metadata. Conditions r...Miika Pekkarinen1-42/+233
2007-12-16Added file modify time field to the DB. Now metadata changes should be detect...Miika Pekkarinen1-64/+131
2007-11-23Free resources properly. Fixes all kind of strange issues (shutdown problems ...Miika Pekkarinen1-1/+4
2007-11-21consolidate the 3 file_exists() functions into one; use the version that expl...Robert Kukla1-5/+1
2007-11-21FS#5690 - folders with a file named database.ignore will be skipped by the da...Jonathan Gordon1-0/+10
2007-10-21Fixed debug menu crashing. Show last file processed by tagcache engine in deb...Miika Pekkarinen1-3/+28