|
|
@9904
|
16 years |
vboxsync |
Global and per-VM CPU usage API added
|
|
|
@9900
|
16 years |
vboxsync |
Turned this annoying error into a warning. (needs to be properly fixed!)
|
|
|
@9883
|
16 years |
vboxsync |
Main: add the Main part of the guest/host configuration registry
|
|
|
@9332
|
17 years |
vboxsync |
Must make sure UINT32_C() and friends are defined when stdint.h might …
|
|
|
@8744
|
17 years |
vboxsync |
Moved the filter running over to USBProxyService (from Host). Split up …
|
|
|
@8682
|
17 years |
vboxsync |
Another shot at the windows build break.
|
|
|
@8680
|
17 years |
vboxsync |
Assert on no-lock assumptions in onUSBDeviceAttach and onUSBDeviceDetach.
|
|
|
@8666
|
17 years |
vboxsync |
Removed the duplicate USB device list in Host and moved 4 methods over …
|
|
|
@8603
|
17 years |
vboxsync |
Return a COM error if there are invalid parameters
|
|
|
@8602
|
17 years |
vboxsync |
r=bird: SATA todo.
|
|
|
@8581
|
17 years |
vboxsync |
AssertFailedBreakVoid -> AssertFailedBreak.
|
|
|
@8579
|
17 years |
vboxsync |
AssertBreakVoid -> AssertBreak
|
|
|
@8573
|
17 years |
vboxsync |
AssertRCBreak -> AssertRCBreakStmt; Fixed broken AssertMsgRCBreakStmt, …
|
|
|
@8572
|
17 years |
vboxsync |
AssertPtrBreak -> AssertPtrBreakStmt; a bunch of unused break macros-> …
|
|
|
@8570
|
17 years |
vboxsync |
Main: Assert if the attached hard disk is SATA but aDevice is not zero
|
|
|
@8484
|
17 years |
vboxsync |
Darwin USB fixes.
|
|
|
@8388
|
17 years |
vboxsync |
Main: Fixed very old regression: Failure to lock the machine settings …
|
|
|
@8311
|
17 years |
vboxsync |
Main: Reverted r30067 because it doesn't help in case of remote …
|
|
|
@8310
|
17 years |
vboxsync |
Main: Uninitialize remote sessions after the session state is set to …
|
|
|
@8170
|
17 years |
vboxsync |
Rebranding: replacing more innotek strings.
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@8083
|
17 years |
vboxsync |
Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
|
|
|
@8055
|
17 years |
vboxsync |
Main/Settigs: Redone semi-faulty r29679: When reading from settings …
|
|
|
@8029
|
17 years |
vboxsync |
Main: Reverted r29679 (some file access problems).
|
|
|
@8024
|
17 years |
vboxsync |
Main: Warning (when will Microsoft fix the BOOL definiton in their …
|
|
|
@8020
|
17 years |
vboxsync |
Main/Settigs: Disabled File (..., RTFILE aHandle, ...) constructor …
|
|
|
@7992
|
17 years |
vboxsync |
Main: Implemented true AutoReaderLock (#2768).
|
|
|
@7991
|
17 years |
vboxsync |
Fixed PAE setting
|
|
|
@7990
|
17 years |
vboxsync |
Reapplied 29633 & 29635 (fixes to follow)
|
|
|
@7989
|
17 years |
vboxsync |
Backed out 29633 & 29635 again
|
|
|
@7988
|
17 years |
vboxsync |
Argh!
|
|
|
@7987
|
17 years |
vboxsync |
Backed out 29633 & 29635 for now
|
|
|
@7982
|
17 years |
vboxsync |
Added setting for guest PAE (default off)
|
|
|
@7964
|
17 years |
vboxsync |
Attempt at making OSE build again.
|
|
|
@7611
|
17 years |
vboxsync |
Main/FE/Qt: Use "GUI/Qt3" or "gui" session type to start Qt3 GUI and …
|
|
|
@7596
|
17 years |
vboxsync |
Dynamic memory allocation for the path variable.
|
|
|
@7594
|
17 years |
vboxsync |
FE/Qt3-4: openRemoteSession get the path to the executable through the …
|
|
|
@7516
|
17 years |
vboxsync |
better error message if host kernel lacks support for SysV IPC
|
|
|
@7466
|
17 years |
vboxsync |
Main/Settings: Applied all current XML settings format todos and …
|
|
|
@7442
|
17 years |
vboxsync |
Main: Applied SATA changes from #2406. Increased XML settings version …
|
|
|
@7349
|
17 years |
vboxsync |
Main: Added IVirtualBox/IMachine::saveSettingsWithBackup() for easier …
|
|
|
@7341
|
17 years |
vboxsync |
Main/Settings: Implemented support for settings file auto-conversion …
|
|
|
@7340
|
17 years |
vboxsync |
Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
|
|
|
@7207
|
17 years |
vboxsync |
Main: Reworked enums to avoid 1) weird duplication of enum name when …
|
|
|
@6965
|
17 years |
vboxsync |
Main: Host::checkUSBProxyService() now returns a warning instead of an …
|
|
|
@6616
|
17 years |
vboxsync |
Renaming TriStateBool enum qualifiers:
True => TSTrue
False => TSFalse …
|
|
|
@6449
|
17 years |
vboxsync |
Main: Fixed build after r27415.
|
|
|
@6440
|
17 years |
vboxsync |
Main: Better ComPtrBase::equalsTo() specialization for IUnknown …
|
|
|
@6384
|
17 years |
vboxsync |
next try
|
|
|
@6382
|
17 years |
vboxsync |
backed out again, needs build fixes on Windows
|
|
|
@6379
|
17 years |
vboxsync |
support read-only shared folders
|
|
|
@6367
|
17 years |
vboxsync |
Main: Fixed illegal cast of HardDisk * to IVirtualDiskImage * in …
|
|
|
@6336
|
17 years |
vboxsync |
Main: Fixed: The current state modified flag was accidentially …
|
|
|
@6276
|
17 years |
vboxsync |
Main: start VBoxHeadless instead of VBoxVRDP
|
|
|
@6076
|
17 years |
vboxsync |
Merged dmik/s2 branch (r25959:26751) to the trunk.
|
|
|
@6056
|
17 years |
vboxsync |
first version of a PulseAudio driver backend for Linux (still no pcm_in)
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5919
|
17 years |
vboxsync |
gcc-4.3 warning
|
|
|
@5777
|
17 years |
vboxsync |
Main: Fixed a dedalock (Machine::AttachHardDisk() calledl VirtualBox …
|
|
|
@5755
|
17 years |
vboxsync |
Added new type of network device 'e1000'. Define VBOX_WITH_E1000 to …
|
|
|
@5713
|
17 years |
vboxsync |
Added an maskedInterface property to the USB filters. It is used to …
|
|
|
@5627
|
17 years |
vboxsync |
Main: Improved Machine incapsulation by removing data(), userData(), …
|
|
|
@5559
|
17 years |
vboxsync |
Main: Fixed: VBoxSVC would crash on attempt to create a VM with the …
|
|
|
@5390
|
17 years |
vboxsync |
Main: Implemented IConsole::AdoptSavedState(); Prototyped …
|
|
|
@5361
|
17 years |
vboxsync |
Added option to emulate PIIX4 IDE controller. Defaults to PIIX4 for …
|
|
|
@5292
|
17 years |
vboxsync |
API change to allow VM to be created with predefined UUID.
|
|
|
@5235
|
17 years |
vboxsync |
Main: Fixed another r24978 regression: Don't de-associate hard disks …
|
|
|
@5218
|
17 years |
vboxsync |
Main: Fixed getDVDImageUsage()/getFloppyImageUsage() to a) prevent …
|
|
|
@5171
|
17 years |
vboxsync |
Added PXEDebug option scaffolding.
|
|
|
@5163
|
17 years |
vboxsync |
Main: Fixed regression caused by r24978: Don't deassociate hard disks …
|
|
|
@5118
|
17 years |
vboxsync |
Main: Added checking for errors when initializing NetworkAdapter and …
|
|
|
@5060
|
17 years |
vboxsync |
Added custom line speed setting to XML/COM/CFGM. Hope I haven't …
|
|
|
@4859
|
17 years |
vboxsync |
Main: Renamed <Machine>/<Guest> to <Machine>/<Hardware>/<Guest> in the …
|
|
|
@4655
|
17 years |
vboxsync |
Enabled guest setting saving to snapshot tree again
|
|
|
@4653
|
17 years |
vboxsync |
Broke snapshots
|
|
|
@4648
|
17 years |
vboxsync |
Save guest settings in snapshot tree
|
|
|
@4528
|
17 years |
vboxsync |
Guest statistics interval updates (xml, imachine, iguest)
|
|
|
@4513
|
17 years |
vboxsync |
Reapplied fixed 24093.
|
|
|
@4498
|
17 years |
vboxsync |
Backed out 24093
|
|
|
@4492
|
17 years |
vboxsync |
Continued Main-VMMDev work on memory ballooning.
|
|
|
@4475
|
17 years |
vboxsync |
Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
|
|
|
@4306
|
17 years |
vboxsync |
Main: Rotate VBox.png[.N] files (that may have been created by the …
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4064
|
17 years |
vboxsync |
Main/Frontends: Pass the value of the DISPLAY variable of the starting …
|
|
|
@4041
|
17 years |
vboxsync |
Main: Shared Folders (#2130):
- Solved folder name unicity problems by …
|
|
|
@3861
|
17 years |
vboxsync |
use generic functions for determining paths instead of home-brewn solutions
|
|
|
@3668
|
17 years |
vboxsync |
replace underscore symbols in Main/
|
|
|
@3652
|
17 years |
vboxsync |
Parallel port support. Contributed by: Alexander Eichner
|
|
|
@3566
|
17 years |
vboxsync |
Async USB detach (for darwin) with async operation timeout (not …
|
|
|
@3494
|
17 years |
vboxsync |
added support for serial ports to Main and VBoxManage
|
|
|
@3480
|
17 years |
vboxsync |
Main: Use named mutexes for watching client processes on OS/2.
|
|
|
@3424
|
17 years |
vboxsync |
Main: Removed outdated CHECK_MACHINE_MUTABILITY and CHECK_STATE macros.
|
|
|
@3191
|
17 years |
vboxsync |
Main: Made it build on OS/2.
|
|
|
@3072
|
17 years |
vboxsync |
default is bidirectional clipboard sync
|
|
|
@3034
|
18 years |
vboxsync |
Main: Fixed async USB (added proper detection of device re-cycle on …
|
|
|
@3007
|
18 years |
vboxsync |
Moved the template code out of cdefs.h, partly because it didn't …
|
|
|
@3001
|
18 years |
vboxsync |
Main/Frontends: Next step to support asynchronous USB device flow.
|
|
|
@2980
|
18 years |
vboxsync |
InnoTek -> innotek: actual code changes (headers follow).
|
|
|
@2961
|
18 years |
vboxsync |
Main: Added the IMachine::logFolder property and corrected changeset:21642.
|
|
|
@2804
|
18 years |
vboxsync |
Main: Added Machine::AutoStateDependency smart class that helps to …
|
|
|