VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @66090   8 years vboxsync SharedFolders: helper function for Windows extended-length paths.
(edit) @66039   8 years vboxsync vbsfpath.cpp: no + 1 in previous fix. Triggers assertion on line 220 …
(edit) @66038   8 years vboxsync tstSharedFolderService: Added testcase for case-insensitive create-file.
(edit) @66033   8 years vboxsync SharedFolders: fixed regression.
(edit) @66014   8 years vboxsync tstSharedFolderService: not necessary anymore with the previous change
(edit) @66013   8 years vboxsync tstSharedFolderService.cpp: Make TESTSHFLSTRING a union to avoid …
(edit) @66012   8 years vboxsync tstSharedFolderService: fix the loop.
(edit) @66011   8 years vboxsync tstSharedFolderService: gcc does aggressive loop optimization and will …
(edit) @65999   8 years vboxsync AssertReturn on each condition is much more helpful when debugging.
(edit) @65998   8 years vboxsync SharedFolders: Do RTAbsPath on folder roots, don't double convert to …
(edit) @65993   8 years vboxsync SharedFolders: additional check
(edit) @65288   8 years vboxsync SharedFolders: helper to check file handles, cleanup.
(edit) @65279   8 years vboxsync SharedFolders: additional check
(edit) @65168   8 years vboxsync doxygen fixes
(edit) @65123   8 years vboxsync HostServices: doxygen fixes
(edit) @63760   8 years vboxsync build fix
(edit) @63756   8 years vboxsync HostServices/SharedFolders: test case warning fix for gcc 6.2.
(edit) @63619   8 years vboxsync SharedFolders: removed unnecessary assertion
(edit) @63565   8 years vboxsync scm: cleaning up todos
(edit) @63123   8 years vboxsync warnings
(edit) @62876   8 years vboxsync HostServices: gcc warnings
(edit) @62806   8 years vboxsync HostServices: warnings
(edit) @62791   8 years vboxsync HostServices: warnings
(edit) @62790   8 years vboxsync HostServices: warnings
(edit) @62789   8 years vboxsync HostServices: warnings
(edit) @62788   8 years vboxsync vbsf.cpp: incorrected RT_OS_SOLARIS check.
(edit) @62787   8 years vboxsync HostServices: warnings
(edit) @62535   8 years vboxsync (C) 2016
(edit) @62489   8 years vboxsync (C) 2016
(edit) @60765   9 years vboxsync API: stop using ATL and use a vastly smaller lookalike instead, plus a …
(edit) @59711   9 years vboxsync SharedFolders: fix debug build.
(edit) @59710   9 years vboxsync SharedFolders: bugref:7765: handle deleted folders
(edit) @58770   9 years vboxsync vbsfConvertFileOpenFlags: Use RTFILE_O_ATTR_ONLY on windows (untested).
(edit) @57849   9 years vboxsync HostServices/SharedFolders: allow colon character for darwin host.
(edit) @57782   9 years vboxsync SharedFolders: options for guest to host path conversion.
(edit) @57457   9 years vboxsync SharedFolders: use the guest path delimiter.
(edit) @57415   9 years vboxsync More DECLCALLBACK fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57210   9 years vboxsync LogRel nit.
(edit) @56964   9 years vboxsync HostServices/SharedFolders: guest to host path conversion: use …
(edit) @56962   9 years vboxsync HostServices/SharedFolders: enable guest to host path conversion
(edit) @56961   9 years vboxsync HostServices/SharedFolders: guest to host path conversion (new files)
(edit) @56301   9 years vboxsync *.kmk: Updated (C) year.
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55162   10 years vboxsync tstSharedFolderService: init the client structure
(edit) @53784   10 years vboxsync fixed @file information of a couple of .rc files
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @51976   10 years vboxsync SharedFolders: warning, LogRel if folder can not be loaded.
(edit) @51250   11 years vboxsync shared folders: several fixes, cleanup
(edit) @48953   11 years vboxsync HostServices: Whitespace and svn:keywords cleanups by scm.
(edit) @46032   12 years vboxsync grumble.
(edit) @46031   12 years vboxsync Cannot define two RT_OS_XXX macros at the same time, sorry, was never …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44224   12 years vboxsync Wrong assert - too much python.
(edit) @44223   12 years vboxsync tstSharedFolderService.cpp: Fixed fillTestShflString u16Length bug …
(edit) @44222   12 years vboxsync vbsfBuildFullPath: Use the u16Length dude. The darwin tricks does and …
(edit) @43952   12 years vboxsync Shared folders: instead of dropping a shared folder which does not …
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41013   13 years vboxsync SharedFolders: fixed read beyond buffer
(edit) @40109   13 years vboxsync HostServices/SharedFolders: clearer code.
(edit) @40108   13 years vboxsync HostServices/SharedFolders: fix test case.
(edit) @39646   13 years vboxsync SharedFolders: more fixes
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