VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13762   16 years vboxsync Backed out 38734.
(edit) @13759   16 years vboxsync Guest Properties (HostServices and Main): major clean up of the guest …
(edit) @13729   16 years vboxsync Main: VirtualBoxBaseWithChildrenNEXT: Don't use a separate lock for a …
(edit) @13722   16 years vboxsync Introduced new xml setting for the number of virtual CPUs.
(edit) @13713   16 years vboxsync Main: #3276: Simplified suspend/resume event handling in VBoxSVC.
(edit) @13705   16 years vboxsync Completed power event handling: - pause running machines for the …
(edit) @13696   16 years vboxsync Main: Fixed: Closing sessions was not always noticed by the server …
(edit) @13688   16 years vboxsync cosmetic.
(edit) @13678   16 years vboxsync Some updates
(edit) @13676   16 years vboxsync Main: ConfigNames -> PropertyNames
(edit) @13673   16 years vboxsync Main: Added the Name, Capabilities, ConfigNames attributes. Removed …
(edit) @13659   16 years vboxsync Main: Moved last USB classes to the new locking scheme.
(edit) @13655   16 years vboxsync Power notification handling added (disabled skeleton).
(edit) @13607   16 years vboxsync Main: keywords space
(edit) @13606   16 years vboxsync Main: First bulk of classes transfered to the new locking scheme.
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @13457   16 years vboxsync Main: Implemented detection of the unexpected spawning session …
(edit) @13436   16 years vboxsync Main (Guest Properties): added host-side callbacks
(edit) @13431   16 years vboxsync Main: Fixed a bunch of assertions caused by the code that detects a …
(edit) @13405   16 years vboxsync Main: report unexpected failures when spawning a remote session
(edit) @13389   16 years vboxsync Main: Guest uses the new locking scheme long ago.
(edit) @13377   16 years vboxsync HostServices/GuestProperties: use an HGCM service extension instead of …
(edit) @13374   16 years vboxsync Main, FE/Qt: Added IProgress::PowerDownAsync() (#3242).
(edit) @13356   16 years vboxsync Main (Guest Properties): take flag values into account when the …
(edit) @13221   16 years vboxsync Enabled VPID (VT-x tagged TLB); default off - Added machine & machine …
(edit) @13165   16 years vboxsync Main: use the HGCM guest property change notification interface and do …
(edit) @13082   16 years vboxsync PerfAPI: Backward compatibility broken. setup, enable, disable and …
(edit) @13079   16 years vboxsync added getGuestEnteredACPIMode()
(edit) @12973   16 years vboxsync PerfAPI: New method queryMetricsDataEx()
(edit) @12942   16 years vboxsync PerfAPI: Fixed the problem with passing null/empty arrays to PerfAPI …
(edit) @12889   16 years vboxsync Main: IConsole::powerUpPaused for use with the debugger.
(edit) @12678   16 years vboxsync PerfAPI: Handling of trailing colon in filter patterns
(edit) @12668   16 years vboxsync PerfAPI: Added setupMetricsEx(), enableMetricsEx() and …
(edit) @12546   16 years vboxsync PerfAPI: Improved Linux collector
(edit) @12513   16 years vboxsync PerfAPI: Windows collector re-done: WMI replaced with kernel and psapi …
(edit) @12457   16 years vboxsync Fixed small memory leak in the Windows implementation. Fixed lack of …
(edit) @12449   16 years vboxsync +changed IFramebuffer interface to report id of associated window if …
(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) @12297   16 years vboxsync Version 2 of remote USB protocol.
(edit) @12284   16 years vboxsync added subversion revison to the IDL
(edit) @12126   16 years vboxsync Drop existing RDP connection and allow the new client to connect, …
(edit) @11844   16 years vboxsync Do not call HGCM after it has been shut down.
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @11683   16 years vboxsync PerfAPI: Duplicate VM entries fix
(edit) @11661   16 years vboxsync Modified IKeyboard::PutScancodes to use SafeArray (including webservice)
(edit) @11659   16 years vboxsync Backed out r35359
(edit) @11655   16 years vboxsync Modified IKeyboard::PutScancodes to use SafeArray
(edit) @11583   16 years vboxsync PerfAPI: New attribute PerformanceMetric::description
(edit) @11571   16 years vboxsync PerfAPI: Globbing support stolen from VMM/STAM.cpp
(edit) @11498   16 years vboxsync PerfAPI: Moved linux implementation of CPU/MHz to CollectorHAL since …
(edit) @11435   16 years vboxsync Storage: big cleanup of the VD interfaces, especially hide the linked …
(edit) @11409   16 years vboxsync Do not call HGCM after it has been shut down.
(edit) @11377   16 years vboxsync PerfAPI: Fixed the ranges to fit into INT32, uninitialized periods, …
(edit) @11357   16 years vboxsync PerfAPI: Important! VM metrics are now associated with Machine instead …
(edit) @11321   16 years vboxsync Main: removied iprt/system.h reference.
(edit) @11258   16 years vboxsync API/Host: New method for querying the number of CPUs online.
(edit) @11180   16 years vboxsync PerfAPI: replaced unsigned long with ULONG to get rid of solaris …
(edit) @11115   16 years vboxsync More EOL fixes.
(edit) @11083   16 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11041   16 years vboxsync Main: added guest property enumeration (currently only works when the …
(edit) @10959   16 years vboxsync VBoxSVC: Use RTTimerLR instead of RTTimer.
(edit) @10898   16 years vboxsync Main: Host interface networking on Darwin.
(edit) @10896   16 years vboxsync Main & VBoxManage: Made HostNetworkInterface, IHost::networkInterfaces …
(edit) @10870   16 years vboxsync PerfAPI: Min/max value fix for CPU Load counters.
(edit) @10868   16 years vboxsync PerfAPI: Windows collector re-worked to extract raw counters via WMI. …
(edit) @10797   16 years vboxsync Guest properties: initial commit of new interface
(edit) @10779   16 years vboxsync Locking. Enabled tests in tstAPI.
(edit) @10770   16 years vboxsync Main: Performance: Second m is redundant. Some locking-related todos.
(edit) @10753   16 years vboxsync Stubs for all platforms. Implementation of host CPU load and RAM usage …
(edit) @10726   16 years vboxsync Disabled Perf code in tstAPI to fix builds.
(edit) @10725   16 years vboxsync Perf API: Filtering
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10713   16 years vboxsync Perf API: aggregators, data collection, Host RAM metrics, Linux RAM …
(edit) @10695   16 years vboxsync Added HWVirtExNestedPagingEnabled method to MachineDebugger.
(edit) @10693   16 years vboxsync Added setting for nested paging (default on).
(edit) @10679   16 years vboxsync Filtering sketched. There is a crash in VirtualBox::uninit on Windows.
(edit) @10641   16 years vboxsync Performance API files exported to OSE.
(edit) @10595   16 years vboxsync Main: Performance: Typos, docs, cosmetics.
(edit) @10592   16 years vboxsync Fix for broken builds with VBOX_WITH_USB=
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10534   16 years vboxsync Backed out Performance API changes.
(edit) @10528   16 years vboxsync Performance API, version 0, webservice broken.
(edit) @10423   16 years vboxsync ProcessorCount & ProcessorDescription aren't attributes
(edit) @10399   16 years vboxsync Main API fix for getting processor speed/description - there's no …
(edit) @10333   16 years vboxsync added package type property
(edit) @10305   16 years vboxsync Main: Lock the object before switching on non-const data members.
(edit) @10304   16 years vboxsync Main: Documenting.
(edit) @10233   16 years vboxsync Main: clean up the guest property code - send accesses to the console …
(edit) @10000   17 years vboxsync Pure naming change for the guest property store stuff. Functionality …
(edit) @9937   17 years vboxsync Main: Corrected getProcessorUsage() impl (docs, spacing etc).
(edit) @9904   17 years vboxsync Global and per-VM CPU usage API added
(edit) @9883   17 years vboxsync Main: add the Main part of the guest/host configuration registry
(edit) @9361   17 years vboxsync Main: Build fix after r31580.
(edit) @9360   17 years vboxsync Main: Return the correct value for IGuest::OSTypeId as reported by the …
(edit) @8765   17 years vboxsync win32 -> win.
(edit) @8744   17 years vboxsync Moved the filter running over to USBProxyService (from Host). Split up …
(edit) @8721   17 years vboxsync File header.
(edit) @8720   17 years vboxsync oops.
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