| Commit message (Expand) | Author | Age |
| * | Rename vfnprintf to vuprintf (u stands for user for the user callback and dat... | Thomas Martitz | 2009-11-03 |
| * | Little bit of const correctness | Nils Wallménius | 2009-10-25 |
| * | Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim... | Bertrik Sikken | 2009-10-18 |
| * | Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta... | Dave Chapman | 2009-10-02 |
| * | FS#10569 RTC driver cleanup | Nils Wallménius | 2009-09-26 |
| * | A new implementation of logf, logfdisplay and logfdump. | Maurus Cuelenaere | 2009-08-21 |
| * | Remove dead code | Alexander Levin | 2009-08-12 |
| * | Change the function name in strnatsort so that the code doesn't contradict it... | Alexander Levin | 2009-08-12 |
| * | Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio... | Frank Gevaerts | 2009-08-11 |
| * | Consolidate day of week calculation | Frank Gevaerts | 2009-08-11 |
| * | rework new time handling functions a bit to be more memory efficient | Frank Gevaerts | 2009-08-11 |
| * | Add support for setting the clock using a special SCSI command. This is the s... | Frank Gevaerts | 2009-08-11 |
| * | Fix for: | Thomas Martitz | 2009-08-04 |
| * | Commit FS#9545, storage cleanup and multi-driver support | Frank Gevaerts | 2009-07-17 |
| * | FS#10080 | Nils Wallménius | 2009-07-14 |
| * | Fix yellow introduced in r21561 | Alexander Levin | 2009-06-29 |
| * | Make the get_time on non-RTC sims behave like target, i.e. always return a co... | Alexander Levin | 2009-06-29 |
| * | Add missing #includes for the ondas. | Bertrik Sikken | 2009-03-22 |
| * | Update the comment about our changes too. | Thomas Martitz | 2009-03-17 |
| * | Restore behavior of the original implementation strnatcmp to not ignore leadi... | Thomas Martitz | 2009-03-17 |
| * | Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings... | Frank Gevaerts | 2009-03-09 |
| * | Make sure that sorting works both for signed and unsigned char (it depends on... | Alexander Levin | 2009-03-02 |
| * | Make natural sorting work properly with cyrillic chars: they should be placed... | Alexander Levin | 2009-03-02 |
| * | Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no... | Thomas Martitz | 2009-03-02 |
| * | FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to th... | Thomas Martitz | 2009-03-02 |
| * | Fix some memset calls that use the wrong order for arguments. | Tom Ross | 2009-03-02 |
| * | Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe... | Thomas Martitz | 2009-03-01 |
| * | Onda VX747: | Maurus Cuelenaere | 2009-02-13 |
| * | Moved database builder into a separate directory, and gave it its' own Makefi... | Björn Stenberg | 2008-12-15 |
| * | Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349) | Björn Stenberg | 2008-12-04 |
| * | Added support for configurable rockbox directory. FS#9567 by Alex Bennee. | Björn Stenberg | 2008-11-24 |
| * | Fix a small bug in %x when padding is being added | Karl Kurbjun | 2008-11-12 |
| * | drive might be used uninitialized, prevent that | Rafaël Carré | 2008-11-09 |
| * | implement single-driver storage layer with macros instead of inlines | Frank Gevaerts | 2008-11-02 |
| * | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts | 2008-11-01 |
| * | ZVM: | Maurus Cuelenaere | 2008-09-07 |
| * | ok, that was bigger than expected... reduce the max to 12 open dirs as a happ... | Jonathan Gordon | 2008-08-10 |
| * | "waste" a bit more RAM on targets with more than 8MB so more directories can ... | Jonathan Gordon | 2008-08-10 |
| * | Onda VX747: | Maurus Cuelenaere | 2008-07-15 |
| * | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg | 2008-06-28 |
| * | Check for a supported partition type before trying to mount a partition. This... | Jens Arnold | 2008-05-15 |
| * | 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) | Maurus Cuelenaere | 2008-05-14 |
| * | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin | 2008-05-05 |
| * | Made source files #include the header file that they implement to make sure t... | Bertrik Sikken | 2008-05-03 |
| * | Added #include <string.h> to memmove.c, memcpy.c and strcat.c | Bertrik Sikken | 2008-04-28 |
| * | Forgot to #include stdlib.h for atoi implementation. | Bertrik Sikken | 2008-04-28 |
| * | Moved atoi declaration to stdlib.h. Deleted atoi.h | Bertrik Sikken | 2008-04-28 |
| * | Commit whole Creative Zen Vision:M target tree + all related firmware/ | Maurus Cuelenaere | 2008-04-24 |
| * | Killed unnecessary global variables by making them static. | Bertrik Sikken | 2008-04-20 |
| * | Fixed FS#7849 | Bertrik Sikken | 2008-04-15 |