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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
font.c dynamic path name
HEAD
master
William Wilgus
1
-8
/
+25
10 days
usb: Fix iPod video connection issues
Aidan MacDonald
1
-2
/
+7
11 days
Add perceptual volume adjustment
Aidan MacDonald
1
-0
/
+4
11 days
ErosQNative: Enable Line Out capabilities on new revision players
Dana Conrad
5
-46
/
+47
2023-01-19
chunk alloc add buflib_get_pinned and chunk caching
William Wilgus
2
-58
/
+80
2023-01-18
usb: Attempt to handle overlapped control requests in legacy drivers
Aidan MacDonald
1
-5
/
+38
2023-01-16
buflib_malloc: fixed signed/unsigned comparison
Aidan MacDonald
1
-1
/
+1
2023-01-15
Add core_get_data_pinned(), use it where possible
Aidan MacDonald
1
-0
/
+12
2023-01-15
buflib: Add pinned get/put data functions
Aidan MacDonald
5
-35
/
+109
2023-01-15
buflib: Add malloc-backed buflib
Aidan MacDonald
5
-0
/
+309
2023-01-15
buflib: Move the API back into buflib.h
Aidan MacDonald
2
-323
/
+361
2023-01-15
buflib: Add CONFIG_BUFLIB_BACKEND for selecting a buflib backend
Aidan MacDonald
8
-4
/
+47
2023-01-15
buflib: Prep for multiple backend support, rename to buflib_mempool
Aidan MacDonald
6
-8
/
+8
2023-01-14
si4700: remove unneeded ';' directly after a 'case'
Wolfram Sang
1
-1
/
+1
2023-01-13
fix red from #641e91aa2f
Solomon Peachy
2
-2
/
+3
2023-01-13
jz47xx: Add support for INIT region
Solomon Peachy
5
-8
/
+41
2023-01-13
buflib_shrink use NULL to signal start isn't changing
William Wilgus
3
-5
/
+3
2023-01-13
buflib: Refactor various debugging features
Aidan MacDonald
6
-43
/
+71
2023-01-13
buflib: Remove block start / end distinction
Aidan MacDonald
1
-107
/
+42
2023-01-13
buflib: Remove CRC checks
Aidan MacDonald
2
-96
/
+4
2023-01-13
buflib: Optimize away the BSIZE metadata field
Aidan MacDonald
1
-7
/
+4
2023-01-13
Remove buflib allocation names, part two
Aidan MacDonald
14
-64
/
+32
2023-01-13
Remove buflib allocation names, part one
Aidan MacDonald
1
-35
/
+15
2023-01-13
Avoid using buflib names for storing font paths
Aidan MacDonald
1
-5
/
+22
2023-01-12
Fix red in 7e5fc4076a
Aidan MacDonald
1
-0
/
+2
2023-01-12
Add INIT_ATTR to i2c_init()
Aidan MacDonald
10
-10
/
+10
2023-01-12
Add INIT_ATTR to system_init()
Aidan MacDonald
2
-1
/
+7
2023-01-10
chunk_alloc
William Wilgus
4
-0
/
+377
2023-01-08
lcd: Fix 4bpp optimized 16-bit alpha blit
Aidan MacDonald
1
-2
/
+3
2023-01-06
lcd: Rewrite 16bit alpha bitmap blit
Aidan MacDonald
1
-225
/
+220
2023-01-04
[BugFix] Fix some Shif related UB -- ASAN
William Wilgus
1
-3
/
+3
2023-01-02
Add locked actions to all soft lock targets
William Wilgus
3
-3
/
+0
2023-01-02
clean up button.c optimize !filter_first_keypress
William Wilgus
3
-106
/
+119
2022-12-31
[FixRed] ClipV2 has a hold button -- news to me
William Wilgus
1
-1
/
+0
2022-12-31
[Feature/Bugfix] keyremap add Context flags
William Wilgus
3
-0
/
+3
2022-12-31
x1000: Add INIT_ATTR to various target specific functions
Aidan MacDonald
6
-20
/
+19
2022-12-31
x1000: Enable support for INIT_ATTR
Aidan MacDonald
4
-1
/
+33
2022-12-30
events.c clean-up
William Wilgus
1
-42
/
+41
2022-12-23
Revert "buflib.c strip path from alloc name"
Aidan MacDonald
1
-4
/
+0
2022-12-20
ata: Prevent powering-off ATA hardwre if it reports as mSATA or m.2
Solomon Peachy
2
-3
/
+20
2022-12-20
buflib.c strip path from alloc name
William Wilgus
1
-0
/
+4
2022-12-19
jx47xx: Rename crt0 'init' sections to 'startup'
Solomon Peachy
2
-3
/
+7
2022-12-18
[BugFix] root redirect failed to match the peoper drive when internal drive i...
William Wilgus
1
-0
/
+6
2022-12-18
kernel: Fix unsafe cross-section reference in init_tick()
Aidan MacDonald
1
-1
/
+1
2022-12-18
x1000: Rename crt0 .init sections to .startup
Aidan MacDonald
4
-5
/
+9
2022-12-18
x1000: Simplify app linker script
Aidan MacDonald
1
-5
/
+13
2022-12-18
x1000: Add missing LCD activation event on LCD enable
Aidan MacDonald
1
-0
/
+3
2022-12-08
events.c do_add_event() only traverse event array once
William Wilgus
1
-18
/
+18
2022-12-07
backlight.c move some conditionals out to functions
William Wilgus
1
-26
/
+36
2022-12-07
bugfix: for Eros Q / Surfans F20, when the scroll wheel is moved, in addition...
Richard Goedeken
1
-0
/
+2
[next]