VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @34051   14 years vboxsync shared folders: code missed by r67658
(edit) @33994   14 years vboxsync shfl: Replaced RTFSOBJINFO and RTFSPROPERTIES with shared folder …
(edit) @33892   14 years vboxsync Shared folders: drop the #if defined-all-oses around SET_SYMLINKS.
(edit) @33637   14 years vboxsync Shared folders: enable symlinks on Windows hosts
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33439   14 years vboxsync IPRT, Linux additions, Shared folders: added support for guest shared …
(edit) @33409   14 years vboxsync Shared folders: introduced SHFL_FN_READLINK, SHFL_FN_SYMLINK, …
(edit) @32689   14 years vboxsync Shared folders: don't abort the directory listing if an entry with an …
(edit) @31055   14 years vboxsync Warning.
(edit) @31052   14 years vboxsync Shared Folders/AutoMount: Update.
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30502   14 years vboxsync SharedFolders: release logging fixes
(edit) @30268   14 years vboxsync logging fix
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26514   15 years vboxsync remainder: tabs -> spaces.
(edit) @26498   15 years vboxsync lots under src/VBox: whitespace cleanup.
(edit) @26291   15 years vboxsync warnings.
(edit) @26218   15 years vboxsync *.kmk: Started renaming templated from all caps to CamelCase. At the …
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @25994   15 years vboxsync vbsf.cpp: -Wshadow bug fix.
(edit) @25695   15 years vboxsync Shared folders: resolve symlinks on host.
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @24374   15 years vboxsync Shared folders host service: preserve case of a 'rename' target …
(edit) @24350   15 years vboxsync APPEND mode for shared folders (SHFL_CF_ACCESS_APPEND).
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @21485   15 years vboxsync sf: parameter validation.
(edit) @21256   15 years vboxsync Shared folders host service: vbsfSetFileInfo should not update Unix …
(edit) @21176   15 years vboxsync Shared folders host service: fixed gcc warnings about signed / …
(edit) @21172   15 years vboxsync Shared folders host service: fixed load state failure, when the order …
(edit) @20584   15 years vboxsync Shared folders host service: LogRels in svcLoadState.
(edit) @20346   16 years vboxsync Shared folders Host: don't allow to clear the READ access bit from a …
(edit) @20329   16 years vboxsync Shared folders host service: use unix create mode bits only with …
(edit) @20316   16 years vboxsync Shared folders host service: use unix create mode bits only with …
(edit) @20292   16 years vboxsync Corrected write-protected check for opening a file on shared folders …
(edit) @20279   16 years vboxsync Compute file open mode from file attributes (xTracker #3980).
(edit) @20020   16 years vboxsync shared folders: prevent the guest to access parent directories
(edit) @19174   16 years vboxsync Shared folders: use proper field names
(edit) @19171   16 years vboxsync Shared folders: less ugly solution for making execute bits set on …
(edit) @18593   16 years vboxsync HostServices/SharedFolders: on non-windows (=posix) host use 0666 as …
(edit) @18461   16 years vboxsync tstShflCase/Makefile: missing /..
(edit) @18460   16 years vboxsync tstShflCase: size_t warnings.
(edit) @18128   16 years vboxsync IPRT, Shared Folders: Implemented file attributes access flags for …
(edit) @16486   16 years vboxsync shared folders: log if the limit for open files is exceeded
(edit) @14445   16 years vboxsync Host shared folders: do lock/unlock even if the wait flag is set.
(edit) @14215   16 years vboxsync Fixed some warnings
(edit) @14062   16 years vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13363   16 years vboxsync small clean fixes
(edit) @12250   16 years vboxsync HostServices/Makefiles: Eliminated PATH_TARGET usage and pushed them …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11733   16 years vboxsync Made the automatic build tests no depend on VBoxRT.
(edit) @11732   16 years vboxsync tstShflSize: don't depend on VBoxRT
(edit) @11725   16 years vboxsync #3076: Merged in the branch with the alternate driver authentication …
(edit) @11721   16 years vboxsync - completly divorced SDK and binary, use 'kmk sdk' to build SDK
(edit) @10529   16 years vboxsync HostServices/SharedFolders: added release logging to the shared …
(edit) @10198   16 years vboxsync Fixed dependency (double expansion).
(edit) @10051   16 years vboxsync VBOX_KBUILD_HACKING
(edit) @9927   16 years vboxsync @todo
(edit) @9880   16 years vboxsync External contribution: Gi youl Kim Mac OS X deals with filename using …
(edit) @9816   16 years vboxsync Windows shared folders: a more generic directory listing bugfix.
(edit) @9780   16 years vboxsync Windows shared folders: another directory listing bugfix.
(edit) @9462   17 years vboxsync
(edit) @9461   17 years vboxsync debug
(edit) @9460   17 years vboxsync Fixed tstShflSizes for 64 bits hosts.
(edit) @9459   17 years vboxsync Fixed tstShflSizes for 64 bits hosts. Removed unused structures.
(edit) @9146   17 years vboxsync Backed out r31259.
(edit) @9134   17 years vboxsync Shared folders flag for appending data to a file. Windows addition …
(edit) @8992   17 years vboxsync Configure the testing pass.
(edit) @8760   17 years vboxsync PATH_KBUILD -> KBUILD_PATH.
(edit) @8758   17 years vboxsync BUILD_TARGET* -> KBUILD_TARGET*.
(edit) @8757   17 years vboxsync BUILD_PLATFORM* -> KBUILD_HOST*.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7862   17 years vboxsync HGCM service must not block: added todo for SHFL_LOCK_WAIT (Shared …
(edit) @7813   17 years vboxsync Typo.
(edit) @7812   17 years vboxsync HGCM: Add user data pointer to HGCM service function table - fixed a …
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