VirtualBox

source: vbox/trunk/src/VBox/Main/HostImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17494   16 years vboxsync NetIf/win: moved Create/Remove hostonly if to NetIf API, some API fixes
(edit) @17394   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Convert …
(edit) @17280   16 years vboxsync Fix burns.
(edit) @17275   16 years vboxsync networking API renaming
(edit) @17255   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17238   16 years vboxsync 3551: “Main: Replace remaining collections with safe arrays” Converted …
(edit) @17218   16 years vboxsync Revert r43495 because everything locks forever.
(edit) @17200   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Take …
(edit) @17193   16 years vboxsync Revert r43482 which used a linux specific way to iterate over DVD drives.
(edit) @17192   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16967   16 years vboxsync NetAdp: added a Real property to the IHostNetworkInterface, make the …
(edit) @16929   16 years vboxsync compile fix
(edit) @16927   16 years vboxsync NetAdp/win: enabled add/remove tap if UI, make the proper adapters to …
(edit) @16560   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 years vboxsync Main: back out r42503
(edit) @16557   16 years vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16289   16 years vboxsync HostImpl.cpp: continuation indent.
(edit) @16261   16 years vboxsync Main: HostImpl/USBProxyService-linux: documentation update
(edit) @16258   16 years vboxsync Main/USBProxyService-linux: clean up error reporting a bit
(edit) @16207   16 years vboxsync Replaced iterations over IHostNetworkInterface array with …
(edit) @16198   16 years vboxsync HostNetIf API: added findHostNetworkInterfaceByName and …
(edit) @16190   16 years vboxsync Main: improve USB proxy service error reporting
(edit) @15869   16 years vboxsync Typo
(edit) @15752   16 years vboxsync NetFlt/win: don't display disabled adapters
(edit) @15686   16 years vboxsync Reminder to remove obsolete code after we branch.
(edit) @15574   16 years vboxsync #3282: Windows build fixes.
(edit) @15570   16 years vboxsync #3282: Collection got replaced with safe array. Warning, windows …
(edit) @15455   16 years vboxsync #3282 HostNetIf API: Solaris implementaion is functional except IP V6 …
(edit) @15442   16 years vboxsync #3282 HostNetIf API: updated common part, added draft implementation …
(edit) @15372   16 years vboxsync #3282: HostNetIf API implementation for Darwin. Common part revised. …
(edit) @15235   16 years vboxsync #3282: API, RT generic part, updated VBoxManage list hostif.
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14996   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @14991   16 years vboxsync Main: rework the Linux host drive code to use libdbus-1 directly …
(edit) @14990   16 years vboxsync Main: eliminate leftover debug RTLogPrintf statements, they trigger …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14953   16 years vboxsync HostImpl: Fix for TAP driver recognition.
(edit) @14942   16 years vboxsync Tabs to spaces.
(edit) @14938   16 years vboxsync Use CheckComArgStrNotEmptyOrNull where appropriate.
(edit) @14820   16 years vboxsync HostImpl.cpp: asm.h
(edit) @14819   16 years vboxsync HostImpl.cpp: asm.h
(edit) @14815   16 years vboxsync HostImple.cpp: x86.h
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14725   16 years vboxsync Main: use statically linked libhal on Linux, fix burns on Solaris
(edit) @14722   16 years vboxsync Main: use statically linked libhal on Linux
(edit) @14715   16 years vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14685   16 years vboxsync NetFlt/win: fix to 1.host network issue after vm termination 2.hif …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @14527   16 years vboxsync Main-OSX: added initial power change notification
(edit) @14523   16 years vboxsync Cache the features reported by GetProcessorFeature.
(edit) @14521   16 years vboxsync Added GetProcessorFeature method to IHost.
(edit) @14337   16 years vboxsync Forgot dereferrence.
(edit) @14336   16 years vboxsync Changed units to MB to match the description.
(edit) @14335   16 years vboxsync Dirty implementation of HostImpl::MemorySize and HostImpl::MemoryAvailable
(edit) @14283   16 years vboxsync Linux hostif: Only Ethernet interfaces gets listed.
(edit) @14271   16 years vboxsync NetFlt/win: fixes for the case NetFlt is not installed
(edit) @14076   16 years vboxsync warnings
(edit) @13938   16 years vboxsync Linux hostif: Packet injection works. Mutexless filter intance lookup.
(edit) @13854   16 years vboxsync NetFlt/win: VBoxNetFltNf-win.* removed, uppercased WinNetCfg lib …
(edit) @13842   16 years vboxsync It's RTuuid not Ruuid.
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13720   16 years vboxsync win/NetFlt: NetConfig functionality moved to a separate lib
(edit) @13655   16 years vboxsync Power notification handling added (disabled skeleton).
(edit) @13544   16 years vboxsync win NetFlt/Main: fix for adaptor list calculation
(edit) @13433   16 years vboxsync Main/Solaris: Enabled Solaris USB ProxyService now that nspr is resolved.
(edit) @13426   16 years vboxsync Main/Solaris: Enumerate NICs for zones, fixed duplicate enumeration.
(edit) @13286   16 years vboxsync win NetFlt Vista64-related fixes, UI/config fixes
(edit) @13234   16 years vboxsync UI/config part of win NetFlt
(edit) @12954   16 years vboxsync Simpler.
(edit) @12953   16 years vboxsync Main: Solaris NIC listing, make it avoid duplicates.
(edit) @12866   16 years vboxsync Solaris/Main: Load libdlpi dynamically for walking links. (Disabled).
(edit) @12785   16 years vboxsync Main: Solaris/vboxnetflt: Hostif NIC Uuid fix.
(edit) @12783   16 years vboxsync Solaris/vboxnetflt: Unplumbed interfaces. Disabled Main enumeration as …
(edit) @12443   16 years vboxsync NetFlt friver installation moved to the installer
(edit) @12439   16 years vboxsync installer code added to HostImpl, bugfixing in macket handing in the driver
(edit) @12400   16 years vboxsync PerfAPI: Improved Win collector. More realistic performance test. No …
(edit) @12338   16 years vboxsync Typo.
(edit) @12336   16 years vboxsync Main/vboxnetflt: aggregate link Solaris NIC map.
(edit) @12330   16 years vboxsync Main/vboxnetflt: NIC Map naming adjustment.
(edit) @12327   16 years vboxsync Main/vboxnetflt: added vnic to Solaris NIC map.
(edit) @12106   16 years vboxsync IHost::GetProcessCount: Use RTMpGetPresentCount instead of …
(edit) @12002   16 years vboxsync Main/vboxnetflt: typo correction.
(edit) @11994   16 years vboxsync Main/vboxnetflt: NIC map insertions just once.
(edit) @11993   16 years vboxsync Main/vboxnetflt: Ethernet long names for Solaris hosts.
(edit) @11869   16 years vboxsync Remove unwanted header.
(edit) @11868   16 years vboxsync Main/vboxnetflt: Solaris NIC enumeration fix for including interfaces …
(edit) @11849   16 years vboxsync Merged VBOX_WITH_NETFLT_WINDOWS into VBOX_WITH_NETFLT. Made the GUIs, …
(edit) @11847   16 years vboxsync Oops…
(edit) @11846   16 years vboxsync Main/vboxnetflt: Better NIC enumeration for Solaris. Got rid of libkstat.
(edit) @11829   16 years vboxsync build fix
(edit) @11828   16 years vboxsync Main/vboxnetflt: oops.
(edit) @11827   16 years vboxsync Main/vboxnetflt: Solaris integration.
(edit) @11583   16 years vboxsync PerfAPI: New attribute PerformanceMetric::description
(edit) @11481   16 years vboxsync PerfAPI: CPU/MHz counter name fix, proper handling of zero periods and …
(edit) @11467   16 years vboxsync Perf API: CPU/MHz counter re-introduced (Win implementation).
(edit) @11258   16 years vboxsync API/Host: New method for querying the number of CPUs online.
(edit) @10896   16 years vboxsync Main & VBoxManage: Made HostNetworkInterface, IHost::networkInterfaces …
(edit) @10753   16 years vboxsync Stubs for all platforms. Implementation of host CPU load and RAM usage …
Note: See TracRevisionLog for help on using the revision log.

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