index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
tagcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[3/4] Completely remove HWCODEC support
Solomon Peachy
1
-3
/
+1
2019-08-20
FS#9213 - Fix for audio dropout after startup
Igor B. Poretsky
1
-0
/
+2
2017-04-01
Database: Fix destabilization if ramcache fails to load + misc.
Michael Sevakis
1
-31
/
+42
2017-02-13
Tweak a few tagcache things.
Michael Sevakis
1
-28
/
+18
2017-02-10
Fix warnings and errors from 7373cf5
Michael Sevakis
1
-6
/
+4
2017-02-10
Restore dircache hookup in the database ramcache.
Michael Sevakis
1
-403
/
+434
2017-02-04
Fix dangerous casts
Amaury Pouly
1
-5
/
+5
2017-01-17
Reenable database ramcache and playlist dircache
Michael Sevakis
1
-72
/
+78
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-9
/
+12
2014-03-14
events: Rework event subsystem (add_event, send_event) to be more versatile.
Thomas Martitz
1
-4
/
+2
2014-03-10
Implement time-based resume and playback start.
Michael Sevakis
1
-3
/
+9
2013-01-15
Fix possible readlink() buffer overflow
Thomas Jarosch
1
-1
/
+1
2012-07-31
Fix database tool.
Thomas Martitz
1
-2
/
+12
2012-07-30
Database: Support for multiple search roots.
Thomas Martitz
1
-22
/
+71
2011-12-17
Add const to global pointers to strings.
Boris Gjenero
1
-4
/
+4
2011-12-14
FS#12378 : Remove various unused code, and comment out some unused code and d...
Boris Gjenero
1
-22
/
+0
2011-11-17
Simulate usb plugging on the sim better using sim_tasks.
Thomas Martitz
1
-2
/
+0
2011-08-30
Dircache: Allow dircache to be enabled without reboot.
Thomas Martitz
1
-1
/
+1
2011-08-30
Fix h100 red and other warnings.
Thomas Martitz
1
-4
/
+2
2011-08-30
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
1
-42
/
+102
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
1
-9
/
+12
2011-08-25
Fix file descriptor leak on error
Thomas Jarosch
1
-0
/
+3
2011-08-14
Fix tempbuf assignment in tagcache and bump plugin API/ABI for r30308.
Thomas Martitz
1
-1
/
+1
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
1
-5
/
+3
2011-08-04
Database: Bug fix: The filename seek index is invalid if FLAG_DIRCACHE
Michael Hohmuth
1
-11
/
+36
2011-08-04
Database: find_entry_ram: Avoid dircache use if it's not ready
Michael Hohmuth
1
-7
/
+3
2011-08-04
Database: Fix memory-area bounds checking during database reload.
Michael Hohmuth
1
-10
/
+9
2011-08-02
Database: Fix to support case-sensitive file systems containing audio
Michael Hohmuth
1
-1
/
+1
2011-08-02
Tagcache: Rename global static variable for better readability.
Thomas Martitz
1
-42
/
+45
2011-07-31
FS#12132 patch 6, part 2: tagnavi.config: Add support for "basename"
Michael Hohmuth
1
-2
/
+18
2011-07-01
Allocate indices directly in ramcache header. Add version code to
Miika Pekkarinen
1
-6
/
+7
2011-06-23
Fixed a regression caused in r30021: tagnavi_custom.config parsing
Miika Pekkarinen
1
-1
/
+1
2011-06-20
Dircache: Don't expose struct dircache_entry and pointers into the cache, use...
Thomas Martitz
1
-40
/
+17
2011-06-20
Dircache: Return the size of the result string in dircache_copy_path() so tha...
Thomas Martitz
1
-2
/
+2
2011-06-20
Fixed a changelog export/import problem with tagcache where <CR> or <LF>
Miika Pekkarinen
1
-12
/
+22
2011-06-19
Removed redundant copy of tagcache master_header structure stored in
Miika Pekkarinen
1
-21
/
+21
2011-06-06
FS#12107: Remove track-number guessing code.
Michael Hohmuth
1
-29
/
+2
2011-06-06
FS#12132 patch 5: check_clauses: Optimizations.
Michael Hohmuth
1
-10
/
+4
2011-06-06
FS#12132 patch 3: Rename read_numeric_tag to find_tag, as it is indeed
Michael Hohmuth
1
-17
/
+17
2011-06-06
FS#12132 patch 2: add_uniqbuf: Fix confusing indentation in if condition
Michael Hohmuth
1
-1
/
+1
2011-05-11
FS#12076 - DB stats resurrection: If the filename was changed, require
Michael Hohmuth
1
-2
/
+2
2011-05-10
tagnavi.config: Add a logical-OR operator ("|") for tagnavi conditionals.
Michael Hohmuth
1
-44
/
+59
2011-05-03
Fix even more 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
1
-0
/
+4
2011-04-15
Do not attempt to remove the temporary database twice during a database update.
Michael Hohmuth
1
-2
/
+2
2011-03-05
Follow symlink dirs on UI simulator
Fred Bauer
1
-0
/
+4
2011-02-28
DB import: Correctly import previously exported resume offsets
Michael Hohmuth
1
-2
/
+2
2011-02-27
Fix database import and export
Michael Hohmuth
1
-1
/
+1
2011-02-16
Fix buffer size used for realpath() call
Thomas Jarosch
1
-1
/
+1
2011-02-16
No need to cast away const. Thanks to sideral
Thomas Jarosch
1
-1
/
+1
2011-02-16
RaaA: Fix tagcache filename lookups for paths containing symbolic links
Thomas Jarosch
1
-1
/
+8
[next]