aboutsummaryrefslogtreecommitdiff
path: root/sfmain.c
AgeCommit message (Collapse)AuthorFilesLines
8 daysembed language & unicode tables into main executablesJavier1-13/+15
use KITTENC to embed all NLS files into executable KITTENC does not allow loading external files anymore... embed the cp???uni.tbl (codepage -> unicode conversion tables) into the main executable too. however, we will still try to find them in PATH if user cp is missing from the internal ones. this means the distribution zip/flp now contain much fewer files. con: some utilities now need to built in the host (kittenc & unitbl2c) this may make the build less portable; so far unix and dos/386 still work.
2024-03-10fix bug with cmdline parsingJavier1-0/+2
2023-01-08fix failure to parse some cp*uni.tbl files (e.g. 437, 852)Javier1-13/+12
They had spaces in the description field, so scanf '%s' would fail to parse them.
2022-11-27refactor to add per-mount options to vbsfJavier1-65/+181
2022-11-27search first for .tbl and kitten files in same path as exeJavier1-7/+26
2022-07-17Add /cs option for mounting case sensitive filesystemsEduardo Casino1-16/+15
2022-07-15Define _() macro for kittengets()Eduardo Casino1-59/+59
2022-07-14Localization supportEduardo Casino1-62/+67
2022-07-14Fix error message for hash optionEduardo Casino1-1/+1
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 Casino1-1/+1
2022-06-12Add support for hash-generated short file namesEduardo Casino1-3/+31
2022-05-23Add support for windows host short file namesEduardo Casino1-8/+16
2022-05-22Fix automount when mount point is emptyEduardo Casino1-1/+1
2022-05-08Add unicode and NLS supportEduardo Casino1-3/+128
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