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) @21734   15 years vboxsync API: implement IHost::GetProcessorDescription
(edit) @21686   15 years vboxsync Main: back out r50147 until the locking is properly understood; will …
(edit) @21622   15 years vboxsync Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
(edit) @21492   15 years vboxsync Main/HostImpl: this code was moved into NetIf-solaris, remove from here.
(edit) @21436   15 years vboxsync Main: make HostHardwareLinux use MiniString instead of std::string; …
(edit) @21431   15 years vboxsync crOpenGL: turn 3d test back on
(edit) @21395   15 years vboxsync Stop performance counter sampling when the host goes into suspend …
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20283   16 years vboxsync Main: move host opengl test to a separate app
(edit) @20237   16 years vboxsync win OSE fixes
(edit) @20206   16 years vboxsync Main: OSE warnings
(edit) @20160   16 years vboxsync Main: use separate test for opengl hardware support on macos
(edit) @20098   16 years vboxsync Main: report 3d unsupported if sharedopengl isn't build
(edit) @20097   16 years vboxsync Main: reenable 3d hardware test
(edit) @20095   16 years vboxsync Main: disable 3d test to fix builds
(edit) @20090   16 years vboxsync Main: enable 3d hardware support test
(edit) @20042   16 years vboxsync Main: sketched 3D hardware support test in IHost
(edit) @19968   16 years vboxsync HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19130   16 years vboxsync NetAdp/win: static ip settings by default, dynamic calculation
(edit) @19116   16 years vboxsync Solaris build fix.
(edit) @19115   16 years vboxsync Enabling create/destroy host-only interfaces in Main API for all platforms.
(edit) @19070   16 years vboxsync Main,VBoxManage: Implemented IHost::OperatingSystem and …
(edit) @18704   16 years vboxsync rename TAP to NetAdp, remove abandoned tap win code
(edit) @18252   16 years vboxsync Main: performance header cleanup.
(edit) @17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
(edit) @17684   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17679   16 years vboxsync Main/Hostonly: not specify name on Create
(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.
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