aboutsummaryrefslogtreecommitdiff
path: root/libmpio/mpio.c
AgeCommit message (Collapse)AuthorFilesLines
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
by Sebastian Kloska, thanks!)
2002-11-13changed default charset from ASCII to ISO-8859-15germeier1-2/+4
make charset configurable through config file
2002-10-27implemented the switch commandgermeier1-26/+86
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)germeier1-12/+64
another 8.3 fix :-(
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
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.germeier1-12/+14
2002-09-24fixed issues with 8.3 names in directory.cgermeier1-16/+7
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-23read spare area from external memory toogermeier1-16/+74
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.cgermeier1-1/+4
added code to identify DMG+ (assumed, but should be correct)
2002-09-19bug fixes in error handling and fix in regex_fixcrunchy1-7/+5
2002-09-19fixed handling of an abortgermeier1-2/+2
fixed buggy define
2002-09-19added error handing functionscrunchy1-14/+71
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 mappinggermeier1-4/+8
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 errorcrunchy1-15/+20
2002-09-15added model identificationgermeier1-6/+42
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 functionsgermeier1-1/+2
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-13fixed abort handling in mpio_file_putgermeier1-6/+18
2002-09-13added mpio_sync to libmpiogermeier1-27/+70
use mpio_sync in mpiosh added code to handle aborts in libmpio
2002-09-11fixed writing of 8.3 filenames to MPIOgermeier1-8/+19
added handling of timestamps
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
BEWARE: this might well kill your player !!!!
2002-09-10reactivated deleting of files (external mem only)germeier1-115/+41
added error handling for memory formatting 2 fatentry function add minor bug fixes
2002-09-09updated code to format external SmartMedia cardsgermeier1-27/+33
fixed max_cluster issues
2002-09-09fixed cluster to block mapping with 32 MB SmartMedia cardsgermeier1-3/+8
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 chipgermeier1-5/+7
2002-09-03first part of "design" fixesgermeier1-231/+92
reading support changed to mpio_fatentry_t support for writing and deleting deactivated
2002-09-03"small" cleanups to libmpio before starting major structural changesgermeier1-45/+48
2002-08-28Initial revisionsalmoon1-0/+769