aboutsummaryrefslogtreecommitdiff
path: root/libmpio/directory.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-13fixed missing first char issuegermeier1-2/+2
2003-03-12trying to fix iconv UNICODE conversions on BIG_ENDIAN machinesgermeier1-5/+7
2003-02-21add patch of Sebastian; tried to fix problems with etc stuffcrunchy1-1/+92
2002-11-13changed default charset from ASCII to ISO-8859-15germeier1-3/+41
make charset configurable through config file
2002-10-27implemented the switch commandgermeier1-20/+55
finished support for writing files directly from memory (for config files)
2002-10-27added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT)germeier1-2/+2
another 8.3 fix :-(
2002-10-17another fix for the 8.3 handlinggermeier1-5/+11
2002-09-24fixed issues with 8.3 names in directory.cgermeier1-7/+28
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-14add mpio_mem_t to dentry functionsgermeier1-37/+59
add debug informations to dentry functions fixed a off-by-one error in mpio_dentry_get
2002-09-11fixed writing of 8.3 filenames to MPIOgermeier1-61/+182
added handling of timestamps
2002-09-08fixed some issues for MPIOs with more than one internal chipgermeier1-6/+3
2002-09-03first part of "design" fixesgermeier1-9/+55
reading support changed to mpio_fatentry_t support for writing and deleting deactivated
2002-09-03"small" cleanups to libmpio before starting major structural changesgermeier1-3/+2
2002-08-28Initial revisionsalmoon1-0/+509