VirtualBox

source: vbox/trunk/src/VBox/Additions/WINNT/SharedFolders

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @84972   4 years vboxsync Additions/WINNT/SharedFolders: Provide a dedicated 32bit VBoxSF driver …
(edit) @83825   5 years vboxsync VBoxMRXNP: VC++ 14.1 warnings. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78700   6 years vboxsync winnt/vboxsf: Set error style if the host supports it. bugref:9172
(edit) @78693   6 years vboxsync winnt/vboxsf: No need to be so noisy when editing the library. Also, …
(edit) @78631   6 years vboxsync winnt/vboxsf: Actual cleanup of DriverEntry(). bugref:9172
(edit) @78629   6 years vboxsync winnt/vboxsf: DriverEntry cleaning up... bugref:9172
(edit) @78628   6 years vboxsync winnt/vboxsf: Workaround for xpsp2 MmGetSystemRoutineAddress crash. …
(edit) @78610   6 years vboxsync winnt/vboxsf: Some code snippets for simple vboxsf testing.
(edit) @78609   6 years vboxsync winnt/vboxsf: Don't flush and purge the cache twice on newer systems, …
(edit) @78608   6 years vboxsync winnt/vboxsf: Don't flush and purge the cache twice on newer systems, …
(edit) @78585   6 years vboxsync winnt/vboxsf: Do locking around the CcCoherencyFlushAndPurgeCache …
(edit) @78584   6 years vboxsync winnt/vboxsf: Use CcCoherencyFlushAndPurgeCache before writes and …
(edit) @78577   6 years vboxsync winnt/vboxsf: Converted VBoxMRxWrite the new HGCM IDC interface, only …
(edit) @78575   6 years vboxsync winnt/vboxsf: Converted VBoxMRxRead the new HGCM IDC interface, only …
(edit) @78569   6 years vboxsync winnt/vboxsf: Converted vbsfNtSetEndOfFile to use new HGCM IDC …
(edit) @78564   6 years vboxsync winnt/vboxsf: Try provide correct stat info for directories too. …
(edit) @78563   6 years vboxsync winnt/vboxsf: Investigated all the file info queries after opening a …
(edit) @78562   6 years vboxsync winnt/vboxsf: Must initialize IPRT. Duh! bugref:9172
(edit) @78553   6 years vboxsync winnt/vboxsf: More VBoxMRxCreate related cleanups. bugref:9172
(edit) @78552   6 years vboxsync winnt/vboxsf: Converted VBoxMRxCreate to using VbglR0SfHostReqCreate. …
(edit) @78551   6 years vboxsync winnt/vboxsf: More words describing the FileAllocationInformation …
(edit) @78550   6 years vboxsync winnt/vboxsf: More words describing the FileAllocationInformation …
(edit) @78548   6 years vboxsync winnt/vboxsf: Fixed none-working open+truncate testcase caused by an …
(edit) @78544   6 years vboxsync winnt/vboxsf: Fixed EOF regression in the read code. bugref:9172
(edit) @78543   6 years vboxsync winnt/vboxsf: Started on VBoxMRxCreate. bugref:9172
(edit) @78541   6 years vboxsync winnt/vboxsf: Final VBoxMRxQueryVolumeInfo cleanups. bugref:9172
(edit) @78536   6 years vboxsync winnt/vboxsf: The file system string returned by …
(edit) @78533   6 years vboxsync winnt/vboxsf: Fixed bug recently introduced in vbsfNtQueryFsVolumeInfo …
(edit) @78487   6 years vboxsync winnt/vboxsf: FileFsSizeInformation and FileFsFullSizeInformation. …
(edit) @78473   6 years vboxsync winnt/vboxsf: Dropped NtQueryVolumeInformationFile / …
(edit) @78471   6 years vboxsync winnt/vboxsf: Rewrote NtQueryVolumeInformationFile / …
(edit) @78468   6 years vboxsync winnt/vboxsf: USe new remove function that also closes the handle to …
(edit) @78465   6 years vboxsync winnt/vboxsf: Converted file & directory removal code to new …
(edit) @78383   6 years vboxsync winnt/vboxsf: Explanation as to why renaming is slow [missed a step]. …
(edit) @78382   6 years vboxsync winnt/vboxsf: Explanation as to why renaming is slow. bugref:9172
(edit) @78381   6 years vboxsync winnt/vboxsf: Converted and cleaned up vbsfNtRename. bugref:9172
(edit) @78380   6 years vboxsync winnt/vboxsf: Update FCB size info when opening a file too. bugref:9172
(edit) @78369   6 years vboxsync winnt/vboxsf: Some more set information docs regarding the library …
(edit) @78368   6 years vboxsync winnt/vboxsf: Workaround for SetEndOfFile() to the cached file size …
(edit) @78366   6 years vboxsync winnt/vboxsf: Removed FileBasicInfo from MRX_VBOX_FOBX as it was only …
(edit) @78365   6 years vboxsync winnt/vboxsf: Try keep the FCB file sizes (in FSRTL_COMMON_FCB_HEADER) …
(edit) @78363   6 years vboxsync winnt/vboxsf: Fixed ancient bug in the read code path that used …
(edit) @78357   6 years vboxsync winnt/vboxsf: Reworked the set-timestamp handling. Need testcase and …
(edit) @78355   6 years vboxsync winnt/vboxsf: Reworked the set-timestamp handling. Need testcase and …
(edit) @78350   6 years vboxsync winnt/vboxsf: More VBoxMRxSetFileInfo comments. bugref:9172
(edit) @78339   6 years vboxsync winnt/vboxsf: Contiuing cleaning up VBoxMRxSetFileInfo; moving stuff …
(edit) @78338   6 years vboxsync winnt/vboxsf: Started cleaning up VBoxMRxSetFileInfo. bugref:9172
(edit) @78330   6 years vboxsync winnt/vboxsf: Cleaned up the vbsfhlp.cpp code, removing a few unused …
(edit) @78329   6 years vboxsync winnt/vboxsf: Doxygen and related cleanups; eliminating the separate …
(edit) @78328   6 years vboxsync winnt/vboxsf: Cleaned up the vbsfhlp.cpp code, removing a few unused …
(edit) @78327   6 years vboxsync winnt/vboxsf: Cleaned up the vbsfhlp.cpp code, removing a few unused …
(edit) @78326   6 years vboxsync winnt/vboxsf: Cleaned up the vbsfhlp.cpp code, removing a few unused …
(edit) @78321   6 years vboxsync winnt/vboxsf: Doxygen and related cleanups; eliminating the separate …
(edit) @78305   6 years vboxsync winnt/vboxsf: Converting VBoxMRxQueryFileInfo to …
(edit) @78304   6 years vboxsync winnt/vboxsf: Use g_SfClient everywhere to avoid having dangling …
(edit) @78302   6 years vboxsync winnt/vboxsf: Converting VBoxMRxQueryFileInfo to …
(edit) @78301   6 years vboxsync winnt/vboxsf: Hide the RTFS_DOS_NT_REPARSE_POINT attribute as we don't …
(edit) @78285   6 years vboxsync winnt/vboxsf: Fixed status code some DeleteFile & RemoveDir corner …
(edit) @78283   6 years vboxsync winnt/vboxsf: Corrected VERR_FILE_NOT_FOUND translation so FsPerf gets …
(edit) @78282   6 years vboxsync winnt/vboxsf: Simplified file attribute conversion and made sure the …
(edit) @78280   6 years vboxsync winnt/vboxsf: Use 'vrc' for the vbox/iprt status code like we do in …
(edit) @78279   6 years vboxsync winnt/vboxsf: Simplified file attribute conversion and made sure the …
(edit) @76563   6 years vboxsync Additions: Use GA_INCLUDED_ and variations_ as header guard prefixes …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76540   6 years vboxsync Additions/WINNT: scm --fix-header-guards. bugref:9344
(edit) @76430   6 years vboxsync VBox/shflsvc.h: Use errcore.h rather than err.h. bugref:9344
(edit) @76428   6 years vboxsync VBox/VMMDev.h: Replaced VBox/err.h with iprt/errcore.h. bugref:9344
(edit) @75654   6 years vboxsync win/VBoxSF: Implement restarting directory listing …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @70734   7 years vboxsync SharedFolders: owner/group information for Windows guests
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69370   7 years vboxsync GA/WINNT/SharedFolders: scm updates
(edit) @69357   7 years vboxsync GA/WINNT/SharedFolders: scm cleanups
(edit) @69111   7 years vboxsync (C) year
(edit) @68630   7 years vboxsync Adding VBoxGuestCoreTypes.h for avoiding having to include VMMDev.h …
(edit) @68624   7 years vboxsync VBoxSFInst.cmd: oops
(edit) @68552   7 years vboxsync merging vbglioc r117696: Added VBoxSFInst.cmd for testing shared folders.
(edit) @68101   7 years vboxsync Shared folders: stop supporting legacy host code on Linux, add Windows …
(edit) @63566   8 years vboxsync scm: cleaning up todos
(edit) @63107   8 years vboxsync GA/NT,Config.kmk: Use strict kBuild templates for building all the NT …
(edit) @63087   8 years vboxsync VBoxSF: no need to supress C4005 anymore.
(edit) @63086   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @63085   8 years vboxsync vboxmrxnp.cpp/vboxToUpper: Should probably use the CharUpperW variant, …
(edit) @63084   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @63083   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @63082   8 years vboxsync vboxmrxnp.cpp: drop the obsolete 'lp' HN prefix where we can.
(edit) @63081   8 years vboxsync NPGetResourceInformation: Local variable …
(edit) @63080   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @63079   8 years vboxsync vbsfDeleteConnection: Status was used uninitialized if …
(edit) @63078   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @63077   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @63076   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @63075   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @63073   8 years vboxsync GA/NT/SharedFolders: warnings
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62522   8 years vboxsync (C) 2016
(edit) @58361   9 years vboxsync Additions/WINNT/SharedFolders: IOCTL processing cleanup, logging.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette