summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2021-09-19Dir cache: Fix resume of relative path playlists.James D. Smith
2021-08-13file_internal.c guard file_cache_reset() from null pointerWilliam Wilgus
2021-08-07inflate: import initial module for deflate decompressionJames Buren
2021-08-05disk.c ensure a valid volume is returned from get_free_volume()William Wilgus
2021-08-04Document intentional fallthroughs + fix harmless unintended onesAidan MacDonald
2021-07-31crc32/adler32: add full copyright notice to source filesJames Buren
2021-07-30adler32: import adapted implementation from tinf/zlibJames Buren
2021-07-20timefuncs.c valid_time() should return false if tm == NULL and not try to derefWilliam Wilgus
2021-07-18crc32: add fast variant of regular crc_32r functionJames Buren
2021-07-13crc32: add fast variant of regular crc_32 functionJames Buren
2021-07-11zip: include strlcpy.hJames 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-06-16Enable float formatting in printfAidan MacDonald
2021-05-12Add tm->yday to RTC ports missing itMoshe Piekarski
2021-05-12Add standalone UCL decompressorAidan MacDonald
2020-11-22rockbox: move firmware checksum algorithms into a common headerJames Buren
2020-10-27dircache: Fix a NULL pointer dereferenceSolomon Peachy
2020-10-23ClipPlus BOOTLOADER DONT FIT!William Wilgus
2020-10-17Define a USB storage type, and hook it up for hosted targetsSolomon Peachy
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-08-20Revert g#1612William Wilgus
2020-08-08ROLO - Enable multiboot firmwareWilliam Wilgus
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy
2020-06-30Try mounting as "superfloppy" firstMoshe Piekarski
2020-06-30Also remove the fat_partition_types array.Moshe Piekarski
2020-06-30Allow any partition type, not just known FAT types.Moshe Piekarski
2019-11-15MultiBoot_Firmware Fix red for bootloadersWilliam Wilgus
2019-11-15MultiBoot_FirmwareWilliam Wilgus
2019-07-19Limit float formatting to only targets building QuakeFranklin Wei
2019-07-19Add proper float formatting to vuprintfMichael Sevakis
2018-11-10Fix vuprintf fix possible %s buffer over-readWilliam Wilgus
2018-10-18Diacritic.c add newline to EOFWilliam Wilgus
2018-10-18Optimize is_diacriticWilliam Wilgus
2018-05-23Don't enable full vuprintf file in bootloader. Saves ~2KB packed space when ...Michael Giacomelli
2017-12-24Revert "Support floating-point formatting"Franklin Wei
2017-12-23fix redFranklin Wei
2017-12-23Port of Duke Nukem 3DFranklin Wei
2017-12-23Support floating-point formattingFranklin Wei
2017-11-28Add a small 32-byte write buffer to fdprintf.Michael Sevakis