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) @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   12 years vboxsync allow to change the clipboard mode during runtime (API change …
(edit) @41842   12 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   13 years vboxsync somehow wrong
(edit) @37730   13 years vboxsync Main: LogRel installed extension packs
(edit) @37698   13 years vboxsync Main/Console: don't unmount the drive on eject if this is a host drive
(edit) @37687   13 years vboxsync Main/Console+Machine: add notification for guest triggered eject, …
(edit) @37661   13 years vboxsync Main/Console: fix very old copy/paste bug in comment
(edit) @37591   13 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.
(edit) @36179   14 years vboxsync Comments.
(edit) @36178   14 years vboxsync Main/VBoxManage/Guest Additions: Added support for "TRANSIENT_RESET" …
(edit) @36074   14 years vboxsync Main: implement sharing saved state files between snapshots and …
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @35965   14 years vboxsync Main/Console: resurrect strange tap/bridge hybrid optimization
(edit) @35886   14 years vboxsync burn fix, typo
(edit) @35885   14 years vboxsync Main, VMM, vboxshell: more PCI work (persistent settings, logging, …
(edit) @35875   14 years vboxsync Console::TakeSnapshot: Mishandled the Stuck state - just use …
(edit) @35758   14 years vboxsync cleanup
(edit) @35757   14 years vboxsync Main: do not fail loading machine settings if a shared folder path is …
(edit) @35755   14 years vboxsync Main: convert SharedFolder to utf-8
(edit) @35722   14 years vboxsync Main: reworked listener objects creation, fixes Win problems with …
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35638   14 years vboxsync Main. QT/FE: fix long standing COM issue
(edit) @35563   14 years vboxsync Main/Console: reorder VM startup activities and make sure as many …
(edit) @35481   14 years vboxsync Main/Console: fix poweroff regression introduced when moving the …
(edit) @35460   14 years vboxsync Main/Console+Machine: move PowerDown progress object to VBoxSVC, plus …
(edit) @35421   14 years vboxsync Console::onNetworkAdapterChange: better error message if a network …
(copy) @35368   14 years vboxsync Main: source re-org.
copied from trunk/src/VBox/Main/ConsoleImpl.cpp
(edit) @35358   14 years vboxsync backed out 69217
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