aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-06-27add backup and restore commands; little bug fix and clean up. Need to be test...crunchy8-16/+160
2003-06-26added support for font file handlinggermeier8-18/+93
2003-06-18support API versioninging of libmpiogermeier3-11/+155
2003-06-16added/fixed vfat 8.3 checksum to make "real" vfat drivers happygermeier3-44/+44
2003-06-12fixed ugly bug which broke reading/deleting of files on external memory (D'oh!)germeier4-12/+17
2003-06-06external memory of FD100 now supportedgermeier2-3/+6
2003-06-05try to support external memory of FD100germeier1-1/+4
2003-05-19fixed strncat bug found by Sergey. Thanks!germeier2-2/+6
2003-04-30cleaned up ECC codegermeier2-104/+60
2003-04-30libmpio: changed license from GPL to LGPLgermeier2-43/+32
2003-04-29fix level for debug messagesgermeier2-6/+11
2003-04-27libmpio: changed license from GPL to LGPLgermeier18-279/+273
2003-04-27fixed some C code "things" found with "paranoia" CFLAGS settingsgermeier14-43/+73
2003-04-23restructuring part 4crunchy2-2/+2
2003-04-23restructuring part 3crunchy2-2/+2
2003-04-23restructuring part 2crunchy7-429/+8
2003-04-23start restructuringcrunchy57-13115/+910
2003-04-21added AC_PREREQ(2.50) because we need autoconf 2.50 or better as found by cru...germeier1-0/+4
2003-04-21removed unnecessary -I$(INCLUDE) as spotted by Yurygermeier2-2/+4
2003-04-21remove trailing spaces in ID3 tag fields as suggested by Thomasgermeier2-2/+15
2003-04-21fixed disc geometry, reported by Yury. Thanks.germeier1-4/+5
2003-04-21fixed "CFLAGS" handling -> AM_CFLAGSgermeier1-1/+1
2003-04-19added function(s) to rename files on the playergermeier8-150/+265
2003-04-19small fixes for handling of "id3_format" config file optiongermeier3-5/+14
2003-04-19added ID3 rewriting supportgermeier14-21/+470
2003-04-19disable 1024 byte padding and sync support for MPIO usegermeier1-3/+5
2003-04-18update build environment to use mplib if not disabled manuallygermeier6-352/+40
2003-04-18initial import of mplib 1.0.1germeier28-0/+16264
2003-04-18implemented "health" function. this is UNTESTED!germeier10-42/+218
2003-04-11small error messages changesgermeier5-18/+37
2003-04-11timestamp generation fixes as suggested by Sebastiangermeier6-20/+134
2003-04-06initial support for directoriesgermeier12-95/+529
2003-04-06added a fix for 8.3 filename extension generation (for files with more then 1...germeier2-7/+32
2003-04-05moved FD100 to supported stategermeier1-3/+1
2003-04-04oops, don't do this twice!germeier1-2/+2
2003-04-04some necessary fixes to internal mem "size" handlinggermeier2-7/+8
2003-04-04promote size to WORD so we can support 256MB playersgermeier1-2/+2
2003-04-03try to fix/find a problem with the FD100/256MBgermeier1-7/+14
2003-03-26don't be to strict with this checkgermeier1-3/+2
2003-03-25try to support changes in internal FAT structure on newer players.germeier3-13/+37
2003-03-24ignore external memory on FL100 until we know how to support itgermeier1-4/+6
2003-03-22Oops, forgot to update model name strings. Fixed.germeier1-1/+4
2003-03-22automagically find USB bulk endpoints in kernel drivergermeier2-5/+40
2003-03-20next try to fix the bug in debug.ccrunchy1-2/+21
2003-03-19fixed a bug in debug.c -- uninitialed __debug_fdcrunchy1-3/+4
2003-03-15fixed stupid mistakegermeier2-4/+4
2003-03-15BEWARE: Changes to support models with 4 internal chips.germeier5-23/+57
2003-03-14fixed spec file: add mpio.h and defs.hcrunchy3-11/+157
2003-03-13fixed missing first char issuegermeier2-2/+7
2003-03-12trying to fix iconv UNICODE conversions on BIG_ENDIAN machinesgermeier3-5/+17