Age | Commit message (Expand) | Author | Files | Lines |
2003-04-18 | update build environment to use mplib if not disabled manually | germeier | 6 | -352/+40 |
2003-04-18 | initial import of mplib 1.0.1 | germeier | 28 | -0/+16264 |
2003-04-18 | implemented "health" function. this is UNTESTED! | germeier | 10 | -42/+218 |
2003-04-11 | small error messages changes | germeier | 5 | -18/+37 |
2003-04-11 | timestamp generation fixes as suggested by Sebastian | germeier | 6 | -20/+134 |
2003-04-06 | initial support for directories | germeier | 12 | -95/+529 |
2003-04-06 | added a fix for 8.3 filename extension generation (for files with more then 1... | germeier | 2 | -7/+32 |
2003-04-05 | moved FD100 to supported state | germeier | 1 | -3/+1 |
2003-04-04 | oops, don't do this twice! | germeier | 1 | -2/+2 |
2003-04-04 | some necessary fixes to internal mem "size" handling | germeier | 2 | -7/+8 |
2003-04-04 | promote size to WORD so we can support 256MB players | germeier | 1 | -2/+2 |
2003-04-03 | try to fix/find a problem with the FD100/256MB | germeier | 1 | -7/+14 |
2003-03-26 | don't be to strict with this check | germeier | 1 | -3/+2 |
2003-03-25 | try to support changes in internal FAT structure on newer players. | germeier | 3 | -13/+37 |
2003-03-24 | ignore external memory on FL100 until we know how to support it | germeier | 1 | -4/+6 |
2003-03-22 | Oops, forgot to update model name strings. Fixed. | germeier | 1 | -1/+4 |
2003-03-22 | automagically find USB bulk endpoints in kernel driver | germeier | 2 | -5/+40 |
2003-03-20 | next try to fix the bug in debug.c | crunchy | 1 | -2/+21 |
2003-03-19 | fixed a bug in debug.c -- uninitialed __debug_fd | crunchy | 1 | -3/+4 |
2003-03-15 | fixed stupid mistake | germeier | 2 | -4/+4 |
2003-03-15 | BEWARE: Changes to support models with 4 internal chips. | germeier | 5 | -23/+57 |
2003-03-14 | fixed spec file: add mpio.h and defs.h | crunchy | 3 | -11/+157 |
2003-03-13 | fixed missing first char issue | germeier | 2 | -2/+7 |
2003-03-12 | trying to fix iconv UNICODE conversions on BIG_ENDIAN machines | germeier | 3 | -5/+17 |
2003-03-11 | added code the recognize new MPIO models (FD100/FL100/FY100), | germeier | 3 | -20/+52 |
2003-03-08 | small fixesRelease_0-6-0 | germeier | 3 | -12/+12 |
2003-03-08 | fixed packaging problems | germeier | 3 | -5/+12 |
2003-03-06 | deactivated channel and config command for upcoming 0.6.0 release | germeier | 1 | -1/+4 |
2003-02-26 | checking for kernel headers at a better place ;-) and tried to fix a bug in m... | crunchy | 2 | -7/+22 |
2003-02-21 | add patch of Sebastian; tried to fix problems with etc stuff | crunchy | 7 | -62/+231 |
2003-01-16 | initalize newly allocated mpio_t structure with zero to be sure (noted | germeier | 1 | -1/+6 |
2002-12-09 | update for kernel 2.4.20 or later | crunchy | 1 | -1/+1 |
2002-12-09 | update for kernel 2.4.20 or later | crunchy | 3 | -2/+9 |
2002-11-18 | checking for readline headers | crunchy | 4 | -5/+12 |
2002-11-15 | Oops, forgot something | crunchy | 3 | -9/+25 |
2002-11-14 | spec file updates; renamed logotool to mpiologo | crunchy | 2 | -2/+2 |
2002-11-14 | fixed problem with CONFIG.DAT | germeier | 2 | -3/+7 |
2002-11-13 | changed default charset from ASCII to ISO-8859-15 | germeier | 10 | -19/+126 |
2002-11-04 | saving command history | crunchy | 6 | -14/+55 |
2002-11-02 | add logotool to tweak animation in config.dat. | salmoon | 7 | -2/+697 |
2002-10-31 | add usbdevfs filesystem support | salmoon | 2 | -10/+28 |
2002-10-29 | a special crunchy checkin: no testing;-) | crunchy | 18 | -60/+1448 |
2002-10-27 | implemented the switch command | germeier | 6 | -56/+231 |
2002-10-27 | added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT) | germeier | 9 | -30/+238 |
2002-10-26 | make libmpio header files C++ compliant | germeier | 11 | -19/+98 |
2002-10-23 | fixed init progress counter for models with two internal chips | germeier | 2 | -2/+9 |
2002-10-18 | fixed ChangeLog | crunchy | 1 | -3/+0 |
2002-10-18 | add command config; no functionality at the moment | crunchy | 6 | -7/+45 |
2002-10-17 | another fix for the 8.3 handling | germeier | 2 | -5/+16 |
2002-10-14 | reactivated switch command without any functionality | crunchy | 1 | -4/+4 |