index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
include
Age
Commit message (
Expand
)
Author
2021-08-09
inflate: fix public function pointers
James Buren
2021-08-07
inflate: import initial module for deflate decompression
James Buren
2021-07-30
adler32: import adapted implementation from tinf/zlib
James Buren
2021-07-11
zip: implement zip extraction support
James Buren
2021-07-10
zip: rename modts field to mtime
James Buren
2021-07-08
file/fat: rework utime function as modtime extension
James Buren
2021-07-08
file/fat: add utime function
James Buren
2021-07-07
timefuncs: add dostime_localtime function
James Buren
2021-07-05
zip: import initial module
James Buren
2021-07-03
fat: move fattime_mktime to timefuncs
James Buren
2021-06-21
mi4: replace chksum_crc32 with crc_32r
James Buren
2021-06-21
rockbox: add a crc32 reverse polynomial function
James Buren
2021-05-12
Add tm->yday to RTC ports missing it
Moshe Piekarski
2020-11-22
rockbox: move firmware checksum algorithms into a common header
James Buren
2020-08-20
Revert root_redirect :(
William Wilgus
2020-08-20
Multiboot Firmware Root Redirect
William Wilgus
2020-08-20
Allow mounting of any directory as the root directory.
William Wilgus
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
2019-07-19
Add proper float formatting to vuprintf
Michael Sevakis
2019-07-09
rbendian.h: fall back to generic swap macros
Franklin Wei
2018-12-08
Fix Sim & checkwps for newer distros
William Wilgus
2018-12-07
Fix Sim for newer distros
William Wilgus
2018-06-12
Agptek Rocker: Initial commit
Marcin Bukat
2017-11-21
Implement a much more capable vuprintf()
Michael Sevakis
2017-10-29
Add boot from other volumes in bootloader on targets with HAVE_MULTIVOLUME
William Wilgus
2017-03-12
Do some housekeeping with fat.h and SECTOR_SIZE
Michael Sevakis
2017-03-12
Dircache: Refine name allocation and error handling.
Michael Sevakis
2017-02-14
Remove FF_CREAT and FF_EXCL flags in from file code.
Michael Sevakis
2017-02-10
Restore dircache hookup in the database ramcache.
Michael Sevakis
2017-01-17
Do some debug and preparatory work for ramcache and playlist
Michael Sevakis
2017-01-16
Fix path handling snafu for CheckWPS tool
Michael Sevakis
2017-01-15
Support using swapxx() and bswap_xx() for byteswaps in rbendian.h
Franklin Wei
2015-01-02
Improve core_alloc() / buflib_alloc() documentation
Thomas Jarosch
2014-12-29
Document 'union buflib_data'
Thomas Jarosch
2014-12-27
Two more typo fixes
Thomas Jarosch
2014-12-27
Fix typos in documentation
Thomas Jarosch
2014-12-17
Fix up maemo port after byte swap header refactoring
Thomas Jarosch
2014-08-29
Hopefully fix most of the errors and warnings from the last push
Michael Sevakis
2014-08-29
Add normal alloca() definition and implement a strdupa and friends
Michael Sevakis
2014-08-29
Add mempcpy implementation
Michael Sevakis
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2014-08-28
Prevent spurious recompiles on account of changed version.
Michael Sevakis
2014-08-26
Patch up rbendian.h for Win32 cross-compile
Michael Sevakis
2014-08-25
Do a better endian.h setup that isn't as fragile
Michael Sevakis
2014-08-16
Add common linked list functions
Michael Sevakis
2014-08-06
Add multi-reader, single-writer locks to kernel.
Michael Sevakis
2014-07-07
crc-mi4: use const lookup table for crc
Marcin Bukat
2014-02-23
samsungypr0: Support or mounting the microsd
Thomas Martitz
2014-02-23
RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.
Thomas Martitz
2014-02-23
codepages: Translate to linux codepage names for use on APPLICATION.
Thomas Martitz
[next]