summaryrefslogtreecommitdiff
path: root/firmware/include
AgeCommit message (Expand)Author
2021-08-09inflate: fix public function pointersJames Buren
2021-08-07inflate: import initial module for deflate decompressionJames Buren
2021-07-30adler32: import adapted implementation from tinf/zlibJames Buren
2021-07-11zip: implement zip extraction supportJames Buren
2021-07-10zip: rename modts field to mtimeJames Buren
2021-07-08file/fat: rework utime function as modtime extensionJames Buren
2021-07-08file/fat: add utime functionJames Buren
2021-07-07timefuncs: add dostime_localtime functionJames Buren
2021-07-05zip: import initial moduleJames Buren
2021-07-03fat: move fattime_mktime to timefuncsJames Buren
2021-06-21mi4: replace chksum_crc32 with crc_32rJames Buren
2021-06-21rockbox: add a crc32 reverse polynomial functionJames Buren
2021-05-12Add tm->yday to RTC ports missing itMoshe Piekarski
2020-11-22rockbox: move firmware checksum algorithms into a common headerJames Buren
2020-08-20Revert root_redirect :(William Wilgus
2020-08-20Multiboot Firmware Root RedirectWilliam Wilgus
2020-08-20Allow 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-19Add proper float formatting to vuprintfMichael Sevakis
2019-07-09rbendian.h: fall back to generic swap macrosFranklin Wei
2018-12-08Fix Sim & checkwps for newer distrosWilliam Wilgus
2018-12-07Fix Sim for newer distrosWilliam Wilgus
2018-06-12Agptek Rocker: Initial commitMarcin Bukat
2017-11-21Implement a much more capable vuprintf()Michael Sevakis
2017-10-29Add boot from other volumes in bootloader on targets with HAVE_MULTIVOLUMEWilliam Wilgus
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis
2017-03-12Dircache: Refine name allocation and error handling.Michael Sevakis
2017-02-14Remove FF_CREAT and FF_EXCL flags in from file code.Michael Sevakis
2017-02-10Restore dircache hookup in the database ramcache.Michael Sevakis
2017-01-17Do some debug and preparatory work for ramcache and playlistMichael Sevakis
2017-01-16Fix path handling snafu for CheckWPS toolMichael Sevakis
2017-01-15Support using swapxx() and bswap_xx() for byteswaps in rbendian.hFranklin Wei
2015-01-02Improve core_alloc() / buflib_alloc() documentationThomas Jarosch
2014-12-29Document 'union buflib_data'Thomas Jarosch
2014-12-27Two more typo fixesThomas Jarosch
2014-12-27Fix typos in documentationThomas Jarosch
2014-12-17Fix up maemo port after byte swap header refactoringThomas Jarosch
2014-08-29Hopefully fix most of the errors and warnings from the last pushMichael Sevakis
2014-08-29Add normal alloca() definition and implement a strdupa and friendsMichael Sevakis
2014-08-29Add mempcpy implementationMichael Sevakis
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis
2014-08-28Prevent spurious recompiles on account of changed version.Michael Sevakis
2014-08-26Patch up rbendian.h for Win32 cross-compileMichael Sevakis
2014-08-25Do a better endian.h setup that isn't as fragileMichael Sevakis
2014-08-16Add common linked list functionsMichael Sevakis
2014-08-06Add multi-reader, single-writer locks to kernel.Michael Sevakis
2014-07-07crc-mi4: use const lookup table for crcMarcin Bukat
2014-02-23samsungypr0: Support or mounting the microsdThomas Martitz
2014-02-23RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz
2014-02-23codepages: Translate to linux codepage names for use on APPLICATION.Thomas Martitz