aboutsummaryrefslogtreecommitdiff
path: root/sfmain.c
AgeCommit message (Collapse)AuthorFilesLines
2022-04-30refactor: switch debug log to a more convenient printf-like APIJavier1-0/+3
2022-04-30save findfirst/findnext state in sdb, support concurrent callsJavier1-2/+2
fd xcopy at least uses this. since we don't have a findclose call, we may leak the dir fd if the program does not finish reading the entire directory
2022-04-18switch mouse driver to always use 1-byte packets from BIOSJavier1-0/+1
2022-04-16avoid leaking HMA on install errorJavier1-6/+8
2022-04-16license is gplv2+Javier1-1/+1
2022-04-15add rescan option to redo automounts, in case user changes themJavier1-3/+21
2022-04-15use different buffer sizes for vbx mouse & sfJavier1-1/+1
2022-04-14cleanup vbox codeJavier1-2/+0
2022-04-12add file date/time listing support, closeall callJavier1-5/+78
2022-04-11add new virtualbox shared folders clientJavier1-0/+531