VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedFolders

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103437   10 months vboxsync tstShflCase: Return non-zero error if the testcase failed. Eliminated …
(edit) @103434   10 months vboxsync tstShflCase: You cannot use RTTESTI_CHECK_RC_OK w/o first calling …
(edit) @103285   10 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   10 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103260   10 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @100220   18 months vboxsync HostServices/SharedFolders/vbsf.cpp: Don't use the host page size when …
(edit) @99802   19 months vboxsync *: Adjustments necessary for dropping -Zc:wchar_t- on windows and …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @98415   22 months vboxsync HostServices/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98169   23 months vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98167   23 months vboxsync *.kmk: s/VBOXR3AUTOTST/VBoxR3AutoTest/ bugref:10348
(edit) @98133   23 months vboxsync *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96513   2 years vboxsync tstShflSizes: printf -> RTPrintf. bugref:10261
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95298   2 years vboxsync Shared Folders/Host service: When a client disconnects, make sure that …
(edit) @93444   3 years vboxsync VMM,Main,HostServices: Use a function table for accessing the …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @93075   3 years vboxsync SharedFoldersSvc: Copy out the short name to help run DOS and WinOS2 …
(edit) @92742   3 years vboxsync SharedFoldersSvc: Fix format string issue in the automount log message …
(edit) @92696   3 years vboxsync HGCM,SharedFolderSvc: Corrected the units for a number of profile stats.
(edit) @91228   3 years vboxsync SharedFoldersSvc: Corrected SHFL_FN_WRITE file offset return parameter …
(edit) @91226   3 years vboxsync Reverting r146862 for commit message fixing.
(edit) @91207   3 years vboxsync Additions: vboxsf: fix typo in host service code, bugref:10102, …
(edit) @90805   3 years vboxsync HostServices: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90238   3 years vboxsync HGCM,HostServices: Extended VBOXHGCMSVCFNTABLE with client and call …
(edit) @86490   4 years vboxsync tstSharedFolderService: gcc 10 build fix. bugref:9746
(edit) @86396   4 years vboxsync SharedFoldersSvc: Must free pAutoMountPoint in vbsfMappingsRemove. …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @81464   5 years vboxsync SharedFolders/mappings.cpp: Disabled annoying assertion for /me.
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @78947   6 years vboxsync SharedFolderSvc,IPRT: Implemented changing attributes/mode via a …
(edit) @78904   6 years vboxsync Build fix. bugref:9402
(edit) @78903   6 years vboxsync SharedFolderSvc: Fixed shared folder duplication after restoring state …
(edit) @78706   6 years vboxsync SharedFoldersSvc: Two VERR_FILE_NOT_FOUND/VERR_PATH_NOT_FOUND tweaks …
(edit) @78704   6 years vboxsync SharedFoldersSvc: More VERR_FILE_NOT_FOUND/VERR_PATH_NOT_FOUND and …
(edit) @78703   6 years vboxsync SharedFoldersSvc: Two VERR_FILE_NOT_FOUND/VERR_PATH_NOT_FOUND tweaks …
(edit) @78699   6 years vboxsync SharedFoldersSvc: Adding function that lets the guest set the error …
(edit) @78698   6 years vboxsync SharedFoldersSvc: Adding function that lets the guest set the error …
(edit) @78467   6 years vboxsync SharedFoldersSvc: Adding an alternative remove function that also …
(edit) @78114   6 years vboxsync IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
(edit) @78098   6 years vboxsync IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
(edit) @78090   6 years vboxsync *,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172
(edit) @77861   6 years vboxsync SharedFolderSvc: another todo. bugref:9172
(edit) @77860   6 years vboxsync SharedFoldersSvc: Must convert all kinds of slashes in the symlink …
(edit) @77852   6 years vboxsync SharedFoldersSvc: Fixed parameter validation bug in …
(edit) @77849   6 years vboxsync SharedFoldersSvc: Added a function exposing RTFileCopy as well. [build …
(edit) @77848   6 years vboxsync SharedFoldersSvc: Added a function exposing RTFileCopy as well. bugref:9172
(edit) @77838   6 years vboxsync SharedFoldersSvc: Added new function for server-side file content …
(edit) @77837   6 years vboxsync SharedFoldersSvc: Added new function for server-side file content …
(edit) @77685   6 years vboxsync SharedFolders: Use RTFileOpenEx to get a more accurate …
(edit) @77498   6 years vboxsync HostServices/SharedFolders: fixed loading of shared folder mappings to …
(edit) @77276   6 years vboxsync tstSharedFolderService.cpp: Need to catch RTFileWriteAt and …
(edit) @77248   6 years vboxsync SharedFoldersService: Use RTFileReadAt and RTFileWriteAt so we can …
(edit) @77246   6 years vboxsync HGCM,SharedFolders: Added new variation on the HGCM page list type …
(edit) @77245   6 years vboxsync HGCM,SharedFolders: Added new variation on the HGCM page list type …
(edit) @77243   6 years vboxsync HGCM,SharedFolders: Added new variation on the HGCM page list type …
(edit) @76971   6 years vboxsync Shared Folders/HostServices: Renamed VBoxSharedFolders.cpp to …
(edit) @76570   6 years vboxsync HostServices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76526   6 years vboxsync HostServices: scm --fix-header-guards. bugref:9344
(edit) @76421   6 years vboxsync VBox/shflsvc.h: Use errcore.h rather than err.h. bugref:9344
(edit) @76365   6 years vboxsync *: string.h sans err.h fix. bugref:9344
(edit) @76143   6 years vboxsync SharedFolders,os2/VBoxSF: Added SHFL_FN_SET_FILE_SIZE for setting the …
(edit) @75993   6 years vboxsync SharedFolders: Track mappings made by a client session so we can unmap …
(edit) @75969   6 years vboxsync HGCM,GuestProps: Added HGCM service notifications for VM power-on, VM …
(edit) @75853   6 years vboxsync GuestControl,HGCM,VBoxService: Save/restore related optimizations and …
(edit) @75773   6 years vboxsync HGCM: Added fRequestor and fRestoring to …
(edit) @75748   6 years vboxsync HGCM: build fix
(edit) @75737   6 years vboxsync HGCM: Replace C++-style inline members on VBOXHGCMSVCPARM with simple …
(edit) @75709   6 years vboxsync vbsfpath.h: file header.
(edit) @75653   6 years vboxsync SharedFolders: Added SHFL_LIST_RESTART flag for implementing …
(edit) @75570   6 years vboxsync tstSharedFolderService: Fix crashing testcase after last helper …
(edit) @75506   6 years vboxsync Make scm happy.
(edit) @75500   6 years vboxsync VMMDev,Main,HostServices: More profiling of HGCM guest call processing.
(edit) @75498   6 years vboxsync HGCM,Main,SharedFolder,SharedClipboard,GuestProperties: Added HGCM …
(edit) @75432   6 years vboxsync SharedFolders/mappings.cpp: Fixed assertion in vbsfRootHandleRemove. …
(edit) @75409   6 years vboxsync VBoxSharedFolders,VBoxService,VBoxTray: New go at auto mounting shared …
(edit) @75407   6 years vboxsync VBoxSharedFolders,VBoxService,VBoxTray: New go at auto mounting shared …
(edit) @75380   6 years vboxsync Main,VBoxManage,FE/Qt: Extended the createSharedFolder and …
(edit) @75336   6 years vboxsync SharedFolders/vbsfRename: Use RTPathRename if both SHFL_RENAME_FILE …
(edit) @70726   7 years vboxsync Do not allow SUID, SGID or sticky bits on shared folders. bugref:9047: …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69675   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69674   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(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) @69248   7 years vboxsync HostServices: scm updates
(edit) @69111   7 years vboxsync (C) year
(edit) @68551   7 years vboxsync merging vbglioc r117691: Initial VBoxGuest I/O control changes. …
(edit) @67020   8 years vboxsync HostServices/SharedFolders: call pfnUnload() after disconnecting from …
(edit) @67019   8 years vboxsync HostServices/SharedFolders: call vbsfFreeHandleTable() from svcUnload()
(edit) @67018   8 years vboxsync HostServices/SharedFolders: coding style (use 'g' as prefix for global …
(edit) @66520   8 years vboxsync HostServices/SharedFolders: bugref:8825: use the proper buffer
(edit) @66322   8 years vboxsync SharedFolders: adjusted assertion.
(edit) @66099   8 years vboxsync SharedFolders: Some adjustments necessary for flexible array syntax in …
(edit) @66092   8 years vboxsync SharedFolders: testcase build fix.
(edit) @66091   8 years vboxsync SharedFolders: fixed regression with Windows extended-length paths.
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