| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 8 days | embed language & unicode tables into main executables | Javier | 1 | -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-10 | fix bug with cmdline parsing | Javier | 1 | -0/+2 | |
| 2023-01-08 | fix failure to parse some cp*uni.tbl files (e.g. 437, 852) | Javier | 1 | -13/+12 | |
| They had spaces in the description field, so scanf '%s' would fail to parse them. | |||||
| 2022-11-27 | refactor to add per-mount options to vbsf | Javier | 1 | -65/+181 | |
| 2022-11-27 | search first for .tbl and kitten files in same path as exe | Javier | 1 | -7/+26 | |
| 2022-07-17 | Add /cs option for mounting case sensitive filesystems | Eduardo Casino | 1 | -16/+15 | |
| 2022-07-15 | Define _() macro for kittengets() | Eduardo Casino | 1 | -59/+59 | |
| 2022-07-14 | Localization support | Eduardo Casino | 1 | -62/+67 | |
| 2022-07-14 | Fix error message for hash option | Eduardo Casino | 1 | -1/+1 | |
| 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 | 1 | -1/+1 | |
| 2022-06-12 | Add support for hash-generated short file names | Eduardo Casino | 1 | -3/+31 | |
| 2022-05-23 | Add support for windows host short file names | Eduardo Casino | 1 | -8/+16 | |
| 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 | 1 | -3/+128 | |
| 2022-04-30 | refactor: switch debug log to a more convenient printf-like API | Javier | 1 | -0/+3 | |
| 2022-04-30 | save findfirst/findnext state in sdb, support concurrent calls | Javier | 1 | -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-18 | switch mouse driver to always use 1-byte packets from BIOS | Javier | 1 | -0/+1 | |
| 2022-04-16 | avoid leaking HMA on install error | Javier | 1 | -6/+8 | |
| 2022-04-16 | license is gplv2+ | Javier | 1 | -1/+1 | |
| 2022-04-15 | add rescan option to redo automounts, in case user changes them | Javier | 1 | -3/+21 | |
| 2022-04-15 | use different buffer sizes for vbx mouse & sf | Javier | 1 | -1/+1 | |
| 2022-04-14 | cleanup vbox code | Javier | 1 | -2/+0 | |
| 2022-04-12 | add file date/time listing support, closeall call | Javier | 1 | -5/+78 | |
| 2022-04-11 | add new virtualbox shared folders client | Javier | 1 | -0/+531 | |
