summaryrefslogtreecommitdiff
path: root/firmware/common (follow)
Commit message (Expand)AuthorAge
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* More code police...Peter D'Hoye2007-10-29
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Fix FS #5852 by trying to properly close and update the recorded file, and gi...Peter D'Hoye2007-10-10
* Correct a dodgy logf call.Nicolas Pennequin2007-10-02
* Make codepage Win-1250 actually work on charcell.Jens Arnold2007-10-02
* FS#7712 by Przemysław Hołubowski: New codepage (CP1250 - WIN1250) addedMarcoen Hirschberg2007-10-01
* import and use the Linux one instead, bound to be fasterDaniel Stenberg2007-09-18
* * implement strstrChristian Gmeiner2007-09-17
* Remove redundant remove call, which caused problems in the simulator.Magnus Holmgren2007-09-16
* Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon2007-09-02
* Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare2007-07-20
* FS#7353 - mktime() is only used by targets that have an RTCRobert Keevil2007-07-14
* Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis2007-06-30
* Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell2007-06-04
* Some fixes to doom dehacked loading - make embedded dehacked files actually l...Karl Kurbjun2007-06-03
* Tiny fix for an unlikely error path.Steve Bavin2007-06-01
* ATA driver: * Support for drives with large physical sectors and no support f...Jens Arnold2007-05-23
* avoid declaring shadow 'rc' variables (-Wshadow!)Daniel Stenberg2007-04-26
* Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen2007-04-07
* Ooops. Bring back the full set of codepages for bitmap targets.Jens Arnold2007-04-01
* Player: Reduced the selectable codepages to those which can actually work, an...Jens Arnold2007-04-01
* Oops. Should've used the unsigned local variables.Michael Sevakis2007-03-20
* Add %u and %lu formats to format(). Coming up: logf fixes.Michael Sevakis2007-03-20
* Do the sprintf .precision format in a safer way.Barry Wardell2007-03-20
* SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis2007-03-19
* Add support for the .precision format in the sprintf()-like functions to allo...Barry Wardell2007-03-19
* Fix several printf-style warnings in logf builds.Magnus Holmgren2007-03-18
* Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold2007-03-16
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla2007-03-03
* FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla2007-02-28
* Start using the new endian conversion system outside tagcache also to simplif...Miika Pekkarinen2007-02-14
* Use the correct swap functions for live conversion, and fix 64 bit sims.Jens Arnold2007-02-14
* Make database endianess independent.Miika Pekkarinen2007-02-13
* Removed unused 'mode' parameter from mkdir() for consistency with creat().Jens Arnold2007-02-03
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Fix dircache on simulatorsSteve Bavin2007-02-01
* Comment out an unused function and make another one static to save a few bytesNils Wallménius2007-01-19
* 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