index
:
vbados.git
master
DOS mouse driver and shared folders for VirtualBox
Javier
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-27
search first for .tbl and kitten files in same path as exe
Javier
2
-9
/
+54
2022-11-06
cleaning up makefile
Javier
1
-23
/
+34
2022-11-06
improve wheel support (e.g. winword works now)
Javier
3
-19
/
+120
2022-08-07
bump internal version
Javier
2
-8
/
+6
2022-07-17
Add /cs option for mounting case sensitive filesystems
Eduardo Casino
3
-18
/
+19
2022-07-15
Define _() macro for kittengets()
Eduardo Casino
3
-105
/
+107
2022-07-14
readme fixes
Javier
1
-1
/
+3
2022-07-14
Localization support
Eduardo Casino
9
-113
/
+1130
2022-07-14
add license file for unicode tables
Javier
1
-0
/
+46
2022-07-14
Fix error message for hash option
Eduardo Casino
1
-1
/
+1
2022-06-12
update README and bump to 0.6
v0.6
Javier
1
-21
/
+59
2022-06-12
add .tbl files in both floppy image and dist zip
Javier
2
-0
/
+3
2022-06-12
define IN_TSR macro in all tsr files
Javier
4
-5
/
+4
2022-06-12
import nls tables
Javier
17
-0
/
+0
2022-06-12
Fix mount when folder names contain utf8 chars
Eduardo Casino
1
-1
/
+3
2022-06-12
Fix hash short names when host file system is case sensitive
Eduardo Casino
3
-5
/
+12
2022-06-12
Do not uppercase volume names
Eduardo Casino
2
-7
/
+9
2022-06-12
Add support for hash-generated short file names
Eduardo Casino
6
-63
/
+573
2022-06-12
Truncate file to current position when writing 0 bytes
Eduardo Casino
1
-4
/
+21
2022-06-12
Fix vbox_shfl_set_file_size()
Eduardo Casino
1
-1
/
+1
2022-05-23
Fix find_first when search attr are 0
Eduardo Casino
1
-8
/
+0
2022-05-23
Add support for windows host short file names
Eduardo Casino
5
-76
/
+162
2022-05-22
Fix automount when mount point is empty
Eduardo Casino
1
-1
/
+1
2022-05-08
Add unicode and NLS support
Eduardo Casino
5
-28
/
+449
2022-05-06
no close needed for chdir/getattr which are lookups
Javier
1
-6
/
+4
2022-05-06
Fix mkdir, chdir, getattr and setattr
Eduardo Casino
1
-2
/
+7
2022-05-01
make setattr fail silently
v0.56
Javier
1
-5
/
+5
2022-04-30
bump to 0.56
Javier
2
-2
/
+5
2022-04-30
refactor: switch debug log to a more convenient printf-like API
Javier
8
-390
/
+318
2022-04-30
another hack to avoid dir fd leaking
Javier
2
-1
/
+22
2022-04-30
workaround for programs that do not call full mouse reset
Javier
1
-0
/
+4
2022-04-30
another hack to avoid leaking dirfd on 'dir *.*'
Javier
1
-0
/
+8
2022-04-30
improve wildcard handling
Javier
1
-9
/
+33
2022-04-30
support setting file date/time from dos
Javier
3
-1
/
+167
2022-04-30
add hack to make filemgr stop leaking dir handles
Javier
2
-3
/
+23
2022-04-30
save findfirst/findnext state in sdb, support concurrent calls
Javier
4
-146
/
+242
2022-04-27
make getattr return file_not_found instead of path_not_found
Javier
1
-1
/
+1
2022-04-27
refactor: use INTPACKW (always 16-bit) instead of INTPACKX
Javier
4
-123
/
+126
2022-04-27
fix leaking SFTs on close
Javier
1
-0
/
+7
2022-04-23
minor readme change
Javier
1
-1
/
+1
2022-04-21
update readme
v0.54
Javier
1
-1
/
+3
2022-04-20
implement seek_end fn in vbsf
Javier
2
-6
/
+103
2022-04-20
bump to 0.54
Javier
1
-1
/
+1
2022-04-20
assume we have a wheel when using vmware, even if we can't detect it
Javier
1
-2
/
+9
2022-04-20
bump to v0.53
v0.53
Javier
2
-2
/
+3
2022-04-20
add back support for using ps/2 bios with 3-byte packets
Javier
5
-23
/
+80
2022-04-20
fix link typo
Javier
1
-1
/
+1
2022-04-20
bump to 0.52
v0.52
Javier
2
-19
/
+93
2022-04-19
fix register clobbering in ps2 calls
Javier
2
-4
/
+4
2022-04-19
handle wheel mouse that does not require knock (i.e. wheelvkd)
Javier
1
-2
/
+14
[next]