summaryrefslogtreecommitdiff
path: root/src/VBox/Additions/WINNT/SharedFolders/driver/path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* winnt/vboxsf: Investigated all the file info queries after opening a file and...vboxsync2019-05-171-4/+6
* winnt/vboxsf: More VBoxMRxCreate related cleanups. bugref:9172vboxsync2019-05-171-167/+190
* winnt/vboxsf: Converted VBoxMRxCreate to using VbglR0SfHostReqCreate. Got ri...vboxsync2019-05-171-348/+297
* winnt/vboxsf: Fixed none-working open+truncate testcase caused by an old misc...vboxsync2019-05-161-0/+1
* winnt/vboxsf: Started on VBoxMRxCreate. bugref:9172vboxsync2019-05-161-40/+22
* winnt/vboxsf: USe new remove function that also closes the handle to combine ...vboxsync2019-05-111-51/+58
* winnt/vboxsf: Converted file & directory removal code to new driver/HGCM inte...vboxsync2019-05-101-51/+118
* winnt/vboxsf: Update FCB size info when opening a file too. bugref:9172vboxsync2019-05-041-14/+36
* winnt/vboxsf: Removed FileBasicInfo from MRX_VBOX_FOBX as it was only used fo...vboxsync2019-05-021-8/+9
* winnt/vboxsf: Try keep the FCB file sizes (in FSRTL_COMMON_FCB_HEADER) up to ...vboxsync2019-05-021-0/+8
* winnt/vboxsf: Reworked the set-timestamp handling. Need testcase and some ho...vboxsync2019-04-301-85/+77
* winnt/vboxsf: Contiuing cleaning up VBoxMRxSetFileInfo; moving stuff to impro...vboxsync2019-04-281-78/+11
* winnt/vboxsf: Doxygen and related cleanups; eliminating the separate helper h...vboxsync2019-04-261-3/+4
* winnt/vboxsf: Cleaned up the vbsfhlp.cpp code, removing a few unused function...vboxsync2019-04-261-35/+35
* winnt/vboxsf: Doxygen and related cleanups; eliminating the separate helper h...vboxsync2019-04-261-0/+7
* winnt/vboxsf: Use g_SfClient everywhere to avoid having dangling pointers (MR...vboxsync2019-04-261-0/+943