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
2023-01-13
Remove buflib allocation names, part two
Aidan MacDonald
3
-6
/
+6
2022-12-01
Add rectangle utility functions
Aidan MacDonald
1
-0
/
+141
2022-11-17
Bug fix multiboot.c get_redirect_dir didn't reach index 0
William Wilgus
1
-3
/
+3
2022-11-17
strnatcmp.c use a fn pointer to call strcmp/strcasecmp
William Wilgus
1
-10
/
+6
2022-11-17
strlcpy finish cleanup
William Wilgus
3
-3
/
+3
2022-11-16
strlcat use strlcpy for the copy part
William Wilgus
1
-16
/
+3
2022-11-14
replace strlcpy with strmemccpy
William Wilgus
3
-42
/
+68
2022-11-13
fix strptokspn, add strcspn, fix splash.c
William Wilgus
1
-22
/
+11
2022-11-12
make splash split on control characters
William Wilgus
1
-0
/
+88
2022-10-16
linked list: add lld_insert_prev/next()
Aidan MacDonald
1
-0
/
+32
2022-10-16
linked list: inline list init functions
Aidan MacDonald
1
-29
/
+0
2022-10-16
Convert a number of allocations to use buflib pinning
Aidan MacDonald
2
-57
/
+32
2022-10-15
move buflib_free invalid handle check to the function
William Wilgus
2
-18
/
+10
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
[next]