summaryrefslogtreecommitdiff
path: root/firmware/include
AgeCommit message (Expand)Author
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing
2006-09-07Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD...Jens Arnold
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen
2006-07-25Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen
2006-03-30Dircache support for simulator also.Miika Pekkarinen
2006-03-29More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen
2006-03-10some unicode fixes by Frank DischnerMarcoen Hirschberg
2006-03-03More 64bit simulator fixes: inttypes, settings block handling.Jens Arnold
2006-03-02improve FreeBSD support a littleMarcoen Hirschberg
2006-02-28Allow building simulators on systems where errno is thread-local by using the...Jens Arnold
2006-02-28Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen
2006-02-22Added memset16() for filling memory regions with 16 bit values, needed for up...Jens Arnold
2006-01-31Now dircache should work on players requiring long aligned memoryMiika Pekkarinen
2006-01-25Simple sscanf implementationTomasz Malesinski
2006-01-25Added ATTRIBUTE_SCANFTomasz Malesinski
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg
2005-11-26Fix yellow builds :/Jens Arnold
2005-11-26Debug menu entry for the dircache.Miika Pekkarinen
2005-11-19User now receives a message if initial directory cache initializationMiika Pekkarinen
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen
2005-11-12Explicitly make int8_t a "signed char" for better portability. e.g. "char" i...Dave Chapman
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen
2005-08-11Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega...Magnus Holmgren
2005-07-12make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold
2005-02-28Better definition & usage of the ATTRIBUTE_PRINTF macroJean-Philippe Bernardy
2005-02-26long policyJean-Philippe Bernardy
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-19Add an labs() macro - needed by TremorDave Chapman
2005-02-18simulator prototype for exit()Daniel Stenberg
2005-02-18add a fprintf() for the sims tooDaniel Stenberg
2005-02-18localtime() proto for simsDaniel Stenberg
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg
2005-02-15Initial check-in - needed by various codec librariesDave Chapman
2005-02-15random longness fixesJean-Philippe Bernardy
2005-02-15long policyJean-Philippe Bernardy
2005-02-07long policyJean-Philippe Bernardy
2005-01-28preparations for hotswapping MMCJörg Hohensohn
2005-01-27Added ID3 searchingBjörn Stenberg
2005-01-23int -> long where neededJean-Philippe Bernardy
2005-01-23Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold
2004-07-23Added RAND_MAXLinus Nielsen Feltzing
2004-07-20Made the char property lookup table constantJens Arnold