Age | Commit message (Expand) | Author | Files | Lines |
2003-06-16 | added/fixed vfat 8.3 checksum to make "real" vfat drivers happy | germeier | 1 | -43/+36 |
2003-06-12 | fixed ugly bug which broke reading/deleting of files on external memory (D'oh!) | germeier | 3 | -12/+10 |
2003-06-06 | external memory of FD100 now supported | germeier | 1 | -3/+1 |
2003-06-05 | try to support external memory of FD100 | germeier | 1 | -1/+4 |
2003-05-19 | fixed strncat bug found by Sergey. Thanks! | germeier | 1 | -2/+2 |
2003-04-30 | cleaned up ECC code | germeier | 1 | -103/+57 |
2003-04-30 | libmpio: changed license from GPL to LGPL | germeier | 2 | -43/+32 |
2003-04-29 | fix level for debug messages | germeier | 1 | -6/+6 |
2003-04-27 | libmpio: changed license from GPL to LGPL | germeier | 17 | -279/+272 |
2003-04-27 | fixed some C code "things" found with "paranoia" CFLAGS settings | germeier | 13 | -43/+69 |
2003-04-23 | restructuring part 4 | crunchy | 2 | -2/+2 |
2003-04-23 | restructuring part 3 | crunchy | 2 | -2/+2 |
2003-04-23 | restructuring part 2 | crunchy | 5 | -427/+4 |
2003-04-23 | start restructuring | crunchy | 27 | -37/+3727 |
2003-04-21 | remove trailing spaces in ID3 tag fields as suggested by Thomas | germeier | 1 | -2/+10 |
2003-04-21 | fixed disc geometry, reported by Yury. Thanks. | germeier | 1 | -4/+5 |
2003-04-21 | fixed "CFLAGS" handling -> AM_CFLAGS | germeier | 1 | -1/+1 |
2003-04-19 | added function(s) to rename files on the player | germeier | 4 | -146/+230 |
2003-04-19 | added ID3 rewriting support | germeier | 6 | -13/+375 |
2003-04-18 | update build environment to use mplib if not disabled manually | germeier | 1 | -2/+4 |
2003-04-18 | implemented "health" function. this is UNTESTED! | germeier | 6 | -39/+153 |
2003-04-11 | small error messages changes | germeier | 2 | -11/+17 |
2003-04-11 | timestamp generation fixes as suggested by Sebastian | germeier | 4 | -12/+96 |
2003-04-06 | initial support for directories | germeier | 6 | -78/+451 |
2003-04-06 | added a fix for 8.3 filename extension generation (for files with more then 1... | germeier | 1 | -7/+26 |
2003-04-05 | moved FD100 to supported state | germeier | 1 | -3/+1 |
2003-04-04 | oops, don't do this twice! | germeier | 1 | -2/+2 |
2003-04-04 | some necessary fixes to internal mem "size" handling | germeier | 2 | -7/+8 |
2003-04-04 | promote size to WORD so we can support 256MB players | germeier | 1 | -2/+2 |
2003-04-03 | try to fix/find a problem with the FD100/256MB | germeier | 1 | -7/+14 |
2003-03-26 | don't be to strict with this check | germeier | 1 | -3/+2 |
2003-03-25 | try to support changes in internal FAT structure on newer players. | germeier | 2 | -13/+30 |
2003-03-24 | ignore external memory on FL100 until we know how to support it | germeier | 1 | -4/+6 |
2003-03-22 | Oops, forgot to update model name strings. Fixed. | germeier | 1 | -1/+4 |
2003-03-20 | next try to fix the bug in debug.c | crunchy | 1 | -2/+21 |
2003-03-19 | fixed a bug in debug.c -- uninitialed __debug_fd | crunchy | 1 | -3/+4 |
2003-03-15 | fixed stupid mistake | germeier | 2 | -4/+4 |
2003-03-15 | BEWARE: Changes to support models with 4 internal chips. | germeier | 4 | -23/+49 |
2003-03-13 | fixed missing first char issue | germeier | 1 | -2/+2 |
2003-03-12 | trying to fix iconv UNICODE conversions on BIG_ENDIAN machines | germeier | 1 | -5/+7 |
2003-03-11 | added code the recognize new MPIO models (FD100/FL100/FY100), | germeier | 2 | -20/+47 |
2003-03-08 | small fixesRelease_0-6-0 | germeier | 1 | -2/+4 |
2003-02-21 | add patch of Sebastian; tried to fix problems with etc stuff | crunchy | 4 | -60/+221 |
2003-01-16 | initalize newly allocated mpio_t structure with zero to be sure (noted | germeier | 1 | -1/+6 |
2002-11-14 | fixed problem with CONFIG.DAT | germeier | 1 | -3/+4 |
2002-11-13 | changed default charset from ASCII to ISO-8859-15 | germeier | 4 | -7/+55 |
2002-10-27 | implemented the switch command | germeier | 4 | -50/+155 |
2002-10-27 | added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT) | germeier | 5 | -22/+114 |
2002-10-26 | make libmpio header files C++ compliant | germeier | 10 | -19/+92 |
2002-10-23 | fixed init progress counter for models with two internal chips | germeier | 1 | -2/+4 |