summaryrefslogtreecommitdiff
path: root/apps/tagcache.c (follow)
Commit message (Expand)AuthorAge
* tagcache open_files(): open the correct file (missed in r27656)Rafaël Carré2010-09-19
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* Fix last red.Thomas Martitz2010-08-01
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Properly initialize tagcache headers when doing commit() duringMiika Pekkarinen2010-07-18
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* tagcache: fix queue operation, it should be queue_peek.Amaury Pouly2010-05-21
* accept FS#10992 by Rui Araújo to fix FS#10976 - make the <Untagged> string t...Jonathan Gordon2010-05-20
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* If dircache and database "load to ram" is enabled then get the id3 info from ...Jonathan Gordon2010-05-06
* Make helper functions static.Jens Arnold2010-03-17
* tagcache: Factor ecread of tagfile_entry/index_entry, and ecwrite of index_en...Amaury Pouly2010-03-16
* tagcache: fix once for all those stupid warnings.Amaury Pouly2010-03-16
* Fix several misused of 'struct dirent' instead of 'struct dircache_entry' in ...Amaury Pouly2010-02-16
* Have tagcache_fill_tags also fill the length entry of the mp3entry structure.Amaury Pouly2010-02-14
* Remove more tabsAndree Buschmann2010-02-07
* FS#8967: Fix autoscore computation overflow when the playtime is huge.Amaury Pouly2010-02-02
* Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode2009-11-03
* Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz2009-10-20
* Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken2009-10-18
* FS#10080Nils Wallménius2009-07-14
* Do not delete tagcache entries on bootup with dircache enabled but auto-updat...Thomas Martitz2009-07-04
* Crude logging for the sim in database creation/updating - to aid in debuggingJonas Häggqvist2009-07-04
* Second attempt at fixing FS#10396. Turns out that gcc for coldfire choose to ...Magnus Holmgren2009-06-30
* Small change to significantly reduce stack usage during database scanning. Th...Magnus Holmgren2009-06-30
* A bunch of stability fixes into tagcache engine and database browser. Mainly ...Miika Pekkarinen2009-06-20
* Fixed searches from tagcache when there is a sudden need to open a tag file o...Miika Pekkarinen2009-06-19
* Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone2009-06-06
* Replace bitfield for tagcache tag sets with array of char on SH.Andrew Mahone2009-06-03
* Replace arrays of tags that are numeric/sorted/uniqued with bitfields flaggin...Andrew Mahone2009-06-03
* Fix duplicate #includesBertrik Sikken2009-05-17
* Handle the DB dirty flag correctly. Now a broken DB should stay disabled. Als...Miika Pekkarinen2009-04-15
* Clean up some more #includesBertrik Sikken2009-03-08
* Fix FS#9977 - Thanks to Brian Sutherland for intensive testing and effortThomas Martitz2009-03-06
* Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg2008-12-15
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* Fixed a possible index id destruction and temporary problems with the DB when...Miika Pekkarinen2008-08-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Make sure a temporary file does not exists preventing the database re-initial...Miika Pekkarinen2008-06-04
* Renamed build_tagcache to tagcache_build to make it consistent with the funct...Bertrik Sikken2008-05-03
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* fix 64bit sim warningJonathan Gordon2008-04-24
* structec makes a poor assumption that all targets use 1 byte chars, 2 byte sh...Jonathan Gordon2008-04-24
* FS#8795 - Fixed fault of the escape processing in Changelog (by Kenjiro Arai).Miika Pekkarinen2008-04-19
* Made strictly local functions static (command_queue_sync_callback and run_com...Bertrik Sikken2008-04-19
* FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director...Miika Pekkarinen2008-03-09
* FS#8565 - fix for runtime data causing extra spin ups. Included a debug menu ...Miika Pekkarinen2008-02-17