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) @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 …
(edit) @44440   12 years vboxsync Main: UsbWebcamInterface: do not crash if VM has no webcam.
(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) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(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) @44382   12 years vboxsync Main/DisplayImpl: Fix for access violation in case of multimonitor. …
(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) @44368   12 years vboxsync ConsoleImpl.cpp: There is no group operator called 'unrestricted', …
(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) @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) @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) @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) @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) @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
(edit) @44091   12 years vboxsync Main: make the code more readable. Places where the comparisons were …
(edit) @44039   12 years vboxsync Main: renavation com::Guid class. PR5744
(edit) @43981   12 years vboxsync Guest Control: Respect detached processes.
(edit) @43952   12 years vboxsync Shared folders: instead of dropping a shared folder which does not …
(edit) @43934   12 years vboxsync DisplayImpl: LogFlow -> Log2
(edit) @43929   12 years vboxsync ConsoleVRDPServer: VideoIn updates
(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) @43808   12 years vboxsync Main: added the OS type to the release log
(edit) @43806   12 years vboxsync Main/ConsoleImpl2: build fix for ancient gcc versions (see r81663, …
(edit) @43754   12 years vboxsync src-client/ConsoleImpl2: warning
(edit) @43753   12 years vboxsync src-client/ConsoleImpl2.cpp: Build fix r81663.
(edit) @43750   12 years vboxsync Main/src-client/ConsoleImpl2 & Devices/PC/DevPcBios: Logical Geometry …
(edit) @43649   12 years vboxsync Main: typos
(edit) @43584   12 years vboxsync Main,VRDP,VBoxTray: location awareness extension (ported from 4.2).
(edit) @43493   12 years vboxsync Main/GuestSessionImpl: warnings.
(edit) @43462   12 years vboxsync HGCM Host Channel service: implemented a generic Query function.
(edit) @43446   12 years vboxsync ConsoleVRDPServer: use bitmap updates for 3D redirect if nothing else …
(edit) @43388   12 years vboxsync ConsoleVRDPServer: raw TSMF close channel.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43384   12 years vboxsync ConsoleVRDPServer: raw TSMF fix.
(edit) @43351   12 years vboxsync ConsoleVRDPServer: host channel for raw TSMF interface (build fix).
(edit) @43350   12 years vboxsync ConsoleVRDPServer: host channel for raw TSMF interface.
(edit) @43301   12 years vboxsync GuestCtrl: More error checking.
(edit) @43299   12 years vboxsync GuestCtrl: More error checking.
(edit) @43297   12 years vboxsync Spelling.
(edit) @43288   12 years vboxsync GuestProcessImpl/WaitFor: Don't set an error when timing out.
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