summaryrefslogtreecommitdiff
path: root/firmware/include (follow)
Commit message (Expand)AuthorAge
...
* Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ...Thomas Martitz2010-05-06
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev2010-04-07
* Set SVN keywords; small addition to the comment.Alexander Levin2010-04-07
* Add comment to is_diacritic()Tomer Shalev2010-04-07
* Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...Amaury Pouly2010-03-10
* FS#10756 - Free unused init codeThomas Martitz2010-03-03
* Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann2010-02-22
* Remove obsolete comment.Amaury Pouly2010-02-16
* -Cosmetic change in a comparisonAmaury Pouly2010-02-16
* fix redJonathan Gordon2010-02-14
* Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff2010-01-02
* Add support for errno in plugins.Amaury Pouly2009-12-24
* Diacritic display enhancementsTomer Shalev2009-11-28
* FS#10720 - Support for displaying diacritic charactersTomer Shalev2009-11-24
* Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz2009-11-03
* Make the database tool buildable from configure.Frank Gevaerts2009-10-07
* Have codepage name show in a commentTomer Shalev2009-10-04
* FS#10569 RTC driver cleanupNils Wallménius2009-09-26
* A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere2009-08-21
* Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts2009-08-11
* Consolidate day of week calculationFrank Gevaerts2009-08-11
* Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts2009-08-11
* Remove various ABS() definitions with a single one using typeof (if using gcc...Thomas Martitz2009-08-03
* FS#10080Nils Wallménius2009-07-14
* Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere2009-05-21
* Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz2009-03-01
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg2008-12-15
* Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg2008-12-04
* Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg2008-11-24
* cleanup storage definesFrank Gevaerts2008-10-31
* Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. Cl...Frank Gevaerts2008-08-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen2008-03-11
* Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen2008-01-13
* Fix some plugins that use NULL instead of -1 when not using a voice id in str...Michael Sevakis2007-10-15
* Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin2007-10-09
* Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis2007-09-08
* Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon2007-09-02
* OoopsKevin Ferrare2007-07-21
* This should fix dircache being disabled by my last commit.Kevin Ferrare2007-07-21
* 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