summaryrefslogtreecommitdiff
path: root/firmware/include
AgeCommit message (Expand)Author
2008-03-11FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen
2008-01-13Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen
2007-10-15Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis
2007-10-09Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis
2007-09-02Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon
2007-07-21OoopsKevin Ferrare
2007-07-21This should fix dircache being disabled by my last commit.Kevin Ferrare
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare
2007-07-14FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell
2007-04-10More complete sized integer definitions.Michael Sevakis
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold
2007-02-25Fixed database export crashing with long tags. And failing without DB loaded ...Miika Pekkarinen
2007-02-03Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold
2007-01-19Comment out an unused function and make another one static to save a few bytesNils Wallménius
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-12-22Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen
2006-12-17Attempt at fixing 64-bit sim warning.Michael Sevakis
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