aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-10minor cleanupHEADmasterJavier1-5/+4
2024-03-10fix bug with cmdline parsingJavier1-0/+2
2023-12-16separate define for tracing ps/2 protocol eventsJavier4-7/+9
2023-02-19fix typos in READMEJavier1-4/+4
2023-02-19bump to 0.67v0.67Javier2-2/+4
2023-02-18replace .??? wildcards with a plain '*'Javier1-3/+4
2023-01-08fix failure to parse some cp*uni.tbl files (e.g. 437, 852)Javier1-13/+12
2023-01-01fix wheelkey video link in READMEJavier1-3/+5
2023-01-01bump to 0.66v0.66Javier2-2/+3
2022-12-31restore int33 callback+window when windows goes foregroundJavier3-34/+173
2022-12-18slight makefile cleanupsJavier1-8/+14
2022-12-18use pause opcode when waiting for vbox resultJavier2-3/+7
2022-12-11bump to 0.65v0.65Javier3-5/+7
2022-12-11do not allow the show cursor counter to go above 0Javier3-21/+24
2022-12-10fix issue with borlandc, bump to 0.64v0.64Javier4-13/+36
2022-11-27bump to v0.63v0.63Javier2-3/+3
2022-11-27fix regression with non-uppercase filenamesJavier1-10/+14
2022-11-27fix README typosJavier1-1/+1
2022-11-27bump to 0.62Javier1-2/+2
2022-11-27refactor to add per-mount options to vbsfJavier13-258/+430
2022-11-27search first for .tbl and kitten files in same path as exeJavier2-9/+54
2022-11-06cleaning up makefileJavier1-23/+34
2022-11-06improve wheel support (e.g. winword works now)Javier3-19/+120
2022-08-07bump internal versionJavier2-8/+6
2022-07-17Add /cs option for mounting case sensitive filesystemsEduardo Casino3-18/+19
2022-07-15Define _() macro for kittengets()Eduardo Casino3-105/+107
2022-07-14readme fixesJavier1-1/+3
2022-07-14Localization supportEduardo Casino9-113/+1130
2022-07-14add license file for unicode tablesJavier1-0/+46
2022-07-14Fix error message for hash optionEduardo Casino1-1/+1
2022-06-12update README and bump to 0.6v0.6Javier1-21/+59
2022-06-12add .tbl files in both floppy image and dist zipJavier2-0/+3
2022-06-12define IN_TSR macro in all tsr filesJavier4-5/+4
2022-06-12import nls tablesJavier17-0/+0
2022-06-12Fix mount when folder names contain utf8 charsEduardo Casino1-1/+3
2022-06-12Fix hash short names when host file system is case sensitiveEduardo Casino3-5/+12
2022-06-12Do not uppercase volume namesEduardo Casino2-7/+9
2022-06-12Add support for hash-generated short file namesEduardo Casino6-63/+573
2022-06-12Truncate file to current position when writing 0 bytesEduardo Casino1-4/+21
2022-06-12Fix vbox_shfl_set_file_size()Eduardo Casino1-1/+1
2022-05-23Fix find_first when search attr are 0Eduardo Casino1-8/+0
2022-05-23Add support for windows host short file namesEduardo Casino5-76/+162
2022-05-22Fix automount when mount point is emptyEduardo Casino1-1/+1
2022-05-08Add unicode and NLS supportEduardo Casino5-28/+449
2022-05-06no close needed for chdir/getattr which are lookupsJavier1-6/+4
2022-05-06Fix mkdir, chdir, getattr and setattrEduardo Casino1-2/+7
2022-05-01make setattr fail silentlyv0.56Javier1-5/+5
2022-04-30bump to 0.56Javier2-2/+5
2022-04-30refactor: switch debug log to a more convenient printf-like APIJavier8-390/+318
2022-04-30another hack to avoid dir fd leakingJavier2-1/+22