summaryrefslogtreecommitdiff
path: root/apps/tagcache.c
AgeCommit message (Expand)Author
2021-08-04Document intentional fallthroughs + fix harmless unintended onesAidan MacDonald
2021-08-02tagcache.c clean upWilliam Wilgus
2021-07-31tagcache.c Fix potential buffer overruns WIPWilliam Wilgus
2021-07-31tagcache.c WS changesWilliam Wilgus
2021-05-19FS#9093: Database initialization hangs if there's no music file on the playerSolomon Peachy
2020-07-24[3/4] Completely remove HWCODEC supportSolomon Peachy
2019-08-20FS#9213 - Fix for audio dropout after startupIgor B. Poretsky
2017-04-01Database: Fix destabilization if ramcache fails to load + misc.Michael Sevakis
2017-02-13Tweak a few tagcache things.Michael Sevakis
2017-02-10Fix warnings and errors from 7373cf5Michael Sevakis
2017-02-10Restore dircache hookup in the database ramcache.Michael Sevakis
2017-02-04Fix dangerous castsAmaury Pouly
2017-01-17Reenable database ramcache and playlist dircacheMichael Sevakis
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-03-14events: Rework event subsystem (add_event, send_event) to be more versatile.Thomas Martitz
2014-03-10Implement time-based resume and playback start.Michael Sevakis
2013-01-15Fix possible readlink() buffer overflowThomas Jarosch
2012-07-31Fix database tool.Thomas Martitz
2012-07-30Database: Support for multiple search roots.Thomas Martitz
2011-12-17Add const to global pointers to strings.Boris Gjenero
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz
2011-08-30Fix h100 red and other warnings.Thomas Martitz
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz
2011-08-25Fix file descriptor leak on errorThomas Jarosch
2011-08-14Fix tempbuf assignment in tagcache and bump plugin API/ABI for r30308.Thomas Martitz
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz
2011-08-04Database: Bug fix: The filename seek index is invalid if FLAG_DIRCACHEMichael Hohmuth
2011-08-04Database: find_entry_ram: Avoid dircache use if it's not readyMichael Hohmuth
2011-08-04Database: Fix memory-area bounds checking during database reload.Michael Hohmuth
2011-08-02Database: Fix to support case-sensitive file systems containing audioMichael Hohmuth
2011-08-02Tagcache: Rename global static variable for better readability.Thomas Martitz
2011-07-31FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename"Michael Hohmuth
2011-07-01Allocate indices directly in ramcache header. Add version code toMiika Pekkarinen
2011-06-23Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz
2011-06-20Fixed a changelog export/import problem with tagcache where <CR> or <LF>Miika Pekkarinen
2011-06-19Removed redundant copy of tagcache master_header structure stored inMiika Pekkarinen
2011-06-06FS#12107: Remove track-number guessing code.Michael Hohmuth
2011-06-06FS#12132 patch 5: check_clauses: Optimizations.Michael Hohmuth
2011-06-06FS#12132 patch 3: Rename read_numeric_tag to find_tag, as it is indeedMichael Hohmuth
2011-06-06FS#12132 patch 2: add_uniqbuf: Fix confusing indentation in if conditionMichael Hohmuth
2011-05-11FS#12076 - DB stats resurrection: If the filename was changed, requireMichael Hohmuth
2011-05-10tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.Michael Hohmuth
2011-05-03Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann
2011-04-15Do not attempt to remove the temporary database twice during a database update.Michael Hohmuth
2011-03-05Follow symlink dirs on UI simulatorFred Bauer