Age | Commit message (Expand) | Author |
2009-03-01 | Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe... | Thomas Martitz |
2009-01-07 | Removed the sim_ prefix from the plugin api. | Björn Stenberg |
2008-12-15 | Moved database builder into a separate directory, and gave it its' own Makefi... | Björn Stenberg |
2008-12-04 | Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349) | Björn Stenberg |
2008-11-24 | Added support for configurable rockbox directory. FS#9567 by Alex Bennee. | Björn Stenberg |
2008-10-31 | cleanup storage defines | Frank Gevaerts |
2008-08-29 | Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl... | Frank Gevaerts |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-04-28 | Moved atoi declaration to stdlib.h. Deleted atoi.h | Bertrik Sikken |
2008-03-11 | FS#7598 - Dircache support for multivolume targets (by Phil Light). | Miika Pekkarinen |
2008-01-13 | Always check for deleted files, no matter how slow it might be when DB autoup... | Miika Pekkarinen |
2007-10-15 | Fix some plugins that use NULL instead of -1 when not using a voice id in str... | Michael Sevakis |
2007-10-09 | Keep track of the number of opened files in the sim to enforce the same limit... | Nicolas Pennequin |
2007-09-08 | Sim I/O and threading that runs more like on target. Tweakable if any genuine... | Michael Sevakis |
2007-09-02 | Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ... | Jonathan Gordon |
2007-07-21 | Ooops | Kevin Ferrare |
2007-07-21 | This should fix dircache being disabled by my last commit. | Kevin Ferrare |
2007-07-20 | Makes apps and plugins interract with directories using a posix-like api inst... | Kevin Ferrare |
2007-07-14 | FS#7353 - mktime() is only used by targets that have an RTC | Robert Keevil |
2007-06-30 | Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so... | Michael Sevakis |
2007-06-04 | Bring back rolo for mi4-based targets (H10 and Sansa). | Barry Wardell |
2007-04-10 | More complete sized integer definitions. | Michael Sevakis |
2007-04-01 | Player: Reduced the selectable codepages to those which can actually work, an... | Jens Arnold |
2007-03-19 | SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the... | Michael Sevakis |
2007-03-17 | Let GCC check arguments of some more printf-style functions, also for plugins... | Jens Arnold |
2007-02-25 | Fixed database export crashing with long tags. And failing without DB loaded ... | Miika Pekkarinen |
2007-02-03 | Removed unused 'mode' parameter from mkdir() for consistency with creat(). | Jens Arnold |
2007-02-01 | Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig... | Jens Arnold |
2007-01-19 | Comment out an unused function and make another one static to save a few bytes | Nils Wallménius |
2007-01-09 | Removed executable flag | Linus Nielsen Feltzing |
2006-12-22 | Try to make sure dircache state file on flashed H1xx targets is | Miika Pekkarinen |
2006-12-17 | Attempt at fixing 64-bit sim warning. | Michael Sevakis |
2006-11-10 | Support building tagcache db natively on PC using the core of the | Miika Pekkarinen |
2006-10-19 | Patch #5166 by Robert Keevil - Last.fm logging | Linus Nielsen Feltzing |
2006-09-07 | Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD... | Jens Arnold |
2006-08-05 | Initial support and use for EEPROM memory on H120 & H140 players when | Miika Pekkarinen |
2006-07-25 | Fixed unicode buffer overflow issue (metadata parser crashed with some | Miika Pekkarinen |
2006-07-10 | Tagcache update: Support removal of entries and no longer the need for | Miika Pekkarinen |
2006-04-18 | Performance optimizations for tagcache commit. Still more left to be done. | Miika Pekkarinen |
2006-04-16 | Commit tagcache in background when possible (at least dircache enabled). | Miika Pekkarinen |
2006-03-30 | Dircache support for simulator also. | Miika Pekkarinen |
2006-03-29 | More safety checks to dircache to block updates until cache is ready. | Miika Pekkarinen |
2006-03-28 | Boost open() performance on platforms with dircache. Tagcache initial | Miika Pekkarinen |
2006-03-10 | some unicode fixes by Frank Dischner | Marcoen Hirschberg |
2006-03-03 | More 64bit simulator fixes: inttypes, settings block handling. | Jens Arnold |
2006-03-02 | improve FreeBSD support a little | Marcoen Hirschberg |
2006-02-28 | Allow building simulators on systems where errno is thread-local by using the... | Jens Arnold |
2006-02-28 | Implement . and .. path in dircache to properly support moving files | Miika Pekkarinen |
2006-02-22 | Added memset16() for filling memory regions with 16 bit values, needed for up... | Jens Arnold |