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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-01
Add path_strip_last_volume
Aidan MacDonald
1
-2
/
+37
2022-03-27
multiboot: Allow searching in volume 0 for redirect file
Aidan MacDonald
1
-1
/
+1
2022-03-15
rb_namespace add logf
William Wilgus
3
-5
/
+76
2022-03-11
multiboot: Refactor duplicated functions to a separate file
Aidan MacDonald
2
-90
/
+116
2022-03-11
BUGFIX file.c open failure leaves open file handle
William Wilgus
1
-0
/
+2
2022-03-04
inflate: Add helper for getting decompressed data size
Aidan MacDonald
1
-0
/
+9
2022-03-04
inflate: Add helpers for using in-memory buffers
Aidan MacDonald
1
-0
/
+25
2022-03-03
Multiboot Firmware Root Redirect - WIP
William Wilgus
1
-16
/
+0
2022-03-03
[RESTORED!] Allow mounting of any directory as the root directory.
William Wilgus
8
-199
/
+444
2022-02-12
buflib: add a common dummy callbacks struct & use it
Aidan MacDonald
1
-3
/
+1
2021-09-19
Dir cache: Fix resume of relative path playlists.
James D. Smith
1
-0
/
+51
2021-08-13
file_internal.c guard file_cache_reset() from null pointer
William Wilgus
1
-5
/
+7
2021-08-07
inflate: import initial module for deflate decompression
James Buren
1
-0
/
+759
2021-08-05
disk.c ensure a valid volume is returned from get_free_volume()
William Wilgus
1
-0
/
+7
2021-08-04
Document intentional fallthroughs + fix harmless unintended ones
Aidan MacDonald
2
-0
/
+2
2021-07-31
crc32/adler32: add full copyright notice to source files
James Buren
2
-0
/
+44
2021-07-30
adler32: import adapted implementation from tinf/zlib
James Buren
1
-0
/
+75
2021-07-20
timefuncs.c valid_time() should return false if tm == NULL and not try to deref
William Wilgus
1
-2
/
+2
2021-07-18
crc32: add fast variant of regular crc_32r function
James Buren
1
-6
/
+65
2021-07-13
crc32: add fast variant of regular crc_32 function
James Buren
1
-1
/
+57
2021-07-11
zip: include strlcpy.h
James Buren
1
-0
/
+1
2021-07-11
zip: implement zip extraction support
James Buren
1
-0
/
+178
2021-07-10
zip: rename modts field to mtime
James Buren
1
-2
/
+2
2021-07-08
file/fat: rework utime function as modtime extension
James Buren
1
-11
/
+8
2021-07-08
file/fat: add utime function
James Buren
1
-0
/
+38
2021-07-07
timefuncs: add dostime_localtime function
James Buren
1
-0
/
+17
2021-07-05
zip: import initial module
James Buren
1
-0
/
+705
2021-07-03
fat: move fattime_mktime to timefuncs
James Buren
3
-2
/
+17
2021-06-21
mi4: replace chksum_crc32 with crc_32r
James Buren
1
-110
/
+0
2021-06-21
rockbox: add a crc32 reverse polynomial function
James Buren
1
-0
/
+30
2021-06-16
Enable float formatting in printf
Aidan MacDonald
1
-7
/
+4
2021-05-12
Add tm->yday to RTC ports missing it
Moshe Piekarski
1
-0
/
+16
2021-05-12
Add standalone UCL decompressor
Aidan MacDonald
1
-0
/
+192
2020-11-22
rockbox: move firmware checksum algorithms into a common header
James Buren
1
-10
/
+3
2020-10-27
dircache: Fix a NULL pointer dereference
Solomon Peachy
1
-1
/
+2
2020-10-23
ClipPlus BOOTLOADER DONT FIT!
William Wilgus
1
-2
/
+10
2020-10-17
Define a USB storage type, and hook it up for hosted targets
Solomon Peachy
1
-0
/
+9
2020-08-20
Revert root_redirect :(
William Wilgus
8
-453
/
+195
2020-08-20
Multiboot Firmware Root Redirect
William Wilgus
1
-1
/
+17
2020-08-20
Allow mounting of any directory as the root directory.
William Wilgus
8
-192
/
+454
2020-08-20
Revert g#1612
William Wilgus
1
-20
/
+0
2020-08-08
ROLO - Enable multiboot firmware
William Wilgus
1
-1
/
+1
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-25
/
+0
2020-07-24
[1/4] Remove SH support and all archos targets
Solomon Peachy
1
-2
/
+1
2020-06-30
Try mounting as "superfloppy" first
Moshe Piekarski
1
-35
/
+37
2020-06-30
Also remove the fat_partition_types array.
Moshe Piekarski
1
-11
/
+0
2020-06-30
Allow any partition type, not just known FAT types.
Moshe Piekarski
1
-3
/
+2
2019-11-15
MultiBoot_Firmware Fix red for bootloaders
William Wilgus
1
-2
/
+2
2019-11-15
MultiBoot_Firmware
William Wilgus
1
-0
/
+21
2019-07-19
Limit float formatting to only targets building Quake
Franklin Wei
1
-0
/
+7
[next]