VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44408   12 years vboxsync Storage/VD: stop sabotaging the resize of diff images
(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) @44404   12 years vboxsync DBGF: UVM and UVMCPU padding safety.
(edit) @44403   12 years vboxsync Build fix
(edit) @44402   12 years vboxsync ConsoleImpl.h/.cpp: changed SafeVMPtrBase to not mess around with pVM, …
(edit) @44401   12 years vboxsync VMM: cleanup order fix
(edit) @44400   12 years vboxsync Storage/VD: Further I/O path unification, drop synchronous …
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44398   12 years vboxsync whoops, committed a bit too much
(edit) @44397   12 years vboxsync AsyncCompletion: Only use range locks if the request is unaligned, …
(edit) @44396   12 years vboxsync Storage/VD: Drop critical section and replace it with queues to avoid …
(edit) @44395   12 years vboxsync Main/SnapshotImpl: Select merge direction based on the image size
(edit) @44394   12 years vboxsync +VMMR3GetCpuByIdU, -FNATOMICHANDLER
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44392   12 years vboxsync crOpenGL: typo burn fix
(edit) @44391   12 years vboxsync crOpenGL: warning fix
(edit) @44390   12 years vboxsync crOpenGL: more context cleanup fixes
(edit) @44389   12 years vboxsync crOpenGL: window destuction fix
(edit) @44388   12 years vboxsync crOpenGL: buffer object impl fix
(edit) @44387   12 years vboxsync CFGM: Changed the config constructor to take a PUVM as well as a PVM …
(edit) @44386   12 years vboxsync CFGM: Some smaller PVM/PUVM adjustments.
(edit) @44385   12 years vboxsync CSAM: PVM -> PUVM for main interfaces, visibility cleanup.
(edit) @44384   12 years vboxsync Devices/PC/BIOS: comment
(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) @44378   12 years vboxsync crOpenGL: state buffer switch fix
(edit) @44377   12 years vboxsync crOpenGL: context destruction fix
(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) @44370   12 years vboxsync HostDrivers/SUPDrvTracer: uninitialized return code, found by Parfait
(edit) @44369   12 years vboxsync IPRT/log.c: Assert (debug) on bad log group flags.
(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) @44366   12 years vboxsync Runtime/strformatnum: fixed condition, found by Parfait
(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) @44363   12 years vboxsync build fix
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44361   12 years vboxsync Storage/iSCSI: Fix endless recursion when setting up the connection if …
(edit) @44360   12 years vboxsync Windows build fix.
(edit) @44359   12 years vboxsync drop the utf-8 signature.
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44357   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44356   12 years vboxsync GuestProperties/service.cpp: Fixed return value of GET_NOTIFICATION call.
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44354   12 years vboxsync FE/Qt: Reworking action-pool encapsulation, required for shortcuts …
(edit) @44353   12 years vboxsync Main: machine folder name sanitising was not working in release …
(edit) @44352   12 years vboxsync Windows Guest Additions installer: Fixed updating auto-logon modules …
(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) @44348   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(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) @44345   12 years vboxsync Installer/solaris,Installer/freebsd: Follow the Windows & Linux …
(edit) @44344   12 years vboxsync Installer/linux/Makefile.kmk: VBoxBFE mystery, let's keep it out of …
(edit) @44343   12 years vboxsync Temporarily disabled building VBoxBFE.
(edit) @44342   12 years vboxsync build fix
(edit) @44341   12 years vboxsync Windows Guest Additions installer: Try to fix section selection on …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44339   12 years vboxsync VBoxDrvInst: Try using advpack.dll for DefaultInstall actions.
(edit) @44338   12 years vboxsync Frontends/VBoxBalloonCtrl: forgotten help text
(edit) @44337   12 years vboxsync update
(edit) @44336   12 years vboxsync Frontends/VBoxBalloonCtrl: add logic to prevent deflating the balloon …
(edit) @44335   12 years vboxsync VBoxGuestAdditions.nsi: Log if auto-logon support was installed previously.
(edit) @44334   12 years vboxsync wddm: autoresize fixes
(edit) @44332   12 years vboxsync crOpenGL: additional stencil state fixes
(edit) @44331   12 years vboxsync wddm: fix display re-enabling
(edit) @44330   12 years vboxsync VBoxRecompiler.c: Fixed copy & past bug (from EM).
(edit) @44329   12 years vboxsync VBoxManagerGuestProp.cpp: Allow unix shell users to use 'unset' …
(edit) @44328   12 years vboxsync VBoxControl.cpp: Allow unix shell users to use 'unset' instead of 'delete'.
(edit) @44327   12 years vboxsync Main/Snapshot: the merge procedure became a little bit better. …
(edit) @44326   12 years vboxsync crOpenGL: 1. stencil state fixes, 2. missing gets
(edit) @44325   12 years vboxsync FE/Common/Keyboard: missing the XKB name for a Japanese keyboard key …
(edit) @44324   12 years vboxsync VbglR3/VBoxControl: Added "guestproperty delete" + VbglR3GuestPropDelete.
(edit) @44323   12 years vboxsync FE/Qt: 6591: Take-screenshot dialog should have accessible keyboard …
(edit) @44322   12 years vboxsync Fe/VBoxManage: Implemented "guestproperty delete", updated documentation.
(edit) @44321   12 years vboxsync NetFlt/Linux: wording change for host-bound packet send suppression stats
(edit) @44320   12 years vboxsync Main: adjust r83244. Don't loop endlessly in case the PRNG is broken …
(edit) @44319   12 years vboxsync FE/Qt: Commenting some unused code.
(edit) @44318   12 years vboxsync FE/Qt: VM selector cleanup: Removing obsolete code from the …
(edit) @44317   12 years vboxsync Additions/VBoxGuest: compile fix for Linux 3.8-rc4
(edit) @44316   12 years vboxsync Main: Check for already used UUIDs when registering a new non file …
(edit) @44315   12 years vboxsync FE/Qt: VM selector cleanup: Remove some obsolete code (UIVMListView).
(edit) @44314   12 years vboxsync Linux installer: /etc/vbox/vbox.cfg is optional!
(edit) @44313   12 years vboxsync FE/Qt: Another GUI uuid fix according to defect #5744.
(edit) @44312   12 years vboxsync FE/Qt: Reverting r83231 because it doesn't take into account all the …
(edit) @44311   12 years vboxsync spaces
(edit) @44310   12 years vboxsync Devices/Bus/Pci, Devices/PC/DevAPIC: the Guru meditation handler does …
(edit) @44309   12 years vboxsync VBoxManage: sanity check
(edit) @44308   12 years vboxsync FE/Qt: Another GUI uuid fix according to defect #5744.
(edit) @44307   12 years vboxsync FE/Qt: One more global extra-data handling fix according to defect #5744.
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