aboutsummaryrefslogtreecommitdiff
path: root/libmpio/mpio.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-09Remove CVS $Id:'sLars-Dominik Braun1-2/+0
2006-01-21 * changed version to 0.7.1-pre3germeier1-12/+12
* (hopefully) fixed signedness hell, should fix problems with 64 bit machines
2003-10-19added support for the new internal chipgermeier1-1/+10
added support for libusb if the kernel driver is not available
2003-06-26added support for font file handlinggermeier1-2/+7
- added command font_upload to mpiosh - restore font file after a format
2003-04-27libmpio: changed license from GPL to LGPLgermeier1-23/+21
2003-04-23restructuring part 2crunchy1-0/+218
2003-04-23start restructuringcrunchy1-218/+0
2003-04-19added function(s) to rename files on the playergermeier1-3/+8
2003-04-19added ID3 rewriting supportgermeier1-1/+15
2003-04-18implemented "health" function. this is UNTESTED!germeier1-4/+15
2003-04-06initial support for directoriesgermeier1-3/+9
BEWARE: this might have broken some things!!!
2003-02-21add patch of Sebastian; tried to fix problems with etc stuffcrunchy1-2/+18
2002-11-13changed default charset from ASCII to ISO-8859-15germeier1-1/+7
make charset configurable through config file
2002-10-27implemented the switch commandgermeier1-3/+10
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-2/+27
another 8.3 fix :-(
2002-10-26make libmpio header files C++ compliantgermeier1-1/+9
2002-09-24fixed issues with 8.3 names in directory.cgermeier1-2/+3
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-8/+8
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-19bug fixes in error handling and fix in regex_fixcrunchy1-2/+2
2002-09-19added error handing functionscrunchy1-1/+14
2002-09-18removed wrong block mappinggermeier1-2/+2
added progress_callback for mpio_init mpiosh: external memory is only selectable if it is available
2002-09-15added model identificationgermeier1-1/+4
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-5/+5
add debug informations to dentry functions fixed a off-by-one error in mpio_dentry_get
2002-09-13added mpio_sync to libmpiogermeier1-3/+9
use mpio_sync in mpiosh added code to handle aborts in libmpio
2002-08-28Initial revisionsalmoon1-0/+97