summaryrefslogtreecommitdiffstats
path: root/firmware/include
AgeCommit message (Expand)AuthorFilesLines
2009-08-03Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz1-1/+9
2009-07-14FS#10080Nils Wallménius1-1/+2
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere1-1/+1
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz1-0/+30
2009-01-07Removed the sim_ prefix from the plugin api.Björn Stenberg1-1/+1
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-0/+7
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg1-2/+44
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg1-2/+1
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-08-29Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts2-0/+11
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg14-28/+56
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin4-4/+4
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2-25/+2
2008-03-11FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen2-0/+21
2008-01-13Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen1-0/+5
2007-10-15Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis2-2/+2
2007-10-09Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin1-0/+1
2007-09-08Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis1-0/+2
2007-09-02Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon1-0/+1
2007-07-21OoopsKevin Ferrare1-2/+1
2007-07-21This should fix dircache being disabled by my last commit.Kevin Ferrare1-1/+4
2007-07-20Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare3-83/+122
2007-07-14FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil1-0/+2
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-0/+4
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell1-0/+25
2007-04-10More complete sized integer definitions.Michael Sevakis1-18/+66
2007-04-01Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold1-4/+0
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis1-0/+11
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-3/+2
2007-02-25Fixed database export crashing with long tags. And failing without DB loaded ...Miika Pekkarinen1-1/+1
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