summaryrefslogtreecommitdiffstats
path: root/apps/tagcache.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-17Add const to global pointers to strings.Boris Gjenero1-4/+4
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero1-22/+0
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz1-2/+0
2011-08-30Dircache: Allow dircache to be enabled without reboot.Thomas Martitz1-1/+1
2011-08-30Fix h100 red and other warnings.Thomas Martitz1-4/+2
2011-08-30GSoC/Buflib: Enable compaction in buflib.Thomas Martitz1-42/+102
2011-08-30GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz1-9/+12
2011-08-25Fix file descriptor leak on errorThomas Jarosch1-0/+3
2011-08-14Fix tempbuf assignment in tagcache and bump plugin API/ABI for r30308.Thomas Martitz1-1/+1
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz1-5/+3
2011-08-04Database: Bug fix: The filename seek index is invalid if FLAG_DIRCACHEMichael Hohmuth1-11/+36
2011-08-04Database: find_entry_ram: Avoid dircache use if it's not readyMichael Hohmuth1-7/+3
2011-08-04Database: Fix memory-area bounds checking during database reload.Michael Hohmuth1-10/+9
2011-08-02Database: Fix to support case-sensitive file systems containing audioMichael Hohmuth1-1/+1
2011-08-02Tagcache: Rename global static variable for better readability.Thomas Martitz1-42/+45
2011-07-31FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename"Michael Hohmuth1-2/+18
2011-07-01Allocate indices directly in ramcache header. Add version code toMiika Pekkarinen1-6/+7
2011-06-23Fixed a regression caused in r30021: tagnavi_custom.config parsingMiika Pekkarinen1-1/+1
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz1-40/+17
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz1-2/+2
2011-06-20Fixed a changelog export/import problem with tagcache where <CR> or <LF>Miika Pekkarinen1-12/+22
2011-06-19Removed redundant copy of tagcache master_header structure stored inMiika Pekkarinen1-21/+21
2011-06-06FS#12107: Remove track-number guessing code.Michael Hohmuth1-29/+2
2011-06-06FS#12132 patch 5: check_clauses: Optimizations.Michael Hohmuth1-10/+4
2011-06-06FS#12132 patch 3: Rename read_numeric_tag to find_tag, as it is indeedMichael Hohmuth1-17/+17
2011-06-06FS#12132 patch 2: add_uniqbuf: Fix confusing indentation in if conditionMichael Hohmuth1-1/+1
2011-05-11FS#12076 - DB stats resurrection: If the filename was changed, requireMichael Hohmuth1-2/+2
2011-05-10tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.Michael Hohmuth1-44/+59
2011-05-03Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann1-0/+4
2011-04-15Do not attempt to remove the temporary database twice during a database update.Michael Hohmuth1-2/+2
2011-03-05Follow symlink dirs on UI simulatorFred Bauer1-0/+4
2011-02-28DB import: Correctly import previously exported resume offsetsMichael Hohmuth1-2/+2
2011-02-27Fix database import and exportMichael Hohmuth1-1/+1
2011-02-16Fix buffer size used for realpath() callThomas Jarosch1-1/+1
2011-02-16No need to cast away const. Thanks to sideralThomas Jarosch1-1/+1
2011-02-16RaaA: Fix tagcache filename lookups for paths containing symbolic linksThomas Jarosch1-1/+8
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