summaryrefslogtreecommitdiffstats
path: root/firmware/include
AgeCommit message (Expand)AuthorFilesLines
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold1-2/+2
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-3/+3
2007-01-19Comment out an unused function and make another one static to save a few bytesNils Wallménius1-1/+0
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen1-3/+4
2006-12-17Attempt at fixing 64-bit sim warning.Michael Sevakis1-0/+4
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen2-2/+2
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing2-2/+2
2006-09-07Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD...Jens Arnold1-1/+1
2006-08-05Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen1-1/+1
2006-07-25Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen1-2/+2
2006-07-10Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen1-0/+1
2006-04-18Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen1-0/+25
2006-04-16Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen1-0/+1
2006-03-30Dircache support for simulator also.Miika Pekkarinen1-0/+5
2006-03-29More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen1-0/+6
2006-03-28Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen1-2/+2
2006-03-10some unicode fixes by Frank DischnerMarcoen Hirschberg1-1/+0
2006-03-03More 64bit simulator fixes: inttypes, settings block handling.Jens Arnold1-4/+24
2006-03-02improve FreeBSD support a littleMarcoen Hirschberg2-5/+7
2006-02-28Allow building simulators on systems where errno is thread-local by using the...Jens Arnold1-0/+7
2006-02-28Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen1-1/+2
2006-02-22Added memset16() for filling memory regions with 16 bit values, needed for up...Jens Arnold1-0/+27
2006-01-31Now dircache should work on players requiring long aligned memoryMiika Pekkarinen1-0/+3
2006-01-25Simple sscanf implementationTomasz Malesinski1-0/+30
2006-01-25Added ATTRIBUTE_SCANFTomasz Malesinski1-0/+1
2005-12-06waiting is over: initial unicode commitMarcoen Hirschberg3-0/+123
2005-11-26Fix yellow builds :/Jens Arnold1-0/+1
2005-11-26Debug menu entry for the dircache.Miika Pekkarinen1-0/+1
2005-11-19User now receives a message if initial directory cache initializationMiika Pekkarinen1-1/+1
2005-11-17Added dircache support to playlist. Now playlist filename pointers areMiika Pekkarinen1-0/+3
2005-11-12Explicitly make int8_t a "signed char" for better portability. e.g. "char" i...Dave Chapman1-1/+1
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2-0/+98
2005-08-11Cast to unsigned isn't enough in the isXXXX macros (chars > 127 caused a nega...Magnus Holmgren1-14/+14
2005-07-12make the ctype array unsigned so that bit 7 (octal 0200) can be set andDaniel Stenberg1-1/+1
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold1-0/+1
2005-02-28Better definition & usage of the ATTRIBUTE_PRINTF macroJean-Philippe Bernardy2-6/+3
2005-02-26long policyJean-Philippe Bernardy1-3/+3
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg5-48/+76
2005-02-19Add an labs() macro - needed by TremorDave Chapman1-0/+1
2005-02-18simulator prototype for exit()Daniel Stenberg1-0/+4
2005-02-18add a fprintf() for the sims tooDaniel Stenberg1-0/+1
2005-02-18localtime() proto for simsDaniel Stenberg1-1/+2
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg3-2/+22
2005-02-15Initial check-in - needed by various codec librariesDave Chapman1-0/+33
2005-02-15random longness fixesJean-Philippe Bernardy1-3/+3
2005-02-15long policyJean-Philippe Bernardy1-2/+2
2005-02-07long policyJean-Philippe Bernardy1-1/+1
2005-01-28preparations for hotswapping MMCJörg Hohensohn2-0/+3
2005-01-27Added ID3 searchingBjörn Stenberg1-0/+1