VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44873   12 years vboxsync Main/xml/Settings.cpp: fix copy/paste bug which lost the inactive …
(edit) @44870   12 years vboxsync Build fix.
(edit) @44869   12 years vboxsync Build fix.
(edit) @44863   12 years vboxsync GuestCtrl: Infrastructure changes for handling and executing dedicated …
(edit) @44829   12 years vboxsync ExtPacks\Puel,Main: removed obsolete VBOX_WITH_USB_VIDEO_TEST define …
(edit) @44824   12 years vboxsync Network-service for lwip-driven proxy. additionally enables SrvNat …
(edit) @44822   12 years vboxsync Main: 6414: VM crashes with 2 virtual screens configured on Mac host …
(edit) @44814   12 years vboxsync Main/Machine: allow MachineState_Stopping when updating guest …
(edit) @44776   12 years vboxsync Main/xpcom/glue: this function is buggy -- but fortunately not used
(edit) @44759   12 years vboxsync UsbWebcamInterface: warning.
(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) @44726   12 years vboxsync Main/Metrics: Do not query interface speed for inactive ones on …
(edit) @44649   12 years vboxsync Documentation: added new paragraphs into chapter "Incompatible API …
(edit) @44619   12 years vboxsync Nvram.cpp: Some refinements and fixes.
(edit) @44591   12 years vboxsync DevEFI,Nvram.cpp: Cleaning up. (partly tested)
(edit) @44590   12 years vboxsync ConsoleImpl2: Implemented the 'bytes:' prefix for overlay values. (not …
(edit) @44588   12 years vboxsync clienttest.py: adapt to currently documented way of getting arrays, …
(edit) @44580   12 years vboxsync VBoxBFE: RIP.
(edit) @44563   12 years vboxsync Main: prefer <HOME>/.config/VirtualBox over <HOME>/.VirtualBox for new …
(edit) @44552   12 years vboxsync Main: prefer <HOME>/.config/VirtualBox over <HOME>/.VirtualBox for new …
(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) @44545   12 years vboxsync Main: prefer <HOME>/.config/VirtualBox over <HOME>/.VirtualBox for new …
(edit) @44533   12 years vboxsync VBoxSVSI.cpp: doxygen and hungarian adjustments.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44525   12 years vboxsync VRDP: cleanup: removed obsolete VBOX_WITH_VRDP_VIDEO_CHANNEL.
(edit) @44503   12 years vboxsync Main: change API. Interface IMediumFormat was touched. Attribute …
(edit) @44490   12 years vboxsync Main/Machine: avoid triggering spurious MachineStateChanged events for …
(edit) @44480   12 years vboxsync Main: fixed small typo inside the loop
(edit) @44475   12 years vboxsync Main/Metrics: Per-VM CPU load fix for Darwin (#6345)
(edit) @44468   12 years vboxsync ConsoleVRDPServer: use a separate thread to call the external auth …
(edit) @44467   12 years vboxsync Reverted r83474
(edit) @44466   12 years vboxsync Main/Metrics: Per-VM CPU load on Darwin brought in line with other …
(edit) @44450   12 years vboxsync Main/Metrics: Adjust per-VM CPU load by number of cores on Solaris (#6345)
(edit) @44440   12 years vboxsync Main: UsbWebcamInterface: do not crash if VM has no webcam.
(edit) @44433   12 years vboxsync Main/Medium: improve the error handling for medium UUID change …
(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) @44414   12 years vboxsync Main/webservice: improve API fault handling, provide exact method name …
(edit) @44413   12 years vboxsync Main/Global: add Linux 3.x to the Linux 2.6 entry to make it clear …
(edit) @44409   12 years vboxsync Main/Medium: resizing needs to update the image size information, and …
(edit) @44407   12 years vboxsync Main/VRDEServer: allow settings changes when the VM is saved, plus …
(edit) @44406   12 years vboxsync Main/Snapshot: fix indentation
(edit) @44402   12 years vboxsync ConsoleImpl.h/.cpp: changed SafeVMPtrBase to not mess around with pVM, …
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(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) @44385   12 years vboxsync CSAM: PVM -> PUVM for main interfaces, visibility cleanup.
(edit) @44383   12 years vboxsync Main/DisplayImpl: fix for the burn 83352..
(edit) @44382   12 years vboxsync Main/DisplayImpl: Fix for access violation in case of multimonitor. …
(edit) @44381   12 years vboxsync Main: operator precedence
(edit) @44380   12 years vboxsync remove compiler warning about that some variable shadows a previous local
(edit) @44379   12 years vboxsync Main: The change ulong to ULONG inside the loops where enumeration …
(edit) @44376   12 years vboxsync The changes inside loops where enumeration MediumVariant is converted. …
(edit) @44375   12 years vboxsync EM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44374   12 years vboxsync FTM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44373   12 years vboxsync HM,++: pVM -> pUVM for main, mark as many as possible interfaces …
(edit) @44372   12 years vboxsync Main: change API. Interface IMedium was touched. Handling enumeration …
(edit) @44371   12 years vboxsync added value VBOX_WITH_XPCOM into tstVBoxAPILinux_DEFS
(edit) @44368   12 years vboxsync ConsoleImpl.cpp: There is no group operator called 'unrestricted', …
(edit) @44367   12 years vboxsync glue/com.cpp: VBoxLogRelCreate should pass pcszGroupSettings along to …
(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) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44353   12 years vboxsync Main: machine folder name sanitising was not working in release …
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44350   12 years vboxsync Main: machine folder name sanitising was not working in release …
(edit) @44349   12 years vboxsync Main: machine folder name sanitising was not working in release builds.
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44346   12 years vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(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) @44327   12 years vboxsync Main/Snapshot: the merge procedure became a little bit better. …
(edit) @44322   12 years vboxsync Fe/VBoxManage: Implemented "guestproperty delete", updated documentation.
(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) @44277   12 years vboxsync log typo.
(edit) @44274   12 years vboxsync Guest properties/Main/: Added more safety checks, also re-validate …
(edit) @44240   12 years vboxsync Main: Fix assertion, pMedium can be Null if there is an error
(edit) @44234   12 years vboxsync Main/FreeBSD: Fix
(edit) @44191   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.
(edit) @44179   12 years vboxsync build fix
(edit) @44174   12 years vboxsync HostImpl.cpp / Host::GetProcessorFeature: Finally use /dev/vboxdrvu to …
(edit) @44167   12 years vboxsync Main: Increased guest property lookup performance by using a map for …
(edit) @44160   12 years vboxsync Main/webservices: make it compile with libxslt >= 1.1.27 (thanks jmbreuer!)
(edit) @44153   12 years vboxsync Main/Machine: unconditionally disable video encoding, should mitigate …
(edit) @44152   12 years vboxsync Main/Snapshot+Console: Set up logging earlier to capture more error …
(edit) @44151   12 years vboxsync Main/Console: dump the VBoxInternal2 extradata settings since they …
(edit) @44134   12 years vboxsync Main/solaris/NetIF-solaris: fixed warning to make Parfait happy
(edit) @44130   12 years vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @44124   12 years vboxsync Eliminate last use of the CombinedProgess class - bugtracker id 6167
(edit) @44103   12 years vboxsync Main/ConsoleImpl2: warning
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