Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-09 | Drop id3 rewriting | Lars-Dominik Braun | 3 | -54/+0 | |
2009-05-09 | Switch to cmake | Lars-Dominik Braun | 9 | -26/+32 | |
"Works for now..." | |||||
2006-01-21 | * changed version to 0.7.1-pre3 | germeier | 1 | -17/+18 | |
* (hopefully) fixed signedness hell, should fix problems with 64 bit machines | |||||
2004-04-23 | don't dump core if internal memory is not available | germeier | 1 | -3/+6 | |
2003-10-19 | added support for the new internal chip | germeier | 1 | -9/+26 | |
added support for libusb if the kernel driver is not available | |||||
2003-08-25 | add patch from Brad Behm <bbrehm@shaw.ca> which enables mpiosh to be used as ↵ | crunchy | 1 | -1/+5 | |
a backend (redirection of stdout and stdin) | |||||
2003-07-27 | fixed bug in cd command | crunchy | 1 | -2/+5 | |
2003-07-01 | return/display file type/tag for files from internal memory | germeier | 1 | -2/+28 | |
(as requested by Markus) | |||||
2003-06-27 | tested and hopefully fixed the backup and restore commands | crunchy | 3 | -46/+74 | |
2003-06-27 | add backup and restore commands; little bug fix and clean up. Need to be ↵ | crunchy | 6 | -8/+134 | |
tested! Just give me 5 minutes, please! | |||||
2003-06-26 | added support for font file handling | germeier | 3 | -10/+57 | |
- added command font_upload to mpiosh - restore font file after a format | |||||
2003-04-23 | start restructuring | crunchy | 3 | -4/+28 | |
2003-04-19 | added function(s) to rename files on the player | germeier | 3 | -4/+27 | |
2003-04-19 | small fixes for handling of "id3_format" config file option | germeier | 3 | -5/+14 | |
2003-04-19 | added ID3 rewriting support | germeier | 6 | -8/+78 | |
2003-04-18 | implemented "health" function. this is UNTESTED! | germeier | 3 | -3/+59 | |
2003-04-11 | small error messages changes | germeier | 2 | -7/+17 | |
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 | 4 | -16/+69 | |
BEWARE: this might have broken some things!!! | |||||
2003-03-08 | small fixesRelease_0-6-0 | germeier | 1 | -9/+2 | |
2003-03-06 | deactivated channel and config command for upcoming 0.6.0 release | germeier | 1 | -1/+4 | |
these are _very_ incomplete! -mager | |||||
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 | 4 | -10/+58 | |
make charset configurable through config file | |||||
2002-11-04 | saving command history | crunchy | 4 | -12/+42 | |
2002-10-29 | a special crunchy checkin: no testing;-) | crunchy | 12 | -58/+1423 | |
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 | 3 | -8/+112 | |
another 8.3 fix :-( | |||||
2002-10-18 | add command config; no functionality at the moment | crunchy | 5 | -7/+31 | |
2002-10-14 | reactivated switch command without any functionality | crunchy | 1 | -4/+4 | |
2002-10-13 | fixed mpiosh_cmd_dump | germeier | 1 | -4/+3 | |
2002-10-13 | fixed crash + clean up | crunchy | 2 | -37/+42 | |
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 | 8 | -134/+223 | |
2002-10-12 | add completion for files on the mpio memory cards | crunchy | 8 | -331/+517 | |
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 | 3 | -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-21 | fixed bug in abort code of mput | germeier | 3 | -15/+31 | |
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 | 2 | -18/+34 | |
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 | bug fix in mpiosh_command_regex_fix | crunchy | 1 | -3/+3 | |
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 | 3 | -8/+27 | |
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 | 2 | -5/+10 | |
2002-09-15 | bug fix for ldir (hopefully) | crunchy | 1 | -18/+22 | |
2002-09-15 | spec file; fixes | crunchy | 1 | -4/+4 | |