aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-30workaround for programs that do not call full mouse resetJavier1-0/+4
2022-04-30another hack to avoid leaking dirfd on 'dir *.*'Javier1-0/+8
2022-04-30improve wildcard handlingJavier1-9/+33
2022-04-30support setting file date/time from dosJavier3-1/+167
2022-04-30add hack to make filemgr stop leaking dir handlesJavier2-3/+23
2022-04-30save findfirst/findnext state in sdb, support concurrent callsJavier4-146/+242
2022-04-27make getattr return file_not_found instead of path_not_foundJavier1-1/+1
2022-04-27refactor: use INTPACKW (always 16-bit) instead of INTPACKXJavier4-123/+126
2022-04-27fix leaking SFTs on closeJavier1-0/+7
2022-04-23minor readme changeJavier1-1/+1
2022-04-21update readmev0.54Javier1-1/+3
2022-04-20implement seek_end fn in vbsfJavier2-6/+103
2022-04-20bump to 0.54Javier1-1/+1
2022-04-20assume we have a wheel when using vmware, even if we can't detect itJavier1-2/+9
2022-04-20bump to v0.53v0.53Javier2-2/+3
2022-04-20add back support for using ps/2 bios with 3-byte packetsJavier5-23/+80
2022-04-20fix link typoJavier1-1/+1
2022-04-20bump to 0.52v0.52Javier2-19/+93
2022-04-19fix register clobbering in ps2 callsJavier2-4/+4
2022-04-19handle wheel mouse that does not require knock (i.e. wheelvkd)Javier1-2/+14
2022-04-18switch mouse driver to always use 1-byte packets from BIOSJavier9-109/+118
2022-04-18make vbsf less verboseJavier2-0/+4
2022-04-18in w16driver, change mouse speed for improved dosemu2 compatibilityJavier3-17/+49
2022-04-18hide files larger than 4GiBJavier1-5/+28
2022-04-16additional readme fixesJavier1-1/+3
2022-04-16Small readme updateJavier1-8/+9
2022-04-16add .zip download tooJavier2-1/+10
2022-04-16make README point to binariesJavier1-2/+4
2022-04-16fix wheel on t5710Javier3-12/+51
2022-04-16avoid leaking HMA on install errorJavier5-25/+53