VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(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
(edit) @5633   17 years vboxsync Free allocated file/directory handle instead of just removing it from …
(edit) @5258   17 years vboxsync Rewrote the shared folder create file function on the host to …
(edit) @5090   17 years vboxsync Try file locking only on Windows hosts (experiment).
(edit) @5087   17 years vboxsync Wrong logging
(edit) @4926   17 years vboxsync don't depend on a file handle when requesting volume information …
(edit) @4855   17 years vboxsync Don't assert on expected errors.
(edit) @4383   17 years vboxsync More logging
(edit) @4372   17 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4368   17 years vboxsync also emit shared folders activity LED when browsing folders
(edit) @4232   17 years vboxsync fixed eol-style, fixed gcc-4.2 warings about 'char*' version 'const char*'
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4052   17 years vboxsync More logging
(edit) @4051   17 years vboxsync Refuse to delete folders that are in use. (VERR_PERMISSION_DENIED)
(edit) @4032   17 years vboxsync Implemented shared folder status light
(edit) @4007   17 years vboxsync comments
(edit) @4006   17 years vboxsync Bugfix
(edit) @4004   17 years vboxsync Backed out 23427; problem lies elsewhere
(edit) @4002   17 years vboxsync More logging
(edit) @4001   17 years vboxsync In Linux we sometimes get VERR_PATH_NOT_FOUND when only the file is …
(edit) @3999   17 years vboxsync bugfix
(edit) @3997   17 years vboxsync Moved logging statement
(edit) @3996   17 years vboxsync Silent failure.
(edit) @3994   17 years vboxsync Don't fail if the file/directory, that needs to be created, doesn't exist
(edit) @3993   17 years vboxsync Fixed dir search on linux hosts
(edit) @3992   17 years vboxsync More logging
(edit) @3972   17 years vboxsync Correction for wildcard-less directory listing
(edit) @3970   17 years vboxsync Disabled some annoying assertions
(edit) @3969   17 years vboxsync Enabled case conversion
(edit) @3968   17 years vboxsync Deal with trailing delimiter
(edit) @3967   17 years vboxsync correction
(edit) @3966   17 years vboxsync Removed breakpoint
(edit) @3965   17 years vboxsync Deal with wildcard path parts
(edit) @3964   17 years vboxsync Deal with wildcard path parts
(edit) @3961   17 years vboxsync Override path delimiter for linux hosts
(edit) @3960   17 years vboxsync Corrections
(edit) @3959   17 years vboxsync Export
(edit) @3958   17 years vboxsync new testcase
(edit) @3955   17 years vboxsync compile fix
(edit) @3954   17 years vboxsync Backwards compatibility with older VBox versions ensured.
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