summaryrefslogtreecommitdiffstats
path: root/firmware/include
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-23int -> long where neededJean-Philippe Bernardy1-1/+1
2005-01-23Support for %l* plus __attribute__ printf supportJean-Philippe Bernardy1-2/+11
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-0/+4
2004-08-17 Const policed pointer arguments to functions, part 2Jens Arnold1-2/+2
2004-07-23Added RAND_MAXLinus Nielsen Feltzing1-0/+2
2004-07-20Made the char property lookup table constantJens Arnold1-1/+1
2004-07-13The plugin API now supports ctype macros like tolower() and friendsLinus Nielsen Feltzing1-0/+4
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn1-0/+2
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing1-13/+0
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing1-17/+4
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing1-3/+3
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing1-0/+2
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-1/+1
2003-12-09easy-to-use function types for typecastingDaniel Stenberg1-0/+7