VirtualBox

source: vbox/trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @45679   12 years vboxsync More E_INVALIDARG details on setting/deleting guest props
(edit) @45674   12 years vboxsync Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without …
(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) @45030   12 years vboxsync Main/drv*: s/pData/pThis/g.
(edit) @45029   12 years vboxsync Main: drvDestruct/drvConstruct 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) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44374   12 years vboxsync FTM: pVM -> pUVM for main, mark as many as possible interfaces module …
(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) @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) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44288   12 years vboxsync Eliminate last use of CombinedProgress class etc xtracker id id 6167
(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) @44124   12 years vboxsync Eliminate last use of the CombinedProgess class - bugtracker id 6167
(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) @43952   12 years vboxsync Shared folders: instead of dropping a shared folder which does not …
(edit) @43649   12 years vboxsync Main: typos
(edit) @43584   12 years vboxsync Main,VRDP,VBoxTray: location awareness extension (ported from 4.2).
(edit) @43168   12 years vboxsync Main/ConsoleImpl: avoid debug assertion while shutting down many VMs …
(edit) @43161   12 years vboxsync ConsoleImpl.cpp: Attach and detach devices on EMT0 to serialize state …
(edit) @43131   12 years vboxsync EFI: permanent NVRAM storage.
(edit) @43064   12 years vboxsync Main/Console: fix incorrect condition which prevented cancelling …
(edit) @42907   12 years vboxsync Main: typo
(edit) @42551   12 years vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42382   12 years vboxsync Main/Session+Console+Machine: minimal change to reduce the overhead of …
(edit) @42261   12 years vboxsync enabled shared clipboard support for Linux hosts (guest=>host only)
(edit) @42238   12 years vboxsync harmless typos
(edit) @41925   13 years vboxsync allow to change the clipboard mode during runtime (API change …
(edit) @41842   13 years vboxsync Main,VBoxManage,docs: bandwidth units changed to bytes (#5582)
(edit) @41528   13 years vboxsync Main/HostUSBDevice(all platforms)+USBProxyService: redo USB locking, …
(edit) @41474   13 years vboxsync compile fix for VBOX_WITH_GUEST_PROPS disabled
(edit) @41352   13 years vboxsync Main: remote smartcard
(edit) @41214   13 years vboxsync Main: move handleUnexpectedExceptions method to VirtualBoxBase
(edit) @41089   13 years vboxsync Main/ConsoleImpl: reset the local machine state if VMR3SaveState …
(edit) @41040   13 years vboxsync Main+Frontends: move release logging setup to the glue code (to …
(edit) @40715   13 years vboxsync Build fix
(edit) @40712   13 years vboxsync NetShaper: Online bandwidth limit setting (#5582)
(edit) @40633   13 years vboxsync several warnings
(edit) @40563   13 years vboxsync Main/Console: avoid triggering an assertion due to releasing a lock twice
(edit) @40482   13 years vboxsync Console: define VRDP/ActiveClient guest property.
(edit) @40465   13 years vboxsync Main/Console: fix various regression from the locking cleanup
(edit) @40302   13 years vboxsync Main/Console: fix deadlock in DVD change, many more such fixes to come
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40276   13 years vboxsync Main/Console: fix deadlock when a VM triggers saving its own state, …
(edit) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @40084   13 years vboxsync Main/Metrics: Guests now push collected metrics to VBoxSVC instead of …
(edit) @39926   13 years vboxsync be more restrictive
(edit) @39720   13 years vboxsync ConsoleImpl.cpp: Try avoid holding the console lock (read or write) …
(edit) @39711   13 years vboxsync Disabled the mCallbackData cache until it's purpose has been found.
(edit) @39647   13 years vboxsync VBoxInternal2
(edit) @39643   13 years vboxsync SharedFolders: more fixes
(edit) @39531   13 years vboxsync Temporarily enabled buffering when composing the release log headering.
(edit) @39493   13 years vboxsync VRDP, Main: forward UTCINFO events as guest properties.
(edit) @39435   13 years vboxsync VRDP, Main: update RDP client name guest property.
(edit) @39411   13 years vboxsync Main/ConsoleImpl: don't crash if Console::drvStatus_MediumEjected is …
(edit) @39336   13 years vboxsync Main: Use shorter thread names.
(edit) @39250   13 years vboxsync Main/Console: fix last minute typo
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @39242   13 years vboxsync hungarian and spaces.
(edit) @38913   13 years vboxsync compile fixes for VBOX_WITH_EXTPACK disabled
(edit) @38911   13 years vboxsync RemoteUSB: support the extended device description.
(edit) @38495   13 years vboxsync Main: shared folder setup: reorder the path checks; if a shared folder …
(edit) @37851   13 years vboxsync Main/Console+Machine: new method for deleting a range of snapshot, …
(edit) @37843   13 years vboxsync Moved the extension pack release logging from ConsoleImpl.cpp to …
(edit) @37780   13 years vboxsync Storage/DrvHostBase: add generic unmount implementation, so that host …
(edit) @37732   14 years vboxsync somehow wrong
(edit) @37730   14 years vboxsync Main: LogRel installed extension packs
(edit) @37698   14 years vboxsync Main/Console: don't unmount the drive on eject if this is a host drive
(edit) @37687   14 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37661   14 years vboxsync Main/Console: fix very old copy/paste bug in comment
(edit) @37591   14 years vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @37471   14 years vboxsync Main/IConsole: add useHostClipboard attribute
(edit) @37380   14 years vboxsync Main/Console+InternalMachineControl: add a (not yet implemented) …
(edit) @37327   14 years vboxsync Main/Console: Fix FreeBSD build (thanks to Bernhard Froehlich)
(edit) @37285   14 years vboxsync Main: right place fo VBOX_WITH_USB_VIDEO.
(edit) @37284   14 years vboxsync OSE fix
(edit) @37282   14 years vboxsync Main,ExtPacks/Puel/UsbWebcam: UsbWebcam intergration.
(edit) @37201   14 years vboxsync Main/ConsoleImpl: build fixes
(edit) @36991   14 years vboxsync Main: Initial support for disk hotplugging, work in progress
(edit) @36976   14 years vboxsync Main: when mounting shared folders, don't break the loop if one folder …
(edit) @36481   14 years vboxsync Main: Sanitize incoming VRDP USB descriptor strings.
(edit) @36439   14 years vboxsync Init COM for all EMTS and PDMThreads.
(edit) @36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36381   14 years vboxsync todo
(edit) @36370   14 years vboxsync indent
(edit) @36344   14 years vboxsync Runtime/log: implement log rotation, adapt all code creating log files …
(edit) @36247   14 years vboxsync Addressed some guest property (transient reset) todos.
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