summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* increase the dircache thread size to hopefully stop it StkOv'ingJonathan Gordon2007-01-17
* Fix lockup of simulator at startup if dircache enabledSteve Bavin2007-01-12
* Removed executable flagLinus Nielsen Feltzing2007-01-09
* Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen2006-12-22
* Some fixes and additions to sscanf - Still has bugs but it works for doom cur...Karl Kurbjun2006-12-13
* Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen2006-12-05
* Much simpler implementation of large virtual sector support, not needing larg...Jens Arnold2006-12-04
* Add support (runtime detection) for 2048 bytes/sector filesystem.Miika Pekkarinen2006-12-03
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing2006-10-19
* Cygwin-built simulator can produce garbled debugging output without our snprintfSteve Bavin2006-10-16
* Do not use our simple snprintf in simulator, becauseTomasz Malesinski2006-10-12
* Add CPU boost tracker to see where boosts are coming fromSteve Bavin2006-10-05
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD...Jens Arnold2006-09-07
* Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman2006-08-31
* Fixed performance problems when initializing tagcache.Miika Pekkarinen2006-08-26
* Make sure dircache blocks correctly.Miika Pekkarinen2006-08-14
* Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen2006-08-05
* Tagcache: Fixed runtime stats not being gathered when tagcache is keptMiika Pekkarinen2006-08-02
* Fixed unicode buffer overflow issue (metadata parser crashed with someMiika Pekkarinen2006-07-25
* Moved some assembly optimizations to the target treeLinus Nielsen Feltzing2006-07-25
* Tagcache update: Support removal of entries and no longer the need forMiika Pekkarinen2006-07-10
* Simplify code...Jens Arnold2006-06-30
* volume_strip() now ignores multiple leading slashes like the rest of the path...Jens Arnold2006-06-30
* Fixed incorrect memory allocation bug with tagcache.Miika Pekkarinen2006-05-30
* Update dircache startcluster at file close when writing. Fixes bug when crea...Hardeep Sidhu2006-05-16
* Use filesize instead of lseek to find the size of a file. Reduces disk access...Frank Dischner2006-04-24
* Performance optimizations for tagcache commit. Still more left to be done.Miika Pekkarinen2006-04-18
* Commit tagcache in background when possible (at least dircache enabled).Miika Pekkarinen2006-04-16
* Fixed the file renaming/removing issue with dircache enabled.Miika Pekkarinen2006-04-13
* Make ASM memset for ARM return destination address, as is standard.Thom Johansen2006-04-05
* CP1251 is cyrillic, and not only russian codepageHristo Kovachev2006-04-05
* Dircache support for simulator also.Miika Pekkarinen2006-03-30
* Do the dircache operation first to block properly when necessary.Miika Pekkarinen2006-03-30
* More safety checks to dircache to block updates until cache is ready.Miika Pekkarinen2006-03-29
* Boost open() performance on platforms with dircache. Tagcache initialMiika Pekkarinen2006-03-28
* Initial version of tagcache! There are still some bugs in the engineMiika Pekkarinen2006-03-26
* Don't stop dircache thread when charger is plugged in/removed.Miika Pekkarinen2006-03-22
* Iriver firmware compatibility kludge: RTC year offset. The offset is chosen i...Jens Arnold2006-03-10
* some unicode fixes by Frank DischnerMarcoen Hirschberg2006-03-10
* Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low2006-03-09
* Fix red builds (with frustration)Brandon Low2006-03-07
* Make seconds flow evenly and further throttle RTC reads solution partially th...Brandon Low2006-03-06
* Make the RTC read throttling work, thanks to herz42 on ircBrandon Low2006-03-05
* Fix some yellow buildsBrandon Low2006-03-05
* Move the RTC read throttling to a smarter placeBrandon Low2006-03-05
* TAB policed.Jens Arnold2006-03-02
* Change rename() to set errno to EXDEV if a rename is attempted across volumes.Dan Everton2006-03-02
* Implement . and .. path in dircache to properly support moving filesMiika Pekkarinen2006-02-28