aboutsummaryrefslogtreecommitdiff
path: root/libmpio
AgeCommit message (Collapse)AuthorFilesLines
2003-07-07fixed one of my "famous" 8.3 filename handling "fixes" :-(germeier1-2/+2
2003-07-01return/display file type/tag for files from internal memorygermeier1-1/+6
(as requested by Markus)
2003-06-27add backup and restore commands; little bug fix and clean up. Need to be ↵crunchy1-8/+7
tested! Just give me 5 minutes, please!
2003-06-26added support for font file handlinggermeier4-8/+27
- added command font_upload to mpiosh - restore font file after a format
2003-06-18support API versioninging of libmpiogermeier1-0/+1
updated "missing" script
2003-06-16added/fixed vfat 8.3 checksum to make "real" vfat drivers happygermeier1-43/+36
2003-06-12fixed ugly bug which broke reading/deleting of files on external memory (D'oh!)germeier3-12/+10
2003-06-06external memory of FD100 now supportedgermeier1-3/+1
2003-06-05try to support external memory of FD100germeier1-1/+4
2003-05-19fixed strncat bug found by Sergey. Thanks!germeier1-2/+2
2003-04-30cleaned up ECC codegermeier1-103/+57
2003-04-30libmpio: changed license from GPL to LGPLgermeier2-43/+32
2003-04-29fix level for debug messagesgermeier1-6/+6
2003-04-27libmpio: changed license from GPL to LGPLgermeier17-279/+272
2003-04-27fixed some C code "things" found with "paranoia" CFLAGS settingsgermeier13-43/+69
2003-04-23restructuring part 4crunchy2-2/+2
2003-04-23restructuring part 3crunchy2-2/+2
2003-04-23restructuring part 2crunchy5-427/+4
2003-04-23start restructuringcrunchy27-37/+3727
2003-04-21remove trailing spaces in ID3 tag fields as suggested by Thomasgermeier1-2/+10
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 playergermeier4-146/+230
2003-04-19added ID3 rewriting supportgermeier6-13/+375
2003-04-18update build environment to use mplib if not disabled manuallygermeier1-2/+4
2003-04-18implemented "health" function. this is UNTESTED!germeier6-39/+153
2003-04-11small error messages changesgermeier2-11/+17
2003-04-11timestamp generation fixes as suggested by Sebastiangermeier4-12/+96
8.3 generation fixes for "MPIO RECORD" directory
2003-04-06initial support for directoriesgermeier6-78/+451
BEWARE: this might have broken some things!!!
2003-04-06added a fix for 8.3 filename extension generation (for files with more then ↵germeier1-7/+26
1 '.')
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.germeier2-13/+30
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-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
who allowed me to code anyways ...
2003-03-15BEWARE: Changes to support models with 4 internal chips.germeier4-23/+49
This is untested!!
2003-03-13fixed missing first char issuegermeier1-2/+2
2003-03-12trying to fix iconv UNICODE conversions on BIG_ENDIAN machinesgermeier1-5/+7
2003-03-11added code the recognize new MPIO models (FD100/FL100/FY100),germeier2-20/+47
no idea how to handle them, yet!
2003-03-08small fixesRelease_0-6-0germeier1-2/+4
2003-02-21add patch of Sebastian; tried to fix problems with etc stuffcrunchy4-60/+221
2003-01-16initalize newly allocated mpio_t structure with zero to be sure (notedgermeier1-1/+6
by Sebastian Kloska, thanks!)
2002-11-14fixed problem with CONFIG.DATgermeier1-3/+4