summaryrefslogtreecommitdiff
path: root/firmware/include (follow)
Commit message (Expand)AuthorAge
* More complete sized integer definitions.Michael Sevakis2007-04-10
* Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold2007-04-01
* SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis2007-03-19
* Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold2007-03-17
* Fixed database export crashing with long tags. And failing without DB loaded ...Miika Pekkarinen2007-02-25
* Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold2007-02-03
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Comment out an unused function and make another one static to save a few bytesNils Wallménius2007-01-19
* Removed executable flagLinus Nielsen Feltzing2007-01-09
* Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen2006-12-22
* Attempt at fixing 64-bit sim warning.Michael Sevakis2006-12-17
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing2006-10-19
* Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD...Jens Arnold2006-09-07
* Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen2006-08-05
* Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen2006-07-25
* Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen2006-07-10
* Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen2006-04-18
* Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen2006-04-16
* Dircache support for simulator also.Miika Pekkarinen2006-03-30
* More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen2006-03-29
* Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen2006-03-28
* some unicode fixes by Frank DischnerMarcoen Hirschberg2006-03-10
* More 64bit simulator fixes: inttypes, settings block handling.Jens Arnold2006-03-03
* improve FreeBSD support a littleMarcoen Hirschberg2006-03-02
* Allow building simulators on systems where errno is thread-local by using the...Jens Arnold2006-02-28
* Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen2006-02-28
* Added memset16() for filling memory regions with 16 bit values, needed for up...Jens Arnold2006-02-22
* Now dircache should work on players requiring long aligned memoryMiika Pekkarinen2006-01-31
* Simple sscanf implementationTomasz Malesinski2006-01-25
* Added ATTRIBUTE_SCANFTomasz Malesinski2006-01-25
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
* Fix yellow builds :/Jens Arnold2005-11-26
* Debug menu entry for the dircache.Miika Pekkarinen2005-11-26
* User now receives a message if initial directory cache initializationMiika Pekkarinen2005-11-19
* Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen2005-11-17
* Explicitly make int8_t a "signed char" for better portability. e.g. "char" i...Dave Chapman2005-11-12
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07
* Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega...Magnus Holmgren2005-08-11
* make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg2005-07-12
* Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold2005-02-28
* Better definition & usage of the ATTRIBUTE_PRINTF macroJean-Philippe Bernardy2005-02-28
* long policyJean-Philippe Bernardy2005-02-26
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* Add an labs() macro - needed by TremorDave Chapman2005-02-19
* simulator prototype for exit()Daniel Stenberg2005-02-18
* add a fprintf() for the sims tooDaniel Stenberg2005-02-18
* localtime() proto for simsDaniel Stenberg2005-02-18
* Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2005-02-18
* Initial check-in - needed by various codec librariesDave Chapman2005-02-15