aboutsummaryrefslogtreecommitdiff
path: root/libmpio/mpio.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-23start restructuringcrunchy1-1301/+0
2003-04-19added function(s) to rename files on the playergermeier1-1/+20
2003-04-19added ID3 rewriting supportgermeier1-8/+20
2003-04-18implemented "health" function. this is UNTESTED!germeier1-1/+66
2003-04-11small error messages changesgermeier1-10/+14
2003-04-11timestamp generation fixes as suggested by Sebastiangermeier1-4/+24
2003-04-06initial support for directoriesgermeier1-5/+33
2003-04-05moved FD100 to supported stategermeier1-3/+1
2003-04-03try to fix/find a problem with the FD100/256MBgermeier1-7/+14
2003-03-25try to support changes in internal FAT structure on newer players.germeier1-1/+3
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-15BEWARE: Changes to support models with 4 internal chips.germeier1-11/+29
2003-03-11added code the recognize new MPIO models (FD100/FL100/FY100),germeier1-18/+42
2003-03-08small fixesRelease_0-6-0germeier1-2/+4
2003-02-21add patch of Sebastian; tried to fix problems with etc stuffcrunchy1-56/+105
2003-01-16initalize newly allocated mpio_t structure with zero to be sure (notedgermeier1-1/+6
2002-11-13changed default charset from ASCII to ISO-8859-15germeier1-2/+4
2002-10-27implemented the switch commandgermeier1-26/+86
2002-10-27added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT)germeier1-12/+64
2002-10-26make libmpio header files C++ compliantgermeier1-10/+11
2002-10-13finished support for external memory!germeier1-2/+2
2002-10-13finished formatting support for external memorygermeier1-6/+27
2002-10-12add completion for files on the mpio memory cardscrunchy1-1/+2
2002-10-06major changes to write support,germeier1-31/+70
2002-09-30improved model identification.germeier1-5/+20
2002-09-28reading support on external memory should now be correct.germeier1-12/+14
2002-09-24fixed issues with 8.3 names in directory.cgermeier1-16/+7
2002-09-23read spare area from external memory toogermeier1-16/+74
2002-09-21fixed bug in abort code of mputgermeier1-2/+2
2002-09-20small fixes to mpiosh/callback.cgermeier1-1/+4
2002-09-19bug fixes in error handling and fix in regex_fixcrunchy1-7/+5
2002-09-19fixed handling of an abortgermeier1-2/+2
2002-09-19added error handing functionscrunchy1-14/+71
2002-09-18fixed check in mpiosh_cmd_memgermeier1-13/+41
2002-09-18removed wrong block mappinggermeier1-4/+8
2002-09-18bug fix for mput; removed compiler warnings; better return values on errorcrunchy1-15/+20
2002-09-15added model identificationgermeier1-6/+42
2002-09-14add mpio_mem_t to dentry functionsgermeier1-1/+2
2002-09-14fixed display bug with mpio_file_put (100% is never reached)germeier1-1/+15
2002-09-13fixed abort handling in mpio_file_putgermeier1-6/+18
2002-09-13added mpio_sync to libmpiogermeier1-27/+70
2002-09-11fixed writing of 8.3 filenames to MPIOgermeier1-8/+19
2002-09-11finished support for writing to internal memorygermeier1-10/+24
2002-09-11fixed block address issues in spare areagermeier1-2/+2
2002-09-11updated writing support to support mpio_fatentry_tgermeier1-81/+81
2002-09-10support for deleting and formating of internal memory addedgermeier1-11/+14
2002-09-10reactivated deleting of files (external mem only)germeier1-115/+41
2002-09-09updated code to format external SmartMedia cardsgermeier1-27/+33
2002-09-09fixed cluster to block mapping with 32 MB SmartMedia cardsgermeier1-3/+8