VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @79304   6 years vboxsync FE/Qt: x1/x2 icon qrc regenerated from under macOS.
(edit) @79303   6 years vboxsync tdAddGuestCtrl.py: Added offset checks to the write testcase. …
(edit) @79302   6 years vboxsync Main/GuestFileImpl.cpp: More doc updates wrt file offsets, reading and …
(edit) @79301   6 years vboxsync Main/GuestFileImpl.cpp: More doc updates wrt file offsets, reading and …
(edit) @79300   6 years vboxsync Main/GuestFileImpl.cpp: doc updates wrt file offsets. bugref:9320
(edit) @79299   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @79298   6 years vboxsync Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature …
(edit) @79297   6 years vboxsync Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature …
(edit) @79296   6 years vboxsync Main,VBoxService,GstCtrlSvc: Added functions for exchanging feature …
(edit) @79295   6 years vboxsync FE/Qt: bugref:6143. Adding code to save and load dialog geometry
(edit) @79294   6 years vboxsync Main/Guest::init: Better error and object status handling - DnD should …
(edit) @79293   6 years vboxsync IPRT/rtFsModeFromUnix: Don't mark the special '.' and '..' entries as …
(edit) @79292   6 years vboxsync tdAddGuestCtrl.py: Rewriting the IGuestFile::write testcase. Use …
(edit) @79291   6 years vboxsync Trying to fix flowerbox markers based on build box error and …
(edit) @79290   6 years vboxsync Fixed copyright
(edit) @79289   6 years vboxsync Code under early development #9440 Comment #21
(edit) @79288   6 years vboxsync GuestCtrlSvc,Main,VBoxService: Implemented IGuestFile::SetSize. …
(edit) @79287   6 years vboxsync GuestCtrlSvc,Main,VBoxService: Implemented IGuestFile::SetSize. …
(edit) @79285   6 years vboxsync Main/GuestFileImpl.cpp: Translate FileAccessMode_AppendOnly and …
(edit) @79284   6 years vboxsync IPRT/RTFileModeToFlagsEx: Added support for 'a' and 'a+' access mode. …
(edit) @79283   6 years vboxsync Main/GuestProcessImpl: Cleanups. bugref:9320
(edit) @79282   6 years vboxsync Main/GuestFileImpl.cpp: Corrected worker called by writeAt to be the …
(edit) @79281   6 years vboxsync FE/Qt: bugref:6143. build fix and other small fixes.
(edit) @79280   6 years vboxsync tdAddGuestCtrl.py: Crudely create a large file in the guest so we can …
(edit) @79279   6 years vboxsync common/utils.py: byte compare optimization for 2.x. bugref:9151 bugref:9320
(edit) @79278   6 years vboxsync Main/GuestFileImpl.cpp: Cap the read and readAt requests at 1 MiB so …
(edit) @79277   6 years vboxsync FE/Qt: bugref:6143. Rendering the key captions a bit differently.
(edit) @79276   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @79275   6 years vboxsync Shared Clipboard/URI: Docs (todo).
(edit) @79274   6 years vboxsync FE/Qt: bugref:9495: A bit of icon fixes (s.a. r131459).
(edit) @79273   6 years vboxsync Shared Clipboard/URI: Docs.
(edit) @79272   6 years vboxsync Shared Clipboard/URI: SCM fix.
(edit) @79271   6 years vboxsync Shared Clipboard/URI: SCM fix.
(edit) @79270   6 years vboxsync Shared Clipboard/URI: Moved common URI code to an own file.
(edit) @79269   6 years vboxsync Shared Clipboard/URI: SCM fix.
(edit) @79268   6 years vboxsync Shared Clipboard/URI: SCM fix.
(edit) @79267   6 years vboxsync Shared Clipboard/URI: Update.
(edit) @79266   6 years vboxsync FE/Qt: bugref:9495: A bit of icons for wizard action (to be updated).
(edit) @79265   6 years vboxsync FE/Qt: bugref:9241: Missed update in the end of group toggle animation.
(edit) @79264   6 years vboxsync VMM: 'singaling' -> 'signalling' consistency.
(edit) @79263   6 years vboxsync Main/VMMDevInterface.cpp: Don't crash in VMMDev::hgcmShutdown if it's …
(edit) @79262   6 years vboxsync tdAddGuestCtrl.py: Adjust tdTestFileOpenCheckSize for 5.2; added …
(edit) @79261   6 years vboxsync VBoxServiceControlSession.cpp: Fixed bug handling seeks relative to …
(edit) @79260   6 years vboxsync FE/Qt: bugref:9495: Aspect-ratio fix for New Cloud VM and Import wizards.
(edit) @79259   6 years vboxsync FE/Qt: bugref:9495: Fixing typo in r131443.
(edit) @79258   6 years vboxsync FE/Qt: bugref:9495: Add New Cloud VM wizard into File menu of …
(edit) @79257   6 years vboxsync VBoxManageGuestCtrl.cpp: Must stop waiting for the 'Start' event once …
(edit) @79256   6 years vboxsync FE/Qt: bugref:9495: New Cloud VM wizard initial implementation.
(edit) @79255   6 years vboxsync tdAddGuestCtrl.py: Rewrote the file_read test (testGuestCtrlFileRead) …
(edit) @79254   6 years vboxsync Main/GuestFileImpl.cpp: Reverted r128569 as comments alone can't fix …
(edit) @79253   6 years vboxsync Main/GuestFileImpl.cpp: Do not fail with a bland IPRT error when a …
(edit) @79252   6 years vboxsync VBoxGuestR3LibGuestCtrl.cpp: Corrected offset parameter type for …
(edit) @79251   6 years vboxsync VBoxGuest-netbsd.c: do_sys_mknod() lost its retval parameter in 8.99.46
(edit) @79250   6 years vboxsync FE/Qt: bugref:9495: Update UIWizardNewCloudVM with proper extra-data …
(edit) @79249   6 years vboxsync FE/Qt: bugref:6143. Avoiding an empty file name warning.
(edit) @79248   6 years vboxsync FE/Qt: bugref:6143. Adding delete layout thingy.
(edit) @79247   6 years vboxsync FE/Qt: bugref:9495: UIWizardNewCloudVM: 1st basic and expert pages: …
(edit) @79246   6 years vboxsync tdAddGuestCtrl.py: pylint and some other adjustments. bugref:9151 …
(edit) @79245   6 years vboxsync testdriver: Hack to work around what seems like missing processing …
(edit) @79244   6 years vboxsync FE/Qt: bugref:9495: UIWizardNewCloudVM: Wipe out local import part, we …
(edit) @79243   6 years vboxsync FE/Qt: bugref:9434: Import Appliance wizard: Move account combo to …
(edit) @79242   6 years vboxsync FE/Qt: bugref:9434: Update UIFormEditorWidget with QPointer include to …
(edit) @79241   6 years vboxsync FE/Qt: bugref:9434: Extend QIComboBox with clear API required for …
(edit) @79240   6 years vboxsync FE/Qt: bugref:9495: Forgot something in r131417.
(edit) @79239   6 years vboxsync Main/GuestProcessImpl.cpp: A shot at testset:11837960. bugref:9320
(edit) @79238   6 years vboxsync FE/Qt: bugref:9495: Make stuff represented in r131416 buildable.
(edit) @79237   6 years vboxsync FE/Qt: bugref:9495: Stealing our Import Appliance wizard carcass to …
(edit) @79236   6 years vboxsync FE/Qt: bugref:7127: Lets try to enable new media-enumeration stuff.
(edit) @79235   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Some symmetry with regards to …
(edit) @79234   6 years vboxsync FE/Qt: bugref:7127: Typo fixes.
(edit) @79233   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Doxygen spaces.
(edit) @79232   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Enable VMCS shadowing in the …
(edit) @79231   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.
(edit) @79230   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.
(edit) @79229   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Initialize the shadow VMCS with …
(edit) @79228   6 years vboxsync tdAddGuestCtrl.py: 5.2 adjustments. bugref:9151 bugref:9320
(edit) @79227   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Comment that …
(edit) @79226   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 nit.
(edit) @79225   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Added shadow VMCS clear and load …
(edit) @79224   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Add VMCS shadowing related checks …
(edit) @79223   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 On way back to ring-3, don't …
(edit) @79222   6 years vboxsync HMInternal.h: Nested VMX: bugref:9180 Add fShadowVmcsState for …
(edit) @79220   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMPTRLD nit.
(edit) @79219   6 years vboxsync txsclient.py: Fixed bad logging call in asyncToSync.
(edit) @79218   6 years vboxsync DnD/VBoxTray: Return VERR_NOT_SUPPORTED when initializing if the host …
(edit) @79217   6 years vboxsync Main: bugref:6913: Changed the order of the IMediumRegisterEvents …
(edit) @79216   6 years vboxsync OCI: Declarations and stubs for ICloudClient::launchVM and …
(edit) @79215   6 years vboxsync ValKit/tdAddGuestCtrl.py: Try make sure we don't exceed that max path …
(edit) @79214   6 years vboxsync ValKit/tdAddGuestCtrl.py: Extended and cleaned up the fsObjQueryInfo …
(edit) @79213   6 years vboxsync ValKit/tdAddGuestCtrl.py: Extended and cleaned up the fsObjQueryInfo …
(edit) @79212   6 years vboxsync FE/Qt: bugref:6143. Saving and loading layouts tofrom a default folder
(edit) @79211   6 years vboxsync Main: bugref:6913: Fixed compilation errors
(edit) @79210   6 years vboxsync ValKit/tdAddGuestCtrl.py: More cleanups in the copyto area. [oops] …
(edit) @79209   6 years vboxsync Main: bugref:6913: Fixed: No IMediumRegisteredEvent occured for …
(edit) @79208   6 years vboxsync ValKit/tdAddGuestCtrl.py: More cleanups in the copyto area. bugref:9320
(edit) @79207   6 years vboxsync DnD/VBoxTray: Return VERR_NOT_SUPPORTED when initializing if the host …
(edit) @79206   6 years vboxsync FE/Qt: bugref:6143. Adding layout copy thingy
(edit) @79205   6 years vboxsync FE/Qt: bugref:7127: Enumerate media only if full medium enumeration …
(edit) @79204   6 years vboxsync FE/Qt: bugref:7127: Reverting r131365 since it's too early.
(edit) @79203   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMX_VMCS_ENC_XXX -> VMX_VMCSFIELD_XXX.
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