VirtualBox

source: vbox/trunk/src/VBox/Main@ 19924

Name Size Rev Age Author Last Change
../
cbinding 19799   15 years vboxsync C API: the API is stable for 2.2 and thus vbox_CAPI_v2_2.h doesn't …
darwin 19433   15 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
freebsd 19067   15 years vboxsync Main/PerformanceFreeBSD.cpp: Seems getHostMemoryUsage is supposed to …
generic 19924   15 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
glue 19902   15 years vboxsync Python: per-thread COM initialization in glue
hgcm 14215   16 years vboxsync Fixed some warnings
idl 19844   15 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
include 19844   15 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
linux 19433   15 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
nls 2634   17 years vboxsync nls
os2 18732   15 years vboxsync NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
solaris 19433   15 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
testcase 19477   15 years vboxsync tstVBoxAPIWin: Enhanced example for starting a VM via OpenRemoteSession.
webservice 19853   15 years vboxsync SDK: refactoring Python samples
win 19598   15 years vboxsync NetIf-win: Assertion not needed here.
xml 19726   15 years vboxsync Reduced max number of VCPUs to 32.
xpcom 19817   15 years vboxsync IFramebuffer cleanup next part: * removed obsolete internal …
ApplianceImpl.cpp 192.0 KB 19681   15 years vboxsync OVF: always use the server variant of the E1000 when we detect a …
AudioAdapterImpl.cpp 17.5 KB 19058   15 years vboxsync AudioAdapterImpl.cpp: There might be more OSS users, so join them up.
AudioSnifferInterface.cpp 7.3 KB 14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
AutoLock.cpp 14.6 KB 16310   15 years vboxsync AutoLock.cpp: TLS question.
BIOSSettingsImpl.cpp 17.3 KB 17669   15 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
ConsoleImpl2.cpp 125.6 KB 19624   15 years vboxsync added raw file serial driver
ConsoleImpl.cpp 231.0 KB 19750   15 years vboxsync Main: Added todo/review comment on unsafe interface handling in …
ConsoleVRDPServer.cpp 65.2 KB 19134   15 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
DHCPServerImpl.cpp 7.5 KB 18208   15 years vboxsync #3569: DHCP Server is now started from VBoxSVC and terminates with it.
DHCPServerRunner.cpp 3.5 KB 19510   15 years vboxsync DHCP runner: warnings, spaces
DisplayImpl.cpp 74.7 KB 19844   15 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
Doxyfile.Main 59.1 KB 18630   15 years vboxsync Doxyfile.Main: Restored indentation and formatting.
DVDDriveImpl.cpp 18.7 KB 19511   15 years vboxsync DVD/Floppy: rollback if unmount failed
FloppyDriveImpl.cpp 18.9 KB 19511   15 years vboxsync DVD/Floppy: rollback if unmount failed
Global.cpp 14.4 KB 19811   15 years vboxsync Wrong default memory size for Solaris and OpenSolaris (now 768)
GuestImpl.cpp 9.4 KB 18113   15 years vboxsync don't spam the release log if Guest::GetStatistic() fails
GuestOSTypeImpl.cpp 7.7 KB 15064   15 years vboxsync Added QNX guest OS type. Cleaned up the guest OS table.
HardDiskAttachmentImpl.cpp 3.7 KB 17671   15 years vboxsync Main: Try to fix Windows builds
HardDiskFormatImpl.cpp 9.3 KB 16873   15 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
HardDiskImpl.cpp 156.4 KB 19533   15 years vboxsync Main-OVF: make sure the source chain is released early on disk image …
HostDVDDriveImpl.cpp 3.5 KB 15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
HostFloppyDriveImpl.cpp 3.5 KB 15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
HostImpl.cpp 85.4 KB 19239   15 years vboxsync Main: support for using VBox from Python on Windows (still certain …
HostNetworkInterfaceImpl.cpp 16.3 KB 19239   15 years vboxsync Main: support for using VBox from Python on Windows (still certain …
HostPower.cpp 4.8 KB 19242   15 years vboxsync Main: hopefully fixed Linux burns
KeyboardImpl.cpp 10.3 KB 15715   15 years vboxsync #3285: Improve error handling API to include unique error numbers …
Logging.cpp 927 bytes 14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
MachineDebuggerImpl.cpp 18.7 KB 19500   15 years vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
MachineImpl.cpp 373.4 KB 19610   15 years vboxsync Main/Machine: add extradata key to suppress deleting saved state on …
Makefile.kmk 25.1 KB 19900   15 years vboxsync Python: constant works everywhere with glue (note that …
Matching.cpp 4.9 KB 14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
MediumImpl.cpp 30.4 KB 19239   15 years vboxsync Main: support for using VBox from Python on Windows (still certain …
MouseImpl.cpp 14.1 KB 19654   15 years vboxsync Main and Devices/absolute mouse: do not send movement events to the …
NetworkAdapterImpl.cpp 32.9 KB 18829   15 years vboxsync undo 45832
ParallelPortImpl.cpp 14.0 KB 16560   15 years vboxsync Main: do not include include/VBox/settings.h from other header files …
Performance.cpp 16.0 KB 17911   15 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
PerformanceImpl.cpp 21.3 KB 19161   15 years vboxsync #3860: SEGFAULT fix. Metric unregistration re-written.
ProgressImpl.cpp 48.2 KB 19242   15 years vboxsync Main: hopefully fixed Linux burns
RemoteUSBDeviceImpl.cpp 7.8 KB 19239   15 years vboxsync Main: support for using VBox from Python on Windows (still certain …
SerialPortImpl.cpp 18.2 KB 19624   15 years vboxsync added raw file serial driver
SessionImpl.cpp 34.3 KB 19239   15 years vboxsync Main: support for using VBox from Python on Windows (still certain …
SharedFolderImpl.cpp 9.5 KB 16215   15 years vboxsync Reapplied r41613.
SnapshotImpl.cpp 10.4 KB 19239   15 years vboxsync Main: support for using VBox from Python on Windows (still certain …
StorageControllerImpl.cpp 17.8 KB 17768   15 years vboxsync export
SystemPropertiesImpl.cpp 18.6 KB 19727   15 years vboxsync Fixed MaxGuestCPUCount to query the xml schema def for max nr of VCPUs
USBControllerImpl.cpp 37.4 KB 17394   15 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Convert …
USBDeviceImpl.cpp 8.5 KB 19239   15 years vboxsync Main: support for using VBox from Python on Windows (still certain …
VBoxDll.cpp 1.2 KB 14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
VBoxDriversRegister.cpp 2.4 KB 14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
Version.cpp 1.0 KB 14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
VirtualBoxBase.cpp 39.6 KB 17911   15 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
VirtualBoxErrorInfoImpl.cpp 6.3 KB 17911   15 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
VirtualBoxImpl.cpp 148.2 KB 19750   15 years vboxsync Main: Added todo/review comment on unsafe interface handling in …
VirtualBoxImplExtra.cpp 9.0 KB 17911   15 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
VMMDevInterface.cpp 28.6 KB 18637   15 years vboxsync crOpenGL: add seamless mode clip regions to opengl ones
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use