aboutsummaryrefslogtreecommitdiff
path: root/libmpio
AgeCommit message (Collapse)AuthorFilesLines
2009-05-09Add cmake library checksLars-Dominik Braun2-1/+9
2009-05-09Remove CVS $Id:'sLars-Dominik Braun19-38/+0
2009-05-09CleanupLars-Dominik Braun2-9/+10
Remove unused files, move mpiosh to src, ...
2009-05-09Drop id3 rewritingLars-Dominik Braun11-3616/+2
2009-05-09Really drop kernel moduleLars-Dominik Braun2-37/+0
2009-05-09Switch to cmakeLars-Dominik Braun4-41/+17
"Works for now..."
2006-01-21 * changed version to 0.7.1-pre3germeier16-215/+228
* (hopefully) fixed signedness hell, should fix problems with 64 bit machines
2004-05-31fixed stupid bugsgermeier1-4/+4
2004-05-30added Roberts MMC code (step 1)germeier6-32/+231
2004-04-24further open/close fixesgermeier2-13/+27
2004-04-23don't dump core if internal memory is not availablegermeier3-4/+31
2004-04-23fixed a stupid bug while closing the devicegermeier2-5/+5
2004-04-19several debug messages clean upsgermeier4-86/+82
removed #ifdefs HAVE_USB (is mandatory!) added #ifdefs USE_KMODULE (is deprecated but can still be used) added hotplug infrastructure changed version to 0.7.1-pre1
2004-02-08added support for new 128MB internal chip reported by Karin. (Thanks!)germeier1-4/+6
2004-01-13added infos for FY100germeier3-6/+11
2004-01-12updated chip IDsgermeier1-6/+17
2003-10-19added some missing #ifdef HAVE_USBgermeier1-5/+20
2003-10-19added support for the new internal chipgermeier10-125/+694
added support for libusb if the kernel driver is not available
2003-09-23minor fix to support SM cards 16MB and belowgermeier1-2/+2
2003-09-23external memory support for FY100 and VP-01germeier1-1/+3
2003-09-22added Johns patch to support the VirginPulse VP-01 playergermeier2-3/+21
assume VirginPulse VP-02 player is a FL100 clone small fix
2003-07-24initial handling of the new SmartMedia chipgermeier4-4/+33
2003-07-17forgot a linegermeier1-1/+2
2003-07-17added non-standard SmartMedia chip ID, as reported by Andreasgermeier1-1/+5
2003-07-15further fixesgermeier2-4/+9
2003-07-15follow up fix for the broken internal FAT fixgermeier2-3/+11
added FTYPE_BROKEN
2003-07-14fixed a bug Yury stumbled acrossgermeier1-2/+2
2003-07-07fixed one of my "famous" 8.3 filename handling "fixes" :-(germeier1-2/+2
2003-07-01return/display file type/tag for files from internal memorygermeier1-1/+6
(as requested by Markus)
2003-06-27add backup and restore commands; little bug fix and clean up. Need to be ↵crunchy1-8/+7
tested! Just give me 5 minutes, please!
2003-06-26added support for font file handlinggermeier4-8/+27
- added command font_upload to mpiosh - restore font file after a format
2003-06-18support API versioninging of libmpiogermeier1-0/+1
updated "missing" script
2003-06-16added/fixed vfat 8.3 checksum to make "real" vfat drivers happygermeier1-43/+36
2003-06-12fixed ugly bug which broke reading/deleting of files on external memory (D'oh!)germeier3-12/+10
2003-06-06external memory of FD100 now supportedgermeier1-3/+1
2003-06-05try to support external memory of FD100germeier1-1/+4
2003-05-19fixed strncat bug found by Sergey. Thanks!germeier1-2/+2
2003-04-30cleaned up ECC codegermeier1-103/+57
2003-04-30libmpio: changed license from GPL to LGPLgermeier2-43/+32
2003-04-29fix level for debug messagesgermeier1-6/+6
2003-04-27libmpio: changed license from GPL to LGPLgermeier17-279/+272
2003-04-27fixed some C code "things" found with "paranoia" CFLAGS settingsgermeier13-43/+69
2003-04-23restructuring part 4crunchy2-2/+2
2003-04-23restructuring part 3crunchy2-2/+2
2003-04-23restructuring part 2crunchy5-427/+4
2003-04-23start restructuringcrunchy27-37/+3727
2003-04-21remove trailing spaces in ID3 tag fields as suggested by Thomasgermeier1-2/+10
2003-04-21fixed disc geometry, reported by Yury. Thanks.germeier1-4/+5
2003-04-21fixed "CFLAGS" handling -> AM_CFLAGSgermeier1-1/+1
2003-04-19added function(s) to rename files on the playergermeier4-146/+230