source:
vbox/trunk/src/VBox/Main@
19233
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
cbinding | 19138 | 16 years | cbinding: tab to spaces | ||
darwin | 19233 | 16 years | #2946 & #2954: Main API now supports dynamic adding/removing network … | ||
freebsd | 19067 | 16 years | Main/PerformanceFreeBSD.cpp: Seems getHostMemoryUsage is supposed to … | ||
generic | 19233 | 16 years | #2946 & #2954: Main API now supports dynamic adding/removing network … | ||
glue | 18831 | 16 years | XPCOM glue: added extra search paths | ||
hgcm | 14215 | 16 years | Fixed some warnings | ||
idl | 19176 | 16 years | VBoxHDD/generic+VDI: implemented and documented | ||
include | 19233 | 16 years | #2946 & #2954: Main API now supports dynamic adding/removing network … | ||
linux | 19233 | 16 years | #2946 & #2954: Main API now supports dynamic adding/removing network … | ||
nls | 2634 | 18 years | nls | ||
os2 | 18732 | 16 years | NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed | ||
solaris | 19233 | 16 years | #2946 & #2954: Main API now supports dynamic adding/removing network … | ||
testcase | 18866 | 16 years | *: VBOX_WITHOUT_LINUX_COMPILER_H -> VBOX_WITH_LINUX_COMPILER_H. TODO: … | ||
webservice | 19020 | 16 years | webservice/Makefile.kmk: some cleanup. | ||
win | 19233 | 16 years | #2946 & #2954: Main API now supports dynamic adding/removing network … | ||
xml | 18591 | 16 years | E1000: Added support for 82545EM (MT Server) | ||
xpcom | 19222 | 16 years | Main: remove debugging signal handler from VBoxSVC that prevented it … | ||
ApplianceImpl.cpp | 191.5 KB | 19165 | 16 years | Main-OVF: always use the VBox default network adapter if the OVF is … | |
AudioAdapterImpl.cpp | 17.5 KB | 19058 | 16 years | AudioAdapterImpl.cpp: There might be more OSS users, so join them up. | |
AudioSnifferInterface.cpp | 7.3 KB | 14772 | 16 years | Added vim modelines to aid following coding guidelines, like no tabs, … | |
AutoLock.cpp | 14.6 KB | 16310 | 16 years | AutoLock.cpp: TLS question. | |
BIOSSettingsImpl.cpp | 17.3 KB | 17669 | 16 years | Main: Rework storage controller handling to allow an arbitrary number … | |
ConsoleImpl2.cpp | 124.3 KB | 19230 | 16 years | Allow configuration of multiple VCPUs | |
ConsoleImpl.cpp | 230.3 KB | 19230 | 16 years | Allow configuration of multiple VCPUs | |
ConsoleVRDPServer.cpp | 65.2 KB | 19134 | 16 years | Main: make VBox interfaces scriptable (that is, callable from Python … | |
DHCPServerImpl.cpp | 7.5 KB | 18208 | 16 years | #3569: DHCP Server is now started from VBoxSVC and terminates with it. | |
DHCPServerRunner.cpp | 3.7 KB | 18208 | 16 years | #3569: DHCP Server is now started from VBoxSVC and terminates with it. | |
DisplayImpl.cpp | 79.0 KB | 18669 | 16 years | DisplayImpl.cpp: Don't bitch about VBOX_VIDEO_INFO_TYPE_NV_HEAP since … | |
Doxyfile.Main | 59.1 KB | 18630 | 16 years | Doxyfile.Main: Restored indentation and formatting. | |
DVDDriveImpl.cpp | 18.6 KB | 18210 | 16 years | Remove some no longer needed code. | |
FloppyDriveImpl.cpp | 18.8 KB | 18210 | 16 years | Remove some no longer needed code. | |
FramebufferImpl.cpp | 6.4 KB | 14972 | 16 years | #3285: Improve error handling API to include unique error numbers The … | |
Global.cpp | 14.4 KB | 17721 | 16 years | Turbolinux | |
GuestImpl.cpp | 9.4 KB | 18113 | 16 years | don't spam the release log if Guest::GetStatistic() fails | |
GuestOSTypeImpl.cpp | 7.7 KB | 15064 | 16 years | Added QNX guest OS type. Cleaned up the guest OS table. | |
HardDiskAttachmentImpl.cpp | 3.7 KB | 17671 | 16 years | Main: Try to fix Windows builds | |
HardDiskFormatImpl.cpp | 9.3 KB | 16873 | 16 years | Storage/VBoxHDD: eliminate the obsolete "-new" part of the name. | |
HardDiskImpl.cpp | 156.1 KB | 19108 | 16 years | Main: fix discarding snapshots when the corresponding disk images … | |
HostDVDDriveImpl.cpp | 3.5 KB | 15051 | 16 years | Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on … | |
HostFloppyDriveImpl.cpp | 3.5 KB | 15051 | 16 years | Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on … | |
HostImpl.cpp | 85.4 KB | 19130 | 16 years | NetAdp/win: static ip settings by default, dynamic calculation | |
HostNetworkInterfaceImpl.cpp | 16.3 KB | 19130 | 16 years | NetAdp/win: static ip settings by default, dynamic calculation | |
HostPower.cpp | 4.8 KB | 15454 | 16 years | svn properties | |
KeyboardImpl.cpp | 10.3 KB | 15715 | 16 years | #3285: Improve error handling API to include unique error numbers … | |
Logging.cpp | 927 bytes | 14772 | 16 years | Added vim modelines to aid following coding guidelines, like no tabs, … | |
MachineDebuggerImpl.cpp | 18.8 KB | 18927 | 16 years | Big step to separate VMM data structures for guest SMP. (pgm, em) | |
MachineImpl.cpp | 372.0 KB | 19017 | 16 years | Main: Fixed deletion of metrics. Not doing this leads to memory leaks … | |
Makefile.kmk | 25.4 KB | 19134 | 16 years | Main: make VBox interfaces scriptable (that is, callable from Python … | |
Matching.cpp | 4.9 KB | 14772 | 16 years | Added vim modelines to aid following coding guidelines, like no tabs, … | |
MediumImpl.cpp | 30.3 KB | 18813 | 16 years | Main/IMedium,IHardDisk: fix error handling so that VBOX_E_FILE_ERROR … | |
MouseImpl.cpp | 13.3 KB | 15716 | 16 years | #3285: Improve error handling API to include unique error numbers … | |
NetworkAdapterImpl.cpp | 32.9 KB | 18829 | 16 years | undo 45832 | |
ParallelPortImpl.cpp | 14.0 KB | 16560 | 16 years | Main: do not include include/VBox/settings.h from other header files … | |
Performance.cpp | 16.0 KB | 17911 | 16 years | #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); … | |
PerformanceImpl.cpp | 21.3 KB | 19161 | 16 years | #3860: SEGFAULT fix. Metric unregistration re-written. | |
ProgressImpl.cpp | 48.1 KB | 18643 | 16 years | Typos in comments corrected while fixing doxygen warnings. | |
RemoteUSBDeviceImpl.cpp | 7.8 KB | 15051 | 16 years | Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on … | |
SerialPortImpl.cpp | 17.6 KB | 16560 | 16 years | Main: do not include include/VBox/settings.h from other header files … | |
SessionImpl.cpp | 34.3 KB | 17669 | 16 years | Main: Rework storage controller handling to allow an arbitrary number … | |
SharedFolderImpl.cpp | 9.5 KB | 16215 | 16 years | Reapplied r41613. | |
SnapshotImpl.cpp | 10.4 KB | 18482 | 16 years | SnapshotImpl.cpp: size_t warning. | |
StorageControllerImpl.cpp | 17.8 KB | 17768 | 16 years | export | |
SystemPropertiesImpl.cpp | 18.5 KB | 18263 | 16 years | Main,VBox/param.h: Move the hard RAM limit out of the schema. | |
USBControllerImpl.cpp | 37.4 KB | 17394 | 16 years | #3551: “Main: Replace remaining collections with safe arrays” Convert … | |
USBDeviceImpl.cpp | 8.5 KB | 15051 | 16 years | Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on … | |
VBoxDll.cpp | 1.2 KB | 14772 | 16 years | Added vim modelines to aid following coding guidelines, like no tabs, … | |
VBoxDriversRegister.cpp | 2.4 KB | 14772 | 16 years | Added vim modelines to aid following coding guidelines, like no tabs, … | |
Version.cpp | 1.0 KB | 14772 | 16 years | Added vim modelines to aid following coding guidelines, like no tabs, … | |
VirtualBoxBase.cpp | 39.6 KB | 17911 | 16 years | #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); … | |
VirtualBoxErrorInfoImpl.cpp | 6.3 KB | 17911 | 16 years | #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); … | |
VirtualBoxImpl.cpp | 147.1 KB | 19017 | 16 years | Main: Fixed deletion of metrics. Not doing this leads to memory leaks … | |
VirtualBoxImplExtra.cpp | 9.0 KB | 17911 | 16 years | #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); … | |
VMMDevInterface.cpp | 28.6 KB | 18637 | 16 years | crOpenGL: add seamless mode clip regions to opengl ones |
Note:
See TracBrowser
for help on using the repository browser.