summaryrefslogtreecommitdiff
path: root/apps/tagcache.c (follow)
Commit message (Expand)AuthorAge
* Database: Fix destabilization if ramcache fails to load + misc.Michael Sevakis2017-04-01
* Tweak a few tagcache things.Michael Sevakis2017-02-13
* Fix warnings and errors from 7373cf5Michael Sevakis2017-02-10
* Restore dircache hookup in the database ramcache.Michael Sevakis2017-02-10
* Fix dangerous castsAmaury Pouly2017-02-04
* Reenable database ramcache and playlist dircacheMichael Sevakis2017-01-17
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz2014-03-14
* Implement time-based resume and playback start.Michael Sevakis2014-03-10
* Fix possible readlink() buffer overflowThomas Jarosch2013-01-15
* Fix database tool.Thomas Martitz2012-07-31
* Database: Support for multiple search roots.Thomas Martitz2012-07-30
* Add const to global pointers to strings.Boris Gjenero2011-12-17
* FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero2011-12-14
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* Dircache: Allow dircache to be enabled without reboot.Thomas Martitz2011-08-30
* Fix h100 red and other warnings.Thomas Martitz2011-08-30
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Fix file descriptor leak on errorThomas Jarosch2011-08-25
* Fix tempbuf assignment in tagcache and bump plugin API/ABI for r30308.Thomas Martitz2011-08-14
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* Database: Bug fix: The filename seek index is invalid if FLAG_DIRCACHEMichael Hohmuth2011-08-04
* Database: find_entry_ram: Avoid dircache use if it's not readyMichael Hohmuth2011-08-04
* Database: Fix memory-area bounds checking during database reload.Michael Hohmuth2011-08-04
* Database: Fix to support case-sensitive file systems containing audioMichael Hohmuth2011-08-02
* Tagcache: Rename global static variable for better readability.Thomas Martitz2011-08-02
* FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename"Michael Hohmuth2011-07-31
* Allocate indices directly in ramcache header. Add version code toMiika Pekkarinen2011-07-01
* Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen2011-06-23
* Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz2011-06-20
* Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz2011-06-20
* Fixed a changelog export/import problem with tagcache where <CR> or <LF>Miika Pekkarinen2011-06-20
* Removed redundant copy of tagcache master_header structure stored inMiika Pekkarinen2011-06-19
* FS#12107: Remove track-number guessing code.Michael Hohmuth2011-06-06
* FS#12132 patch 5: check_clauses: Optimizations.Michael Hohmuth2011-06-06
* FS#12132 patch 3: Rename read_numeric_tag to find_tag, as it is indeedMichael Hohmuth2011-06-06
* FS#12132 patch 2: add_uniqbuf: Fix confusing indentation in if conditionMichael Hohmuth2011-06-06
* FS#12076 - DB stats resurrection: If the filename was changed, requireMichael Hohmuth2011-05-11
* tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.Michael Hohmuth2011-05-10
* Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-03
* Do not attempt to remove the temporary database twice during a database update.Michael Hohmuth2011-04-15
* Follow symlink dirs on UI simulatorFred Bauer2011-03-05
* DB import: Correctly import previously exported resume offsetsMichael Hohmuth2011-02-28
* Fix database import and exportMichael Hohmuth2011-02-27
* Fix buffer size used for realpath() callThomas Jarosch2011-02-16
* No need to cast away const. Thanks to sideralThomas Jarosch2011-02-16
* RaaA: Fix tagcache filename lookups for paths containing symbolic linksThomas Jarosch2011-02-16
* All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis2011-02-14
* Fix SDL app buildThomas Martitz2011-01-29