Age | Commit message (Expand) | Author |
2009-03-17 | 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-09 | Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings... | Frank Gevaerts |
2009-03-02 | 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-01 | Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe... | Thomas Martitz |
2009-02-13 | Onda VX747: | Maurus Cuelenaere |
2008-12-15 | Moved database builder into a separate directory, and gave it its' own Makefi... | Björn Stenberg |
2008-12-04 | Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349) | Björn Stenberg |
2008-11-24 | Added support for configurable rockbox directory. FS#9567 by Alex Bennee. | Björn Stenberg |
2008-11-12 | Fix a small bug in %x when padding is being added | Karl Kurbjun |
2008-11-09 | drive might be used uninitialized, prevent that | Rafaël Carré |
2008-11-02 | implement single-driver storage layer with macros instead of inlines | Frank Gevaerts |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-09-07 | ZVM: | Maurus Cuelenaere |
2008-08-10 | 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-07-15 | Onda VX747: | Maurus Cuelenaere |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-15 | Check for a supported partition type before trying to mount a partition. This... | Jens Arnold |
2008-05-14 | 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) | Maurus Cuelenaere |
2008-05-05 | Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ... | Nicolas Pennequin |
2008-05-03 | Made source files #include the header file that they implement to make sure t... | Bertrik Sikken |
2008-04-28 | 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-24 | Commit whole Creative Zen Vision:M target tree + all related firmware/ | Maurus Cuelenaere |
2008-04-20 | Killed unnecessary global variables by making them static. | Bertrik Sikken |
2008-04-15 | Fixed FS#7849 | Bertrik Sikken |
2008-03-25 | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis |
2008-03-12 | Hotswap code shuffling: Fix yellow. Simplify some target function access. Kee... | Michael Sevakis |
2008-03-12 | Do some crackdown on kernel object reinitialization after they could be in us... | Michael Sevakis |
2008-03-11 | Committed the missing file to r16632. | Miika Pekkarinen |
2008-03-11 | FS#7598 - Dircache support for multivolume targets (by Phil Light). | Miika Pekkarinen |
2008-03-09 | enable partition probing for superfloppy targets; hanging was caused by out-o... | Robert Kukla |
2008-02-11 | Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK... | Björn Stenberg |
2008-02-07 | Let the FAT namecheck also look for trailing spaces, fixes FS #8560. | Peter D'Hoye |
2008-01-13 | Dircache state should be checked too to make appflags work in every situation. | Miika Pekkarinen |
2008-01-13 | Always check for deleted files, no matter how slow it might be when DB autoup... | Miika Pekkarinen |
2008-01-09 | Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works... | Mark Arigo |
2007-12-13 | Another fix for file system issues when encountering disk full (like when rec... | Peter D'Hoye |
2007-11-27 | Oops. Fix yellow. | Nicolas Pennequin |
2007-11-27 | * Make the Gigabeat S bootloader a bit more interesting: it looks for the fir... | Nicolas Pennequin |
2007-11-18 | Make speex the new voice format for SWCODEC targets (non-Archos). Remove code... | Michael Sevakis |
2007-10-29 | More code police... | Peter D'Hoye |
2007-10-16 | Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi... | Michael Sevakis |
2007-10-16 | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis |