|
|
@31814
|
14 years |
vboxsync |
Main: cleanup medium objects from media registry when machine object …
|
|
|
@31615
|
14 years |
vboxsync |
Main: Implemenation of per-machine media registries; …
|
|
|
@31595
|
14 years |
vboxsync |
Main: remove deprecated VirtualBox::createLegacyMachine() and …
|
|
|
@31579
|
14 years |
vboxsync |
EventQueue: Fix losing messages, use the right queue type on XPCOM …
|
|
|
@31568
|
14 years |
vboxsync |
Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
|
|
|
@31562
|
14 years |
vboxsync |
Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
|
|
|
@31552
|
14 years |
vboxsync |
Build fix
|
|
|
@31545
|
14 years |
vboxsync |
build fix
|
|
|
@31539
|
14 years |
vboxsync |
Main: use settings struct for machine user data; remove …
|
|
|
@31482
|
14 years |
vboxsync |
Main: less string copying with media paths
|
|
|
@31481
|
14 years |
vboxsync |
Main: use a shared type for string maps
|
|
|
@31473
|
14 years |
vboxsync |
Main: avoid excessive copying in VirtualBox::saveSettings()
|
|
|
@31464
|
14 years |
vboxsync |
Main: support per-machine media registries in XML settings (not yet used)
|
|
|
@31388
|
14 years |
vboxsync |
Main: locking optimization
|
|
|
@31387
|
14 years |
vboxsync |
Main: Lock order when saving host usb filters.
|
|
|
@31372
|
14 years |
vboxsync |
Main: fix memory leak in VirtualBox::postEvent() when posting the …
|
|
|
@31370
|
14 years |
vboxsync |
Main: cleanup machine renames, remove dead code
|
|
|
@31358
|
14 years |
vboxsync |
Main: convert more Medium and MediumFormat internals to Utf8Str
|
|
|
@31308
|
14 years |
vboxsync |
Main: storage controller/attachment cleanup
|
|
|
@31300
|
14 years |
vboxsync |
Main: fix floppy/dvd breakage
|
|
|
@31296
|
14 years |
vboxsync |
Main: cleanup host drives management: do not return different IMedium …
|
|
|
@31281
|
14 years |
vboxsync |
Main: one function instead of two for finding DVD and floppy images
|
|
|
@31034
|
14 years |
vboxsync |
Main, Python: session API changes, cleanup, tweaks
|
|
|
@31019
|
14 years |
vboxsync |
Main: rename LockForSession() API to LockMachine() and fix parameters; …
|
|
|
@31008
|
14 years |
vboxsync |
Main: reorganize session APIs
|
|
|
@31002
|
14 years |
vboxsync |
First support for auto-mounted Shared Folders (Windows only yet).
|
|
|
@30956
|
14 years |
vboxsync |
Main: move VirtualBox::UnregisterMachine() to Machine::Unregister(); …
|
|
|
@30950
|
14 years |
vboxsync |
Main: use settings::SystemProperties in SystemPropertiesImpl.h
|
|
|
@30938
|
14 years |
vboxsync |
Main: add option to VirtualBox::findMachine() whether it should find …
|
|
|
@30929
|
14 years |
vboxsync |
Main: add option to UnregisterMachine() to automatically nuke all …
|
|
|
@30882
|
14 years |
vboxsync |
Main/Machine+VirtualBox: add missing synchronization to the delayed …
|
|
|
@30881
|
14 years |
vboxsync |
Main/OVF: add Appliance::machines[] attribute so that caller can …
|
|
|
@30871
|
14 years |
vboxsync |
Main: event names now in past tense
|
|
|
@30847
|
14 years |
vboxsync |
Main/Machine+Performance+VirtualBox: move deleting the performance …
|
|
|
@30825
|
14 years |
vboxsync |
Main: callbacks removal
|
|
|
@30777
|
14 years |
vboxsync |
Main: Cancelled -> Canceled.
|
|
|
@30764
|
14 years |
vboxsync |
back out r63543, r63544 until windows build problems can be solved properly
|
|
|
@30760
|
14 years |
vboxsync |
Main: separate internal machine data structs into MachineImplPrivate.h …
|
|
|
@30746
|
14 years |
vboxsync |
Main: clean up spaghetti code in Console::configConstructor(): remove …
|
|
|
@30742
|
14 years |
vboxsync |
windows build fix
|
|
|
@30739
|
14 years |
vboxsync |
Main: remove VirtualBoxSupportTranslation template, add translation …
|
|
|
@30717
|
14 years |
vboxsync |
windows build fix
|
|
|
@30714
|
14 years |
vboxsync |
Main: remove SupportErrorInfo template magic
|
|
|
@30591
|
14 years |
vboxsync |
Main: events bits
|
|
|
@30565
|
14 years |
vboxsync |
Main: spelling
|
|
|
@30553
|
14 years |
vboxsync |
Main: console events, sample of veto events use (enabled by default, …
|
|
|
@30510
|
14 years |
vboxsync |
Main: events work, firing of events enabled
|
|
|
@30381
|
14 years |
vboxsync |
Main: generic events (disabled)
|
|
|
@30380
|
14 years |
vboxsync |
Main: make calculateRelativePath methods a bit smarter and rename them …
|
|
|
@30377
|
14 years |
vboxsync |
Main: do not hold any other lock while calling …
|
|
|
@30358
|
14 years |
vboxsync |
Main: temp disabled EventSource init
|
|
|
@30345
|
14 years |
vboxsync |
Main: more events
|
|
|
@30314
|
14 years |
vboxsync |
Main: fixes to saveSettings and locking calls, part 2
|
|
|
@30207
|
14 years |
vboxsync |
Main: console COM events, cleanup, locking
|
|
|
@30159
|
14 years |
vboxsync |
Main: generic Java glue works (including callbacks on Win)
|
|
|
@30156
|
14 years |
vboxsync |
Main: COM events work (smth along those lines could be done for …
|
|
|
@30070
|
14 years |
vboxsync |
Main/VirtualBox: handle objects with limited functionality …
|
|
|
@30055
|
14 years |
vboxsync |
VBoxSVC: Lock order fixes (+assert) for weird shutdown case where we …
|
|
|
@29937
|
15 years |
vboxsync |
Main: Reapplied r62200 with bug fixes.
|
|
|
@29934
|
15 years |
vboxsync |
reverted r62200 as it breaks powerup
|
|
|
@29932
|
15 years |
vboxsync |
Main: Rewrote ProgressProxyImpl.cpp to proxy at the most one progress …
|
|
|
@29874
|
15 years |
vboxsync |
first draft of OLE events support
|
|
|
@29864
|
15 years |
vboxsync |
Main: Make it possible to cancel the starting of a teleporation target.
|
|
|
@29849
|
15 years |
vboxsync |
Main: events for callbacks on Windows (disabled)
|
|
|
@28955
|
15 years |
vboxsync |
VirtualBox::RegisterCallback,Console::RegisterCallback: Explicitly …
|
|
|
@28950
|
15 years |
vboxsync |
VBox/com/defs.h,VirtualBoxImpl.cpp: Implemented …
|
|
|
@28944
|
15 years |
vboxsync |
Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
|
|
|
@28930
|
15 years |
vboxsync |
Main/IVirtualBoxCallback: Added and implemented handling of …
|
|
|
@28825
|
15 years |
vboxsync |
Make SATA the default harddisk controller for Windows guests (Vista …
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@28304
|
15 years |
vboxsync |
Main: free some bytes in destructors
|
|
|
@28205
|
15 years |
vboxsync |
Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
|
|
|
@28091
|
15 years |
vboxsync |
Main: clean up Machine::init() and instance data
|
|
|
@27796
|
15 years |
vboxsync |
Main: attempt at USB locking fixes
|
|
|
@27792
|
15 years |
vboxsync |
Main/VirtualBox: new parameter for overriding VM file existence check …
|
|
|
@27730
|
15 years |
vboxsync |
Backed out 59261 & 59266
|
|
|
@27681
|
15 years |
vboxsync |
build fix
|
|
|
@27677
|
15 years |
vboxsync |
Main/VirtualBox: new parameter for overriding VM file existence check …
|
|
|
@27668
|
15 years |
vboxsync |
VBoxManage, Main: fixed creating VM, Bstr fixes.
|
|
|
@27607
|
15 years |
vboxsync |
Main: remove templates for 'weak' com pointers which do nothing anyway
|
|
|
@27257
|
15 years |
vboxsync |
Main: fix regression from today: assertion when creating VM
|
|
|
@27256
|
15 years |
vboxsync |
Main: fix regressions with renaming VMs; as a welcome side effect, …
|
|
|
@27179
|
15 years |
vboxsync |
Main: rename internal method
|
|
|
@26946
|
15 years |
vboxsync |
VirtualBox::OpenHardDisk: take tree lock when calling …
|
|
|
@26753
|
15 years |
vboxsync |
Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26603
|
15 years |
vboxsync |
Main: back out r57775
|
|
|
@26587
|
15 years |
vboxsync |
Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
|
|
|
@26553
|
15 years |
vboxsync |
Main: backing out r57728 + r57730 which burn on windows
|
|
|
@26550
|
15 years |
vboxsync |
Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
|
|
|
@26511
|
15 years |
vboxsync |
Main: tabs -> spaces.
|
|
|
@26389
|
15 years |
vboxsync |
review feedback of #2187
|
|
|
@26235
|
15 years |
vboxsync |
Main: coding style
|
|
|
@26186
|
15 years |
vboxsync |
Main: coding style fixes
|
|
|
@26156
|
15 years |
vboxsync |
Main: get rid of isReallyChanged() voodoo in Machine and subclasses; …
|
|
|
@26042
|
15 years |
vboxsync |
Main: fix assertion and locking order violation registering ISO/RAW images
|
|
|
@25903
|
15 years |
vboxsync |
Main: make restoreSnapshot() work with the lock validator; take …
|
|
|
@25894
|
15 years |
vboxsync |
Main: less locks: use the same lock for several lists
|
|
|
@25880
|
15 years |
vboxsync |
Main: more locking order validation fixes
|
|
|
@25860
|
15 years |
vboxsync |
Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
|
|
|
@25842
|
15 years |
vboxsync |
Main: lock validation adjustments
|
|
|