VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46065   12 years vboxsync Main/DisplayImpl: 6711: Fix for the race condition where in GA sends …
(edit) @45971   12 years vboxsync Main, VMM: Added an API seting to disable VT-x unrestricted execution.
(edit) @45926   12 years vboxsync IMachine::VideoCaptureFps
(edit) @45838   12 years vboxsync VPX: plugged memory leak; introduced rate parameter; clear artefacts …
(edit) @45814   12 years vboxsync Main: removed all these recent hacks for debugging the testboxes
(edit) @45805   12 years vboxsync Main: Removed IGuestErrorInfo, added new attribute resultDetail to …
(edit) @45780   12 years vboxsync Main/GuestCtrl: Use active listeners instead of passive ones because …
(edit) @45706   12 years vboxsync more temporary debugging
(edit) @45680   12 years vboxsync Main/VRDEServer: Back out code to disable VRDE server if no graphics …
(edit) @45675   12 years vboxsync Main/Console: OSX fix
(edit) @45674   12 years vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(edit) @45660   12 years vboxsync Main/Machine+Console+Settings: add graphics controller type setting, …
(edit) @45622   12 years vboxsync Main: Introducing CPUPropertyType_LongMode + legacy band aid.
(edit) @45601   12 years vboxsync ApplianceImplExport.h: VBox is never ever written Vbox.
(edit) @45599   12 years vboxsync ovfreader.h: Why don't we document where standard values are take …
(edit) @45568   12 years vboxsync Main/GuestCtrl: Removed dead code.
(edit) @45563   12 years vboxsync Main: Make SilentReconfigureWhilePaused a per VM flag
(edit) @45559   12 years vboxsync NAT/Lwip-service: Main client now, dynamic port-forward + managment.
(edit) @45518   12 years vboxsync Main: Code generator for (xp)com API implementations, including …
(edit) @45497   12 years vboxsync back out API wrapper generator, too broken with XPCOM
(edit) @45491   12 years vboxsync Main: Code generator for (xp)com implementations, including logging …
(edit) @45482   12 years vboxsync GuestCtrl: Added abstract IGuestProcessIOEvent event, removed …
(edit) @45434   12 years vboxsync GuestCtrl: More event handling code for IGuestFile and IGuestSession.
(edit) @45426   12 years vboxsync GuestCtrl: Added EventSource getters + OnGuestFileRegistered event.
(edit) @45415   12 years vboxsync GuestCtrl: Implemented using (public) VirtualBox events instead of own …
(edit) @45367   12 years vboxsync Main: a couple of whitespace fixes
(edit) @45354   12 years vboxsync Main: OVF 2.0 support. Part 2 - OVA package with SHA256 support has …
(edit) @45284   12 years vboxsync Main: Introduce "StorageMgmt/SilentReconfigureWhilePaused" extradata …
(edit) @45227   12 years vboxsync Main: OVF 2.0 support. Part 1 - SHA256 digest is supported.
(edit) @45145   12 years vboxsync Main: build fix; warninMain: build fix; warning
(edit) @45138   12 years vboxsync Main/NATNetworks: API+XML serialization for NATNetworks.
(edit) @45119   12 years vboxsync reverted: r84411. (need to solve issues with java first.)
(edit) @45117   12 years vboxsync Main/NATNetwork API (xTracker/5894).
(edit) @45109   12 years vboxsync GuestCtrl: More stuff for IGuestFile and IGuestSession handling (work …
(edit) @45068   12 years vboxsync Main/Machine: rename two methods for better compatibility with …
(edit) @45051   12 years vboxsync Main/Metrics: handle less common cases for FS to disk resolution (#6345)
(edit) @45029   12 years vboxsync Main: drvDestruct/drvConstruct cleanups.
(edit) @45010   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44970   12 years vboxsync Main/VirtualBoxClient: add method to perform VM error checking which …
(edit) @44948   12 years vboxsync Main/SystemProperties+Machine: new config setting for default VM …
(edit) @44935   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @44758   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP: emulated USB webcam updates.
(edit) @44742   12 years vboxsync Main/Metrics: Generic implentation of link state and stubs for line …
(edit) @44591   12 years vboxsync DevEFI,Nvram.cpp: Cleaning up. (partly tested)
(edit) @44580   12 years vboxsync VBoxBFE: RIP.
(edit) @44551   12 years vboxsync Windows build fix
(edit) @44548   12 years vboxsync Main/Metrics: Update link status on metrics setup, do not collect …
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44503   12 years vboxsync Main: change API. Interface IMediumFormat was touched. Attribute …
(edit) @44450   12 years vboxsync Main/Metrics: Adjust per-VM CPU load by number of cores on Solaris (#6345)
(edit) @44425   12 years vboxsync Main: Some more pVM cleanups.
(edit) @44421   12 years vboxsync mpVM -> mpUVM in comments and such.
(edit) @44419   12 years vboxsync Main: One more use of PVM and some other cleanups.
(edit) @44402   12 years vboxsync ConsoleImpl.h/.cpp: changed SafeVMPtrBase to not mess around with pVM, …
(edit) @44395   12 years vboxsync Main/SnapshotImpl: Select merge direction based on the image size
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44387   12 years vboxsync CFGM: Changed the config constructor to take a PUVM as well as a PVM …
(edit) @44383   12 years vboxsync Main/DisplayImpl: fix for the burn 83352..
(edit) @44365   12 years vboxsync Main: change API. Interface IMedium was touched. Handling enumeration …
(edit) @44364   12 years vboxsync PVM -> PUVM and make setVMRuntimeErrorCallbackF non-static and drop pVM.
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44337   12 years vboxsync update
(edit) @44320   12 years vboxsync Main: adjust r83244. Don't loop endlessly in case the PRNG is broken …
(edit) @44316   12 years vboxsync Main: Check for already used UUIDs when registering a new non file …
(edit) @44288   12 years vboxsync Eliminate last use of CombinedProgress class etc xtracker id id 6167
(edit) @44281   12 years vboxsync export to OSE
(edit) @44191   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.
(edit) @44167   12 years vboxsync Main: Increased guest property lookup performance by using a map for …
(edit) @44151   12 years vboxsync Main/Console: dump the VBoxInternal2 extradata settings since they …
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @43994   12 years vboxsync Main/Metrics: Do not collect data for unplugged host interfaces (#6345)
(edit) @43958   12 years vboxsync Main/Metrics: Host disk size, linux only (#6345)
(edit) @43949   12 years vboxsync Main/Metics: VM disk usage metric (#6345)
(edit) @43933   12 years vboxsync Main/Metrics: Host link speed metric and the fix for base name …
(edit) @43929   12 years vboxsync ConsoleVRDPServer: VideoIn updates
(edit) @43915   12 years vboxsync Main/Machine+Snapshot+Medium: fix cancelling snapshots, used to …
(edit) @43908   12 years vboxsync Main/Metrics: VM network rate metrics (#6345)
(edit) @43892   12 years vboxsync HostServices/HostChannel,Main: updates.
(edit) @43888   12 years vboxsync crOpenGL: more new present mechanism
(edit) @43870   12 years vboxsync Stop cancel operation succeeds ref 5903
(edit) @43831   12 years vboxsync Main/Metrics: Disk and filesystem metrics for Solaris (#6345)
(edit) @43629   12 years vboxsync Main/Metrics: Linux fs/disk metrics, VBoxManage filtering + minor …
(edit) @43618   12 years vboxsync Main/Metrics: Fixes for Solaris network metrics (#6345)
(edit) @43584   12 years vboxsync Main,VRDP,VBoxTray: location awareness extension (ported from 4.2).
(edit) @43538   12 years vboxsync Main/Metrics: Host network interface metrics for Solaris (#6345)
(edit) @43507   12 years vboxsync Main/Metrics: Alternative way to get link speed for old kernels (#6345)
(edit) @43456   12 years vboxsync Main/Metrics: Missing interface detection (#6345)
(edit) @43453   12 years vboxsync Main/Metrics: Fixed the issue causing unregistration of all metrics …
(edit) @43445   12 years vboxsync Main/Metrics: Host network metrics, linux only (#6345)
(edit) @43350   12 years vboxsync ConsoleVRDPServer: host channel for raw TSMF interface.
(edit) @43162   12 years vboxsync Main/Guest Control 2.0: Cleanup, separated guest error handling.
(edit) @43133   12 years vboxsync export to OSE
(edit) @43131   12 years vboxsync EFI: permanent NVRAM storage.
(edit) @43061   12 years vboxsync Main/GuestCtrl: Respect the ProcessCreateFlag_WaitForProcessStartOnly flag.
(edit) @43041   12 years vboxsync Main/VirtualBox: final API change, cleans up optional parameters to …
(edit) @43036   12 years vboxsync Main/GuestCtrl: Reduce number of maximum guest sessions at once to 32 …
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