summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* Fix vuprintf fix possible %s buffer over-readWilliam Wilgus2018-11-10
* Diacritic.c add newline to EOFWilliam Wilgus2018-10-18
* Optimize is_diacriticWilliam Wilgus2018-10-18
* Don't enable full vuprintf file in bootloader. Saves ~2KB packed space when ...Michael Giacomelli2018-05-23
* Revert "Support floating-point formatting"Franklin Wei2017-12-24
* fix redFranklin Wei2017-12-23
* Port of Duke Nukem 3DFranklin Wei2017-12-23
* Support floating-point formattingFranklin Wei2017-12-23
* Add a small 32-byte write buffer to fdprintf.Michael Sevakis2017-11-28
* Convert i.MX31 and AMS target to use RTC interruptMichael Sevakis2017-11-21
* Implement a much more capable vuprintf()Michael Sevakis2017-11-21
* Add boot from other volumes in bootloader on targets with HAVE_MULTIVOLUMEWilliam Wilgus2017-10-29
* Add boot data support to rockbox.William Wilgus2017-10-29
* Optimize lld_remove() a bitMichael Sevakis2017-04-13
* Dircache: Improve freed name memory recallocationMichael Sevakis2017-03-21
* Avoid having to wait for dircache builds if shut down too soonBoris Gjenero2017-03-21
* Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis2017-03-12
* Dircache: Refine name allocation and error handling.Michael Sevakis2017-03-12
* Fix a couple dircache oopsies.Michael Sevakis2017-03-08
* Remove FF_CREAT and FF_EXCL flags in from file code.Michael Sevakis2017-02-14
* Restore dircache hookup in the database ramcache.Michael Sevakis2017-02-10
* Add some comments about the behavior of a couple path functions.Michael Sevakis2017-02-07
* Make sure dircache resolves outstanding references on volume root.Michael Sevakis2017-02-06
* Fix a bug in disk.c that really wasn't affecting anything.Michael Sevakis2017-02-06
* Move intrinsic RTC implmentation differences to driver filesMichael Sevakis2017-01-26
* Make consitent internal file API flag behvior, FF_PROBE.Michael Sevakis2017-01-18
* Do some debug and preparatory work for ramcache and playlistMichael Sevakis2017-01-17
* Dircache: Fix a tiny-block reclaim bugMichael Sevakis2017-01-14
* Improve the implementation of a couple linked list routines.Michael Sevakis2017-01-07
* Fix track formatting problems in playlist.cMichael Sevakis2017-01-07
* Fix (D)EBUG compilation errors on targets using FATCástor Muñoz2015-10-09
* Fix warning in firmware/common/structec.cFranklin Wei2015-02-24
* Whitespace fixes in firmware/common/structec.cFranklin Wei2015-02-24
* Limit "struct dircache_runinfo" to file scopeThomas Jarosch2015-01-01
* unicode: Fix getle16 and getbe16nialv72014-09-21
* Fix path_trim_whitespace() sign extension.Michael Sevakis2014-09-15
* Clean up a bit and get switch statement out of loop in walk_path()Michael Sevakis2014-09-02
* Fix a small late creep-in goof in path parsing on native targetsMichael Sevakis2014-09-01
* Hopefully fix most of the errors and warnings from the last pushMichael Sevakis2014-08-29
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Prevent spurious recompiles on account of changed version.Michael Sevakis2014-08-28
* Add common linked list functionsMichael Sevakis2014-08-16
* crc-mi4: use const lookup table for crcMarcin Bukat2014-07-07
* application(ypr0): Fix mount option selected by the current codepage.Thomas Martitz2014-02-28
* application: fix opendir() for "/" directory.Thomas Martitz2014-02-26
* application: Remove trailing slashes from the input in opendir().Thomas Martitz2014-02-25
* application: Speed up dir_get_info() further.Thomas Martitz2014-02-24
* hosted/multidrive: Speed up readdir()/get_dir_info().Thomas Martitz2014-02-24
* samsungypr0: Support or mounting the microsdThomas Martitz2014-02-23
* RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz2014-02-23