VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   16 years vboxsync
(edit) @9461   16 years vboxsync debug
(edit) @9460   16 years vboxsync Fixed tstShflSizes for 64 bits hosts.
(edit) @9459   16 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 …
(edit) @7810   17 years vboxsync Addded a new line to differentiate between calls more easily.
(edit) @7801   17 years vboxsync HGCM: Add user data pointer to HGCM service function table
(edit) @7429   17 years vboxsync RTUCS2 -> RTUTF16.
(edit) @7418   17 years vboxsync UCS-2 -> UTF-16.
(edit) @6901   17 years vboxsync Shared folders: No assertions when accessing file properties anymore.
(edit) @6896   17 years vboxsync Shared folders: Bugfix for file properties assertion.
(edit) @6848   17 years vboxsync Shared folders: Bugfix for accessing file properties of files on the …
(edit) @6838   17 years vboxsync More bugfixes for shared folders.
(edit) @6832   17 years vboxsync Eliminated tabs.
(edit) @6831   17 years vboxsync First bugfix for shared folder guest -> host copying. Now overwriting …
(edit) @6722   17 years vboxsync spelling
(edit) @6718   17 years vboxsync better fix
(edit) @6717   17 years vboxsync fix
(edit) @6716   17 years vboxsync adapted BFE to readonly shared folders
(edit) @6415   17 years vboxsync comment
(edit) @6414   17 years vboxsync Removed checks if writing to a shared folder is allowed from 2 static …
(edit) @6413   17 years vboxsync more places to check if writing to a shared folder is allowed
(edit) @6402   17 years vboxsync more places to check if writing is allowed
(edit) @6384   17 years vboxsync next try
(edit) @6382   17 years vboxsync backed out again, needs build fixes on Windows
(edit) @6379   17 years vboxsync support read-only shared folders
(edit) @6361   17 years vboxsync Fixed OS/2 build.
(edit) @6329   17 years vboxsync make theh tstShflSizes test mandatory during build time
(edit) @6327   17 years vboxsync tstShflSizes: fixed VBoxSFMapFolder
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5636   17 years vboxsync Backed out 25962/25963; there is no handle type distinction
(edit) @5635   17 years vboxsync Wrong type again
(edit) @5634   17 years vboxsync Wrong handle type
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