| Commit message (Expand) | Author | Age |
| * | avoid declaring shadow 'rc' variables (-Wshadow!) | Daniel Stenberg | 2007-04-26 |
| * | Dircache fixes: Stop scanning properly if shutdown is initiated. Require user... | Miika Pekkarinen | 2007-04-07 |
| * | Ooops. Bring back the full set of codepages for bitmap targets. | Jens Arnold | 2007-04-01 |
| * | Player: Reduced the selectable codepages to those which can actually work, an... | Jens Arnold | 2007-04-01 |
| * | Oops. Should've used the unsigned local variables. | Michael Sevakis | 2007-03-20 |
| * | Add %u and %lu formats to format(). Coming up: logf fixes. | Michael Sevakis | 2007-03-20 |
| * | Do the sprintf .precision format in a safer way. | Barry Wardell | 2007-03-20 |
| * | SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the... | Michael Sevakis | 2007-03-19 |
| * | Add support for the .precision format in the sprintf()-like functions to allo... | Barry Wardell | 2007-03-19 |
| * | Fix several printf-style warnings in logf builds. | Magnus Holmgren | 2007-03-18 |
| * | Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W... | Jens Arnold | 2007-03-16 |
| * | Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ... | Daniel Ankers | 2007-03-04 |
| * | remove runtime detection of h1x0 series RTC MOD, but leave driver code | Robert Kukla | 2007-03-03 |
| * | FS#6419 - driver for H1x0 series RTC Mod with runtime detection | Robert Kukla | 2007-02-28 |
| * | Start using the new endian conversion system outside tagcache also to simplif... | Miika Pekkarinen | 2007-02-14 |
| * | Use the correct swap functions for live conversion, and fix 64 bit sims. | Jens Arnold | 2007-02-14 |
| * | Make database endianess independent. | Miika Pekkarinen | 2007-02-13 |
| * | Removed unused 'mode' parameter from mkdir() for consistency with creat(). | Jens Arnold | 2007-02-03 |
| * | Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig... | Jens Arnold | 2007-02-01 |
| * | Fix dircache on simulators | Steve Bavin | 2007-02-01 |
| * | Comment out an unused function and make another one static to save a few bytes | Nils Wallménius | 2007-01-19 |
| * | increase the dircache thread size to hopefully stop it StkOv'ing | Jonathan Gordon | 2007-01-17 |
| * | Fix lockup of simulator at startup if dircache enabled | Steve Bavin | 2007-01-12 |
| * | Removed executable flag | Linus Nielsen Feltzing | 2007-01-09 |
| * | Try to make sure dircache state file on flashed H1xx targets is | Miika Pekkarinen | 2006-12-22 |
| * | Some fixes and additions to sscanf - Still has bugs but it works for doom cur... | Karl Kurbjun | 2006-12-13 |
| * | Removed the cpu boost tracking debug feature for now because of | Miika Pekkarinen | 2006-12-05 |
| * | Much simpler implementation of large virtual sector support, not needing larg... | Jens Arnold | 2006-12-04 |
| * | Add support (runtime detection) for 2048 bytes/sector filesystem. | Miika Pekkarinen | 2006-12-03 |
| * | Support building tagcache db natively on PC using the core of the | Miika Pekkarinen | 2006-11-10 |
| * | Patch #5166 by Robert Keevil - Last.fm logging | Linus Nielsen Feltzing | 2006-10-19 |
| * | Cygwin-built simulator can produce garbled debugging output without our snprintf | Steve Bavin | 2006-10-16 |
| * | Do not use our simple snprintf in simulator, because | Tomasz Malesinski | 2006-10-12 |
| * | Add CPU boost tracker to see where boosts are coming from | Steve Bavin | 2006-10-05 |
| * | New scheduler, with priorities for swcodec platforms. Frequent task | Miika Pekkarinen | 2006-09-16 |
| * | Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD... | Jens Arnold | 2006-09-07 |
| * | Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por... | Dave Chapman | 2006-08-31 |
| * | Fixed performance problems when initializing tagcache. | Miika Pekkarinen | 2006-08-26 |
| * | Make sure dircache blocks correctly. | Miika Pekkarinen | 2006-08-14 |
| * | Initial support and use for EEPROM memory on H120 & H140 players when | Miika Pekkarinen | 2006-08-05 |
| * | Tagcache: Fixed runtime stats not being gathered when tagcache is kept | Miika Pekkarinen | 2006-08-02 |
| * | Fixed unicode buffer overflow issue (metadata parser crashed with some | Miika Pekkarinen | 2006-07-25 |
| * | Moved some assembly optimizations to the target tree | Linus Nielsen Feltzing | 2006-07-25 |
| * | Tagcache update: Support removal of entries and no longer the need for | Miika Pekkarinen | 2006-07-10 |
| * | Simplify code... | Jens Arnold | 2006-06-30 |
| * | volume_strip() now ignores multiple leading slashes like the rest of the path... | Jens Arnold | 2006-06-30 |
| * | Fixed incorrect memory allocation bug with tagcache. | Miika Pekkarinen | 2006-05-30 |
| * | Update dircache startcluster at file close when writing. Fixes bug when crea... | Hardeep Sidhu | 2006-05-16 |
| * | Use filesize instead of lseek to find the size of a file. Reduces disk access... | Frank Dischner | 2006-04-24 |
| * | Performance optimizations for tagcache commit. Still more left to be done. | Miika Pekkarinen | 2006-04-18 |