Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-04-19 | added function(s) to rename files on the player | germeier | 1 | -1/+20 | |
2003-04-19 | small fixes for handling of "id3_format" config file option | germeier | 1 | -2/+4 | |
2003-04-19 | added ID3 rewriting support | germeier | 1 | -2/+44 | |
2003-04-18 | implemented "health" function. this is UNTESTED! | germeier | 1 | -1/+53 | |
2003-04-11 | small error messages changes | germeier | 1 | -6/+15 | |
2003-04-11 | timestamp generation fixes as suggested by Sebastian | germeier | 1 | -8/+26 | |
8.3 generation fixes for "MPIO RECORD" directory | |||||
2003-04-06 | initial support for directories | germeier | 1 | -11/+52 | |
BEWARE: this might have broken some things!!! | |||||
2003-03-08 | small fixesRelease_0-6-0 | germeier | 1 | -9/+2 | |
2003-02-26 | checking for kernel headers at a better place ;-) and tried to fix a bug in ↵ | crunchy | 1 | -5/+18 | |
mpiosh_cmd_ldir | |||||
2002-11-13 | changed default charset from ASCII to ISO-8859-15 | germeier | 1 | -7/+42 | |
make charset configurable through config file | |||||
2002-11-04 | saving command history | crunchy | 1 | -1/+6 | |
2002-10-29 | a special crunchy checkin: no testing;-) | crunchy | 1 | -9/+8 | |
2002-10-27 | implemented the switch command | germeier | 1 | -5/+66 | |
finished support for writing files directly from memory (for config files) | |||||
2002-10-27 | added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT) | germeier | 1 | -2/+99 | |
another 8.3 fix :-( | |||||
2002-10-18 | add command config; no functionality at the moment | crunchy | 1 | -2/+9 | |
2002-10-13 | fixed mpiosh_cmd_dump | germeier | 1 | -4/+3 | |
2002-10-13 | fixed crash + clean up | crunchy | 1 | -36/+36 | |
2002-10-13 | finished support for external memory! | germeier | 1 | -3/+3 | |
2002-10-13 | finished formatting support for external memory | germeier | 1 | -2/+2 | |
2002-10-12 | add alias support for commands and extended argument completion | crunchy | 1 | -2/+9 | |
2002-10-12 | add completion for files on the mpio memory cards | crunchy | 1 | -8/+6 | |
2002-09-28 | reading support on external memory should now be correct. | germeier | 1 | -4/+7 | |
2002-09-24 | fixed issues with 8.3 names in directory.c | germeier | 1 | -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-23 | read spare area from external memory too | germeier | 1 | -6/+17 | |
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-21 | fixed bug in abort code of mput | germeier | 1 | -13/+25 | |
make output more consistent fixed a few display "bugs" | |||||
2002-09-20 | small fixes to mpiosh/callback.c | germeier | 1 | -1/+12 | |
added code to identify DMG+ (assumed, but should be correct) | |||||
2002-09-19 | bug fixes in error handling and fix in regex_fix | crunchy | 1 | -15/+32 | |
2002-09-19 | fixed handling of an abort | germeier | 1 | -5/+5 | |
fixed buggy define | |||||
2002-09-19 | added more debug output | crunchy | 1 | -5/+15 | |
2002-09-19 | added error handing functions | crunchy | 1 | -5/+4 | |
2002-09-18 | fixed check in mpiosh_cmd_mem | germeier | 1 | -2/+2 | |
added code to check for internal memory before we use it (don't ask! :-) | |||||
2002-09-18 | removed wrong block mapping | germeier | 1 | -5/+22 | |
added progress_callback for mpio_init mpiosh: external memory is only selectable if it is available | |||||
2002-09-18 | bug fix for mput; removed compiler warnings; better return values on error | crunchy | 1 | -1/+6 | |
2002-09-15 | bug fix for ldir (hopefully) | crunchy | 1 | -18/+22 | |
2002-09-15 | added model identification | germeier | 1 | -3/+17 | |
use 0x80 for external memory on the DMG line added code to dump first 0x100 sectors of memory | |||||
2002-09-14 | add mpio_mem_t to dentry functions | germeier | 1 | -9/+9 | |
add debug informations to dentry functions fixed a off-by-one error in mpio_dentry_get | |||||
2002-09-14 | shell regular expression mapping | crunchy | 1 | -1/+5 | |
2002-09-13 | extended handling of SIGINT; support for stdin being a tty | crunchy | 1 | -19/+11 | |
2002-09-13 | better signal handling, new command lpwd | crunchy | 1 | -12/+57 | |
2002-09-13 | added mpio_sync to libmpio | germeier | 1 | -1/+11 | |
use mpio_sync in mpiosh added code to handle aborts in libmpio | |||||
2002-09-13 | added callback.[ch] | crunchy | 1 | -0/+552 | |