VirtualBox

source: vbox/trunk/src/VBox/Main/src-client

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) @46057   12 years vboxsync backout r85727
(edit) @46055   12 years vboxsync Main/Display: store mode data in case of a null framebuffer
(edit) @46007   12 years vboxsync Main/VPX: play safe
(edit) @46006   12 years vboxsync Main/VPX: do uninitialization in drvDestruct() rather than in uninit()
(edit) @45992   12 years vboxsync Main/Display: explicitely initialize mpVideoRecCtx
(edit) @45991   12 years vboxsync Fix local strict build issues.
(edit) @45980   12 years vboxsync DisplayImpl: Explicitly clear mpVideoRecCtx.
(edit) @45971   12 years vboxsync Main, VMM: Added an API seting to disable VT-x unrestricted execution.
(edit) @45962   12 years vboxsync Main/VPX: more fixes
(edit) @45961   12 years vboxsync Main/VPX: don't initialize anything if disabled
(edit) @45960   12 years vboxsync Main/VPX: crash fix if not enabled
(edit) @45958   12 years vboxsync Main/VPX: start at 1 not 0.
(edit) @45956   12 years vboxsync Main/VPX: multi-monitor fixes; use .webm as default extension
(edit) @45950   12 years vboxsync Main/VPX: multimonitor (needs more cleanup)
(edit) @45941   12 years vboxsync Main/VPX: some code restructuring to be able to log errors / success …
(edit) @45927   12 years vboxsync *: a few uint32_t warnings
(edit) @45926   12 years vboxsync IMachine::VideoCaptureFps
(edit) @45924   12 years vboxsync warning
(edit) @45922   12 years vboxsync Main/VPX: more cleanup
(edit) @45914   12 years vboxsync Main: warnings
(edit) @45913   12 years vboxsync VPX: export EbmlWriter
(edit) @45911   12 years vboxsync Main/VPX: proper error handling, cleanup
(edit) @45891   12 years vboxsync Main/VPX: clear RGB buffer on allocation
(edit) @45890   12 years vboxsync Main: warnings
(edit) @45883   12 years vboxsync Main/VPX: another typo
(edit) @45878   12 years vboxsync VPX: separate encoding thread; more cleanup
(edit) @45841   12 years vboxsync VPX: export to OSE
(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) @45806   12 years vboxsync Build fix.
(edit) @45805   12 years vboxsync Main: Removed IGuestErrorInfo, added new attribute resultDetail to …
(edit) @45801   12 years vboxsync Warning.
(edit) @45783   12 years vboxsync Build fix.
(edit) @45782   12 years vboxsync Build fix.
(edit) @45780   12 years vboxsync Main/GuestCtrl: Use active listeners instead of passive ones because …
(edit) @45776   12 years vboxsync VPX: nits
(edit) @45772   12 years vboxsync VPX: allow to build against libvpx provided by the build system
(edit) @45757   12 years vboxsync Main: more debugging
(edit) @45743   12 years vboxsync Main/Display: cosmetics
(edit) @45740   12 years vboxsync Main/VideoRec: use milliseconds as time units to get more precise …
(edit) @45731   12 years vboxsync several fixes for video recording
(edit) @45706   12 years vboxsync more temporary debugging
(edit) @45697   12 years vboxsync GuestCtrl: Various bugfixes required for test driver to pass.
(edit) @45694   12 years vboxsync Main/ConsoleImpl: don't run out of scope!
(edit) @45687   12 years vboxsync Console::setGuestProperty: Temporary E_INVALIDARG debugging hack.
(edit) @45686   12 years vboxsync Console::setGuestProperty: some cleanup.
(edit) @45680   12 years vboxsync Main/VRDEServer: Back out code to disable VRDE server if no graphics …
(edit) @45679   12 years vboxsync More E_INVALIDARG details on setting/deleting guest props
(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) @45618   12 years vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45572   12 years vboxsync GuestSessionImplTasks.cpp: Better Windows OS version detection for …
(edit) @45571   12 years vboxsync Missing return value.
(edit) @45568   12 years vboxsync Main/GuestCtrl: Removed dead code.
(edit) @45554   12 years vboxsync ConsoleImpl2.cpp: Treat the 64-bit guest type the same way on 32-bit …
(edit) @45553   12 years vboxsync ConsoleImpl2.cpp: Force HW-virt if 64-bit guest. Log force HW-virt …
(edit) @45528   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(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) @45421   12 years vboxsync Another build fix: Missing class info and isupports for GuestErrorInfo …
(edit) @45418   12 years vboxsync Build fix.
(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) @45336   12 years vboxsync Main/Console: use appropriate API method for deleting the necessary …
(edit) @45284   12 years vboxsync Main: Introduce "StorageMgmt/SilentReconfigureWhilePaused" extradata …
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @45132   12 years vboxsync crOpenGL: seamles mode support impl; bugfizes & cleanup
(edit) @45109   12 years vboxsync GuestCtrl: More stuff for IGuestFile and IGuestSession handling (work …
(edit) @45078   12 years vboxsync VBox/err.h + Main/GuestCtrl: Introduced own error range VERR_GSTCTL_*, …
(edit) @45077   12 years vboxsync GuestProcessImpl.cpp: Fixed some callback return values.
(edit) @45076   12 years vboxsync GuestCtrl: *_NOTFIY_* -> *_NOTIFY_*.
(edit) @45033   12 years vboxsync Fixed PDMICARDREADERUP method names so they don't repeat the interface …
(edit) @45032   12 years vboxsync Fixed PDMICARDREADERDOWN method names so they don't repeat the …
(edit) @45030   12 years vboxsync Main/drv*: s/pData/pThis/g.
(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) @44945   12 years vboxsync Main/GuestProcessImpl: warnings
(edit) @44935   12 years vboxsync GuestCtrl: More code for guest session infrastructure handling …
(edit) @44903   12 years vboxsync Guest::updateStats: Don't divide by zero.
(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) @44822   12 years vboxsync Main: 6414: VM crashes with 2 virtual screens configured on Mac host …
(edit) @44759   12 years vboxsync UsbWebcamInterface: warning.
(edit) @44758   12 years vboxsync include,ExtPacks\Puel\UsbWebcam,Main,VRDP: emulated USB webcam updates.
(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) @44580   12 years vboxsync VBoxBFE: RIP.
(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) @44468   12 years vboxsync ConsoleVRDPServer: use a separate thread to call the external auth …
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