Age | Commit message (Expand) | Author | Files | Lines |
2003-10-19 | added some missing #ifdef HAVE_USB | germeier | 2 | -5/+33 |
2003-10-19 | added support for the new internal chip | germeier | 12 | -136/+761 |
2003-09-23 | minor fix to support SM cards 16MB and below | germeier | 2 | -2/+4 |
2003-09-23 | external memory support for FY100 and VP-01 | germeier | 2 | -1/+8 |
2003-09-22 | added Johns patch to support the VirginPulse VP-01 player | germeier | 4 | -5/+39 |
2003-08-25 | add patch from Brad Behm <bbrehm@shaw.ca> which enables mpiosh to be used as ... | crunchy | 1 | -1/+5 |
2003-08-01 | bumped version to 0.7.0: today is release day!! :-)Release_0-7-0 | germeier | 2 | -1/+6 |
2003-07-27 | fixed bug in cd command | crunchy | 2 | -2/+10 |
2003-07-24 | increased version to 0.7.0RC2 | germeier | 2 | -1/+2 |
2003-07-24 | initial handling of the new SmartMedia chip | germeier | 5 | -4/+40 |
2003-07-17 | forgot a line | germeier | 1 | -1/+2 |
2003-07-17 | added non-standard SmartMedia chip ID, as reported by Andreas | germeier | 2 | -1/+9 |
2003-07-15 | further fixes | germeier | 3 | -5/+12 |
2003-07-15 | follow up fix for the broken internal FAT fix | germeier | 3 | -3/+16 |
2003-07-14 | fixed a bug Yury stumbled across | germeier | 2 | -2/+6 |
2003-07-07 | fixed one of my "famous" 8.3 filename handling "fixes" :-( | germeier | 2 | -2/+6 |
2003-07-01 | return/display file type/tag for files from internal memory | germeier | 3 | -3/+41 |
2003-06-27 | tested and hopefully fixed the backup and restore commands | crunchy | 5 | -46/+85 |
2003-06-27 | add backup and restore commands; little bug fix and clean up. Need to be test... | crunchy | 8 | -16/+160 |
2003-06-26 | added support for font file handling | germeier | 8 | -18/+93 |
2003-06-18 | support API versioninging of libmpio | germeier | 3 | -11/+155 |
2003-06-16 | added/fixed vfat 8.3 checksum to make "real" vfat drivers happy | germeier | 3 | -44/+44 |
2003-06-12 | fixed ugly bug which broke reading/deleting of files on external memory (D'oh!) | germeier | 4 | -12/+17 |
2003-06-06 | external memory of FD100 now supported | germeier | 2 | -3/+6 |
2003-06-05 | try to support external memory of FD100 | germeier | 1 | -1/+4 |
2003-05-19 | fixed strncat bug found by Sergey. Thanks! | germeier | 2 | -2/+6 |
2003-04-30 | cleaned up ECC code | germeier | 2 | -104/+60 |
2003-04-30 | libmpio: changed license from GPL to LGPL | germeier | 2 | -43/+32 |
2003-04-29 | fix level for debug messages | germeier | 2 | -6/+11 |
2003-04-27 | libmpio: changed license from GPL to LGPL | germeier | 18 | -279/+273 |
2003-04-27 | fixed some C code "things" found with "paranoia" CFLAGS settings | germeier | 14 | -43/+73 |
2003-04-23 | restructuring part 4 | crunchy | 2 | -2/+2 |
2003-04-23 | restructuring part 3 | crunchy | 2 | -2/+2 |
2003-04-23 | restructuring part 2 | crunchy | 7 | -429/+8 |
2003-04-23 | start restructuring | crunchy | 57 | -13115/+910 |
2003-04-21 | added AC_PREREQ(2.50) because we need autoconf 2.50 or better as found by cru... | germeier | 1 | -0/+4 |
2003-04-21 | removed unnecessary -I$(INCLUDE) as spotted by Yury | germeier | 2 | -2/+4 |
2003-04-21 | remove trailing spaces in ID3 tag fields as suggested by Thomas | germeier | 2 | -2/+15 |
2003-04-21 | fixed disc geometry, reported by Yury. Thanks. | germeier | 1 | -4/+5 |
2003-04-21 | fixed "CFLAGS" handling -> AM_CFLAGS | germeier | 1 | -1/+1 |
2003-04-19 | added function(s) to rename files on the player | germeier | 8 | -150/+265 |
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 | 14 | -21/+470 |
2003-04-19 | disable 1024 byte padding and sync support for MPIO use | germeier | 1 | -3/+5 |
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 |