|
|
@6387
|
17 years |
vboxsync |
warning
|
|
|
@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
|
|
|
@6174
|
17 years |
vboxsync |
compilation fix
|
|
|
@6173
|
17 years |
vboxsync |
Add rudimentary VHD support
|
|
|
@6168
|
17 years |
vboxsync |
Main: Return errors when the parallel port is enabled but the path is null.
|
|
|
@6156
|
17 years |
vboxsync |
implemented the ACPI sleep button
|
|
|
@6076
|
17 years |
vboxsync |
Merged dmik/s2 branch (r25959:26751) to the trunk.
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5990
|
17 years |
vboxsync |
VRDP cleanup: OSE fix.
|
|
|
@5982
|
17 years |
vboxsync |
Removed obsolete VRDP server interface that used COM.
|
|
|
@5813
|
17 years |
vboxsync |
warning
|
|
|
@5806
|
17 years |
vboxsync |
Main: Fixed: Always save values of unused attributes of serial ports …
|
|
|
@5782
|
17 years |
vboxsync |
Implemented NumLock state synch over VRDP.
|
|
|
@5771
|
17 years |
vboxsync |
Main, VBoxManage: add setting for webservice authentication library …
|
|
|
@5741
|
17 years |
vboxsync |
try avoid the PDMR3USB bits when VBOX_WITH_USB isn't defined.
|
|
|
@5721
|
17 years |
vboxsync |
Cleaned out some old (pre-PDMUSB) code.
|
|
|
@5713
|
17 years |
vboxsync |
Added an maskedInterface property to the USB filters. It is used to …
|
|
|
@5658
|
17 years |
vboxsync |
Main: Removed semicolons after the namespace closing curly braces (not …
|
|
|
@5652
|
17 years |
vboxsync |
Prototyping USB support for OS/2 hosts.
|
|
|
@5642
|
17 years |
vboxsync |
Main: Return an error when two machines witht he same UUID are …
|
|
|
@5627
|
17 years |
vboxsync |
Main: Improved Machine incapsulation by removing data(), userData(), …
|
|
|
@5613
|
17 years |
vboxsync |
EHCI: Added xml setting to enable the EHCI controller.
|
|
|
@5546
|
17 years |
vboxsync |
Host DVD (Linux hosts): load libhal using the correct name
|
|
|
@5528
|
17 years |
vboxsync |
Added PortVersion and Version attributes for obtaining the major USB …
|
|
|
@5523
|
17 years |
vboxsync |
Main: Fixed memory errors and leaks found by valgrind.
|
|
|
@5520
|
17 years |
vboxsync |
PDMUsb
|
|
|
@5390
|
17 years |
vboxsync |
Main: Implemented IConsole::AdoptSavedState(); Prototyped …
|
|
|
@5388
|
17 years |
vboxsync |
Main: BIOSSettings: Don't forget to update Data::operator== when …
|
|
|
@5368
|
17 years |
vboxsync |
Attempt to fix libhal cdrom and floppy detection
|
|
|
@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.
|
|
|
@5272
|
17 years |
vboxsync |
Shutdown HGCM services before the VM is powered down.
|
|
|
@5252
|
17 years |
vboxsync |
Added a pattern argument to the IMachineDebugger ResetStats and …
|
|
|
@5250
|
17 years |
vboxsync |
strlen->size_t + RTCritSectLeaveMultiple(unsigned,) => noise. fixed.
|
|
|
@5236
|
17 years |
vboxsync |
Main: Differencing hard disks belonging to a snapshot could be …
|
|
|
@5218
|
17 years |
vboxsync |
Main: Fixed getDVDImageUsage()/getFloppyImageUsage() to a) prevent …
|
|
|
@5190
|
17 years |
vboxsync |
Added MachineDebugger::getStats.
|
|
|
@5186
|
17 years |
vboxsync |
Solaris DVD/CDROM.
|
|
|
@5171
|
17 years |
vboxsync |
Added PXEDebug option scaffolding.
|
|
|
@5150
|
17 years |
vboxsync |
implemented LogHistoryCount system property (Main+VBoxManage)
|
|
|
@5146
|
17 years |
vboxsync |
move the SVN revision stuff into separate files to omit recompilation …
|
|
|
@5122
|
17 years |
vboxsync |
Main: So far, assume that the custom hard disk location is always a …
|
|
|
@5118
|
17 years |
vboxsync |
Main: Added checking for errors when initializing NetworkAdapter and …
|
|
|
@5101
|
17 years |
vboxsync |
Introduce a new harddisk object which supports virtual harddisk …
|
|
|
@5060
|
17 years |
vboxsync |
Added custom line speed setting to XML/COM/CFGM. Hope I haven't …
|
|
|
@4892
|
17 years |
vboxsync |
oops.
|
|
|
@4890
|
17 years |
vboxsync |
FreeBSD patches
|
|
|
@4841
|
17 years |
vboxsync |
Solaris.
|
|
|
@4647
|
17 years |
vboxsync |
Completed statistic query
|
|
|
@4571
|
17 years |
vboxsync |
Future proof
|
|
|
@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.
|
|
|
@4404
|
17 years |
vboxsync |
Fixed the initialization of the remote USB channel.
|
|
|
@4337
|
17 years |
vboxsync |
Mian/CFGLDR: Use IPRT functions to do string<->integer conversion …
|
|
|
@4324
|
17 years |
vboxsync |
Main: Improved serial port API (mostly spelling);
FE/Qt: Improved …
|
|
|
@4318
|
17 years |
vboxsync |
Update interval for guest statistics
|
|
|
@4316
|
17 years |
vboxsync |
Skeleton for guest statistics
|
|
|
@4314
|
17 years |
vboxsync |
Added memory balloon property to the Guest class
|
|
|
@4273
|
17 years |
vboxsync |
warning
|
|
|
@4272
|
17 years |
vboxsync |
another occurence
|
|
|
@4271
|
17 years |
vboxsync |
hrmpf
|
|
|
@4269
|
17 years |
vboxsync |
implemented Main functionality for serial ports
|
|
|
@4134
|
17 years |
vboxsync |
Main: Add Utf8StrFmtVA to resolve the dangerous ambiguity of ellipsis …
|
|
|
@4131
|
17 years |
vboxsync |
Main/Frontends: Added missing IConsoleCallback notifications …
|
|
|
@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 …
|
|
|
@4044
|
17 years |
vboxsync |
Attempted to fix linux builds.
|
|
|
@4041
|
17 years |
vboxsync |
Main: Shared Folders (#2130):
- Solved folder name unicity problems by …
|
|
|
@4040
|
17 years |
vboxsync |
Main: Converted SharedFolder class to the new locking scheme.
|
|
|
@4039
|
17 years |
vboxsync |
Main/Collections: Accept std::map as a parameter of the init() method.
|
|
|
@4034
|
17 years |
vboxsync |
Added USB status led
|
|
|
@4021
|
17 years |
vboxsync |
Preparations for shared folders status led.
|
|
|
@4015
|
17 years |
vboxsync |
Use pdmdrv.h or pdmdev.h where appropriate.
|
|
|
@3950
|
17 years |
vboxsync |
Corrected the style in the new dbus and libhal code in Main
|
|
|
@3939
|
17 years |
vboxsync |
Export to OSE.
|
|
|
@3911
|
17 years |
vboxsync |
Main: IGuest::seamlessSupport => supportsSeamless.
|
|
|
@3891
|
17 years |
vboxsync |
Some sketchy PDMUsb changes (disabled of course).
|
|
|
@3793
|
17 years |
vboxsync |
Inform guest about seamless mode changes
|
|
|
@3764
|
17 years |
vboxsync |
Drop holdDevice(). darwin changes.
|
|
|
@3761
|
17 years |
vboxsync |
Main/Frontends: Cleaned up IFramebuffer interface.
|
|
|
@3758
|
17 years |
vboxsync |
More USBFILTER changes.
|
|
|
@3756
|
17 years |
vboxsync |
USBFILTER for darwin.
|
|
|
@3720
|
17 years |
vboxsync |
VRDP NO_COM code in Main.
|
|
|
@3668
|
17 years |
vboxsync |
replace underscore symbols in Main/
|
|
|
@3662
|
17 years |
vboxsync |
Fixed memory leak (hubs).
|
|
|
@3653
|
17 years |
vboxsync |
Parallel port support. Contributed by: Alexander Eichner
|
|
|
@3652
|
17 years |
vboxsync |
Parallel port support. Contributed by: Alexander Eichner
|
|
|
@3582
|
17 years |
vboxsync |
Added seamless support property to the IGuest class
|
|
|
@3578
|
17 years |
vboxsync |
Removed rendermode property from the base IFrameBuffer class
|
|
|
@3576
|
17 years |
vboxsync |
Main: Beautified method/property names in COM interfaces.
|
|
|
@3571
|
17 years |
vboxsync |
Added framebuffer property RenderMode.
|
|
|
@3569
|
17 years |
vboxsync |
QueryVisibleRegion -> GetVisibleRegion
|
|
|
@3566
|
17 years |
vboxsync |
Async USB detach (for darwin) with async operation timeout (not …
|
|
|
@3532
|
17 years |
vboxsync |
Add QueryVisibleRegion & SetVisibleRegion to the IFrameBuffer class.
|
|
|
@3500
|
17 years |
vboxsync |
Export
|
|
|
@3494
|
17 years |
vboxsync |
added support for serial ports to Main and VBoxManage
|
|
|