VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @39643   13 years vboxsync SharedFolders: more fixes
(edit) @39630   13 years vboxsync shared folders: restore old code for deleting files/directories
(edit) @39629   13 years vboxsync more symlinks
(edit) @39628   13 years vboxsync symlinks: small fixes
(edit) @39627   13 years vboxsync backed out previous changeset
(edit) @39626   13 years vboxsync more symlink stuff
(edit) @39612   13 years vboxsync IPRT/*: add _NO_SYMLINKS flags to certain functions
(edit) @39607   13 years vboxsync HostServices/SharedFolders: store the host folder name as UTF8 as we …
(edit) @39594   13 years vboxsync HostServices/SharedFolders: spaces
(edit) @39586   13 years vboxsync Shared folders: disallow following symbolic links
(edit) @39544   13 years vboxsync HostServices/SharedFolders: support multiple simultaneous connections …
(edit) @39543   13 years vboxsync HostServices/SharedFolders: starter unit test, try to make Windows happy.
(edit) @39542   13 years vboxsync HostServices/SharedFolders: starter unit test, try to make Windows happy.
(edit) @39541   13 years vboxsync HostServices/SharedFolders: starter unit test, try to fix a Darwin burn.
(edit) @39540   13 years vboxsync HostServices/SharedFolders: starter unit test.
(edit) @38737   13 years vboxsync One more Log redef gone.
(edit) @38736   13 years vboxsync *: Please don NOT redefine logger macros.
(edit) @38735   13 years vboxsync %lS -> %ls.
(edit) @38733   13 years vboxsync %S -> %s and some other minor cleanups.
(edit) @38152   13 years vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @35482   14 years vboxsync HostServices/Shared Folders: fixed parameter parsing for symlinks, …
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34855   14 years vboxsync HostServices/SharedFolders: Release (less noisy) + debug logging …
(edit) @34078   14 years vboxsync shared folder: one more missed check
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