VirtualBox

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

Name Size Rev Age Author Last Change
../
cbinding 20223   16 years vboxsync cbinding: changed version 2.5 => version 3.0
darwin 20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
freebsd 19067   16 years vboxsync Main/PerformanceFreeBSD.cpp: Seems getHostMemoryUsage is supposed to …
generic 20304   16 years vboxsync crOpenGL: change host opengl test to non console app to remove …
glue 20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
hgcm 14215   16 years vboxsync Fixed some warnings
idl 20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
include 20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
linux 19433   16 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
nls 2634   18 years vboxsync nls
os2 18732   16 years vboxsync NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
solaris 19433   16 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
testcase 20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
webservice 20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
win 19598   16 years vboxsync NetIf-win: Assertion not needed here.
xml 19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
xpcom 20081   16 years vboxsync Main: initial code for upload to cloud (second try)
Logging.cpp 927 bytes 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, …
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, …
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 …
DHCPServerRunner.cpp 3.5 KB 19510   16 years vboxsync DHCP runner: warnings, spaces
HardDiskAttachmentImpl.cpp 3.7 KB 17671   16 years vboxsync Main: Try to fix Windows builds
HostPower.cpp 4.8 KB 20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
Matching.cpp 4.9 KB 14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
VirtualBoxErrorInfoImpl.cpp 6.4 KB 20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
AudioSnifferInterface.cpp 7.3 KB 14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
DHCPServerImpl.cpp 7.5 KB 20268   16 years vboxsync Incorrect type lead to division by zero crashes in VBoxSVC.
GuestOSTypeImpl.cpp 7.7 KB 15064   16 years vboxsync Added QNX guest OS type. Cleaned up the guest OS table.
RemoteUSBDeviceImpl.cpp 7.8 KB 19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
USBDeviceImpl.cpp 8.5 KB 19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
VirtualBoxImplExtra.cpp 9.0 KB 17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
HardDiskFormatImpl.cpp 9.3 KB 16873   16 years vboxsync Storage/VBoxHDD: eliminate the obsolete "-new" part of the name.
GuestImpl.cpp 9.4 KB 18113   16 years vboxsync don't spam the release log if Guest::GetStatistic() fails
SharedFolderImpl.cpp 9.5 KB 16215   16 years vboxsync Reapplied r41613.
KeyboardImpl.cpp 10.3 KB 15715   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
SnapshotImpl.cpp 10.4 KB 19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
ParallelPortImpl.cpp 14.0 KB 16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
MouseImpl.cpp 14.1 KB 19654   16 years vboxsync Main and Devices/absolute mouse: do not send movement events to the …
Global.cpp 14.4 KB 19811   16 years vboxsync Wrong default memory size for Solaris and OpenSolaris (now 768)
AutoLock.cpp 14.6 KB 16310   16 years vboxsync AutoLock.cpp: TLS question.
Performance.cpp 16.0 KB 17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
HostNetworkInterfaceImpl.cpp 16.3 KB 19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
AudioAdapterImpl.cpp 16.9 KB 20262   16 years vboxsync Main: fix linux burns
BIOSSettingsImpl.cpp 17.3 KB 17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
StorageControllerImpl.cpp 17.8 KB 17768   16 years vboxsync export
VFSExplorerImpl.cpp 17.8 KB 20206   16 years vboxsync Main: OSE warnings
SerialPortImpl.cpp 18.2 KB 19624   16 years vboxsync added raw file serial driver
DVDDriveImpl.cpp 18.7 KB 19511   16 years vboxsync DVD/Floppy: rollback if unmount failed
MachineDebuggerImpl.cpp 18.7 KB 19500   16 years vboxsync TM: Moved the WarpDrive feature out of TMVirtual and made the setter …
FloppyDriveImpl.cpp 18.9 KB 19511   16 years vboxsync DVD/Floppy: rollback if unmount failed
SystemPropertiesImpl.cpp 20.2 KB 20262   16 years vboxsync Main: fix linux burns
PerformanceImpl.cpp 21.3 KB 19161   16 years vboxsync #3860: SEGFAULT fix. Metric unregistration re-written.
Makefile.kmk 25.9 KB 20283   16 years vboxsync Main: move host opengl test to a separate app
VMMDevInterface.cpp 28.6 KB 18637   16 years vboxsync crOpenGL: add seamless mode clip regions to opengl ones
MediumImpl.cpp 30.4 KB 19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
NetworkAdapterImpl.cpp 32.9 KB 18829   16 years vboxsync undo 45832
SessionImpl.cpp 34.3 KB 20274   16 years vboxsync Main/Session: add missing flow logging for GetRemoteConsole
USBControllerImpl.cpp 37.7 KB 20237   16 years vboxsync win OSE fixes
VirtualBoxBase.cpp 39.6 KB 17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
ProgressImpl.cpp 48.2 KB 20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
Doxyfile.Main 59.1 KB 20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
ConsoleVRDPServer.cpp 65.2 KB 19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
DisplayImpl.cpp 77.2 KB 20224   16 years vboxsync Main/Display: Fixes for multiple screens. Don't update the screen …
HostImpl.cpp 87.4 KB 20283   16 years vboxsync Main: move host opengl test to a separate app
ConsoleImpl2.cpp 124.9 KB 20215   16 years vboxsync Comment updates
VirtualBoxImpl.cpp 148.2 KB 19750   16 years vboxsync Main: Added todo/review comment on unsafe interface handling in …
HardDiskImpl.cpp 156.5 KB 20215   16 years vboxsync Comment updates
ApplianceImpl.cpp 208.2 KB 20337   16 years vboxsync OVF: disabled internet based OVF export again
ConsoleImpl.cpp 230.6 KB 20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
MachineImpl.cpp 373.5 KB 20326   16 years vboxsync Main/MachineImpl: adapt variable name to current executable name
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette