aboutsummaryrefslogtreecommitdiff
path: root/libmpio
AgeCommit message (Collapse)AuthorFilesLines
2002-11-13changed default charset from ASCII to ISO-8859-15germeier4-7/+55
make charset configurable through config file
2002-10-27implemented the switch commandgermeier4-50/+155
finished support for writing files directly from memory (for config files)
2002-10-27added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT)germeier5-22/+114
another 8.3 fix :-(
2002-10-26make libmpio header files C++ compliantgermeier10-19/+92
2002-10-23fixed init progress counter for models with two internal chipsgermeier1-2/+4
2002-10-17another fix for the 8.3 handlinggermeier1-5/+11
2002-10-13ECC code can now correct one bit errorsgermeier1-8/+50
2002-10-13finished support for external memory!germeier3-49/+75
2002-10-13finished formatting support for external memorygermeier4-62/+320
2002-10-12add completion for files on the mpio memory cardscrunchy1-1/+2
2002-10-06major changes to write support,germeier8-140/+509
BEWARE, some things might be broken in the progress (internal mem too!) added files cis.{c,h}
2002-09-30improved model identification.germeier1-5/+20
2002-09-28reading support on external memory should now be correct.germeier5-159/+255
2002-09-24fixed issues with 8.3 names in directory.cgermeier6-51/+73
actually use mpio_filetype_t to tag files during writing of internal memory writing of Config.dat does work now (though it needs some code in mpiosh)
2002-09-23stupid typogermeier1-2/+2
2002-09-23read spare area from external memory toogermeier7-51/+148
display progress for internal and external memory a few code clean ups and checks renamed debug_memory to dump_memory and dump more memory areas now a lot of little changes and updates
2002-09-21fixed bug in abort code of mputgermeier1-2/+2
make output more consistent fixed a few display "bugs"
2002-09-20small fixes to mpiosh/callback.cgermeier3-7/+12
added code to identify DMG+ (assumed, but should be correct)
2002-09-19bug fixes in error handling and fix in regex_fixcrunchy2-9/+7
2002-09-19fixed handling of an abortgermeier1-2/+2
fixed buggy define
2002-09-19added error handing functionscrunchy3-16/+91
2002-09-18fixed check in mpiosh_cmd_memgermeier1-13/+41
added code to check for internal memory before we use it (don't ask! :-)
2002-09-18removed wrong block mappinggermeier6-61/+75
added progress_callback for mpio_init mpiosh: external memory is only selectable if it is available
2002-09-18bug fix for mput; removed compiler warnings; better return values on errorcrunchy2-24/+30
2002-09-15Fixed model2externalmem function and added command, commentssalmoon2-8/+12
2002-09-15added model identificationgermeier5-23/+104
use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory
2002-09-14add mpio_mem_t to dentry functionsgermeier4-48/+72
add debug informations to dentry functions fixed a off-by-one error in mpio_dentry_get
2002-09-14fixed display bug with mpio_file_put (100% is never reached)germeier1-1/+15
2002-09-14removed files which are automagically generated by the auto* tools.germeier1-380/+0
add section to README
2002-09-14shell regular expression mappingcrunchy1-22/+7
2002-09-13fixed abort handling in mpio_file_putgermeier1-6/+18
2002-09-13added mpio_sync to libmpiogermeier3-37/+101
use mpio_sync in mpiosh added code to handle aborts in libmpio
2002-09-12mpiosh: some internal changes and support for command sequencescrunchy1-22/+7
2002-09-11fixed writing of 8.3 filenames to MPIOgermeier3-71/+205
added handling of timestamps
2002-09-11removed mpio_tool.cgermeier1-7/+22
2002-09-11finished support for writing to internal memorygermeier3-22/+60
2002-09-11fixed block address issues in spare areagermeier2-32/+64
2002-09-11updated writing support to support mpio_fatentry_tgermeier5-120/+230
2002-09-10support for deleting and formating of internal memory addedgermeier3-56/+90
BEWARE: this might well kill your player !!!!
2002-09-10reactivated deleting of files (external mem only)germeier5-166/+145
added error handling for memory formatting 2 fatentry function add minor bug fixes
2002-09-09added fatentry2hw to libmpio/io.cgermeier1-39/+38
2002-09-09deactivated debug messagesgermeier1-3/+3
2002-09-09updated code to format external SmartMedia cardsgermeier4-42/+88
fixed max_cluster issues
2002-09-09fixed cluster to block mapping with 32 MB SmartMedia cardsgermeier3-18/+32
added debug messages in case of ECC errors fixed some errors if no SM card is inserted (this time for real!)
2002-09-08fixed some issues for MPIOs with more than one internal chipgermeier4-40/+86
2002-09-03first part of "design" fixesgermeier8-364/+447
reading support changed to mpio_fatentry_t support for writing and deleting deactivated
2002-09-03"small" cleanups to libmpio before starting major structural changesgermeier6-323/+410
2002-09-01added commands: lcd, ldir, lmkdir; fixed bug in dump; updated help textcrunchy1-48/+56
2002-08-28Initial revisionsalmoon17-0/+3976