aboutsummaryrefslogtreecommitdiff
path: root/mpiosh
AgeCommit message (Collapse)AuthorFilesLines
2003-07-01return/display file type/tag for files from internal memorygermeier1-2/+28
(as requested by Markus)
2003-06-27tested and hopefully fixed the backup and restore commandscrunchy3-46/+74
2003-06-27add backup and restore commands; little bug fix and clean up. Need to be ↵crunchy6-8/+134
tested! Just give me 5 minutes, please!
2003-06-26added support for font file handlinggermeier3-10/+57
- added command font_upload to mpiosh - restore font file after a format
2003-04-23start restructuringcrunchy3-4/+28
2003-04-19added function(s) to rename files on the playergermeier3-4/+27
2003-04-19small fixes for handling of "id3_format" config file optiongermeier3-5/+14
2003-04-19added ID3 rewriting supportgermeier6-8/+78
2003-04-18implemented "health" function. this is UNTESTED!germeier3-3/+59
2003-04-11small error messages changesgermeier2-7/+17
2003-04-11timestamp generation fixes as suggested by Sebastiangermeier1-8/+26
8.3 generation fixes for "MPIO RECORD" directory
2003-04-06initial support for directoriesgermeier4-16/+69
BEWARE: this might have broken some things!!!
2003-03-08small fixesRelease_0-6-0germeier1-9/+2
2003-03-06deactivated channel and config command for upcoming 0.6.0 releasegermeier1-1/+4
these are _very_ incomplete! -mager
2003-02-26checking for kernel headers at a better place ;-) and tried to fix a bug in ↵crunchy1-5/+18
mpiosh_cmd_ldir
2002-11-13changed default charset from ASCII to ISO-8859-15germeier4-10/+58
make charset configurable through config file
2002-11-04saving command historycrunchy4-12/+42
2002-10-29a special crunchy checkin: no testing;-)crunchy12-58/+1423
2002-10-27implemented the switch commandgermeier1-5/+66
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)germeier3-8/+112
another 8.3 fix :-(
2002-10-18add command config; no functionality at the momentcrunchy5-7/+31
2002-10-14reactivated switch command without any functionalitycrunchy1-4/+4
2002-10-13fixed mpiosh_cmd_dumpgermeier1-4/+3
2002-10-13fixed crash + clean upcrunchy2-37/+42
2002-10-13finished support for external memory!germeier1-3/+3
2002-10-13finished formatting support for external memorygermeier1-2/+2
2002-10-12add alias support for commands and extended argument completioncrunchy8-134/+223
2002-10-12add completion for files on the mpio memory cardscrunchy8-331/+517
2002-09-28reading support on external memory should now be correct.germeier1-4/+7
2002-09-24fixed issues with 8.3 names in directory.cgermeier1-4/+4
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 toogermeier3-13/+24
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 mputgermeier3-15/+31
make output more consistent fixed a few display "bugs"
2002-09-20small fixes to mpiosh/callback.cgermeier1-1/+12
added code to identify DMG+ (assumed, but should be correct)
2002-09-19bug fixes in error handling and fix in regex_fixcrunchy2-18/+34
2002-09-19fixed handling of an abortgermeier1-5/+5
fixed buggy define
2002-09-19added more debug outputcrunchy1-5/+15
2002-09-19bug fix in mpiosh_command_regex_fixcrunchy1-3/+3
2002-09-19added error handing functionscrunchy1-5/+4
2002-09-18fixed check in mpiosh_cmd_memgermeier1-2/+2
added code to check for internal memory before we use it (don't ask! :-)
2002-09-18removed wrong block mappinggermeier3-8/+27
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-5/+10
2002-09-15bug fix for ldir (hopefully)crunchy1-18/+22
2002-09-15spec file; fixescrunchy1-4/+4
2002-09-15added model identificationgermeier3-5/+23
use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory
2002-09-14enhanced mapping for shell regexcrunchy1-39/+27
2002-09-14debug message in script modecrunchy1-3/+2
2002-09-14add mpio_mem_t to dentry functionsgermeier1-9/+9
add debug informations to dentry functions fixed a off-by-one error in mpio_dentry_get
2002-09-14fixed reading commands from pipecrunchy1-1/+4
2002-09-14shell regular expression mappingcrunchy3-7/+63
2002-09-14better handling for SIGINTcrunchy2-12/+20