VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36219   14 years vboxsync Addressed some guest property (transient reset) todos.
(edit) @36215   14 years vboxsync doxygen @todo, please.
(edit) @36206   14 years vboxsync Guest Execution: more review stuff.
(edit) @36188   14 years vboxsync Main/SnapshotImpl: progressCallback not used anymore since r70196
(edit) @36187   14 years vboxsync Main/Machine: handle the case where snapshot dir = VM dir (previously …
(edit) @36181   14 years vboxsync Main: Fix crashes when starting a VM with a bandwidth group caused by …
(edit) @36179   14 years vboxsync Comments.
(edit) @36178   14 years vboxsync Main/VBoxManage/Guest Additions: Added support for "TRANSIENT_RESET" …
(edit) @36168   14 years vboxsync Main: a few more time format fixes
(edit) @36165   14 years vboxsync format string fix
(edit) @36163   14 years vboxsync Main: Do not use colons in filenames(!), add nanosecond to saved state …
(edit) @36161   14 years vboxsync Main: minor mouse updates
(edit) @36150   14 years vboxsync Main/Mouse: mouse handling fix found by the testcase
(edit) @36130   14 years vboxsync Main: don't allow to start a VM if USB2.0 was enabled but no extension …
(edit) @36128   14 years vboxsync Main/Metrics: Hypervisor and guest metrics re-done (#5566)
(edit) @36124   14 years vboxsync PCI: code to perform host driver detach on Linux - not yet fully functional
(edit) @36121   14 years vboxsync rework NetFlt/Adp
(edit) @36120   14 years vboxsync FE/BFE: fix some warnings
(edit) @36110   14 years vboxsync Main: typo deserializing guest path in PCI passthrough
(edit) @36107   14 years vboxsync PCI: some Main work to provide correct attachment info for physical devices
(edit) @36105   14 years vboxsync Main: properly save the promiscous mode
(edit) @36103   14 years vboxsync typo
(edit) @36102   14 years vboxsync Build fix.
(edit) @36101   14 years vboxsync Build fix.
(edit) @36099   14 years vboxsync Main/VBoxManage: Added ExecuteProcessStatus, update on todos.
(edit) @36096   14 years vboxsync Main/Settings: comment
(edit) @36095   14 years vboxsync Main/Settings: correctly bump from v1.10 to v1.11 if a network …
(edit) @36091   14 years vboxsync Main: use the VRDE VM setting in LaunchVMProcess API
(edit) @36090   14 years vboxsync Main/src-server/PerformanceSolaris: update free memory in KB not bytes.
(edit) @36086   14 years vboxsync MachineImpl.cpp: No large pages on linux for me, thank you very much.
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @36078   14 years vboxsync Main/src-server/PerformanceSolaris: unused header.
(edit) @36076   14 years vboxsync Right extra data variable name.
(edit) @36075   14 years vboxsync More flexible internal network promisc mode (++) policy management.
(edit) @36074   14 years vboxsync Main: implement sharing saved state files between snapshots and …
(edit) @36073   14 years vboxsync Main/src-server/PerformanceSolaris: build fix.
(edit) @36072   14 years vboxsync Main: fix overconfident debug assertion triggered by earlier fix in r69942
(edit) @36071   14 years vboxsync Main/src-server/PerformanceSolaris: Tweak free memory accounting to …
(edit) @36070   14 years vboxsync Metrics: ugly fix for VMM metrics
(edit) @36069   14 years vboxsync Main/Guest: InternalGetStatistics now returns 0s if VM is not running
(edit) @36063   14 years vboxsync VRDE: backward compatibility: try to load VBoxAuth if VRDP Auth is …
(edit) @36059   14 years vboxsync Main/BandwidthControl: Remove unused header
(edit) @36058   14 years vboxsync Main/BandwidthControl: Don't use direct references to bandwidth group …
(edit) @36057   14 years vboxsync Main/NetIf: Fixed host-only interface creation failure on Windows (#3873)
(edit) @36053   14 years vboxsync PCI: first version allowing registers visibility
(edit) @36043   14 years vboxsync sha1WaitForManifestThreadFinished: Read once instead of 4x.
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @36038   14 years vboxsync IAdditionsFacility::lastUpdated: Use the same wording as …
(edit) @36037   14 years vboxsync uninitalized member?
(edit) @36036   14 years vboxsync indent
(edit) @36027   14 years vboxsync Main: typo
(edit) @36024   14 years vboxsync IOAPIC: assign ID matching MADT
(edit) @36021   14 years vboxsync Main: Correct location of the HostIPStack key. DrvVD will always use …
(edit) @36017   14 years vboxsync Main: Improve error message if a CPU socket is removed which has still …
(edit) @36015   14 years vboxsync Main-OVF: fix exporting to slow medias
(edit) @35997   14 years vboxsync fix OSE
(edit) @35992   14 years vboxsync raw PCI: more init bits
(edit) @35989   14 years vboxsync Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
(edit) @35988   14 years vboxsync Main/medium: Create target images for export in sequential mode.
(edit) @35984   14 years vboxsync Main: prohibit setting a UUID as the machine or snapshot name
(edit) @35983   14 years vboxsync Main: fix warning
(edit) @35982   14 years vboxsync Main: further fix broken snapshots when disk images are shared between …
(edit) @35981   14 years vboxsync Main: IAdditionsFacility description update.
(edit) @35977   14 years vboxsync Main: Fixed resizing/seamless mode because of missing facility status.
(edit) @35976   14 years vboxsync Main: sort headers
(edit) @35975   14 years vboxsync build fix
(edit) @35974   14 years vboxsync that was wrong, this is client code not server code
(edit) @35973   14 years vboxsync Forgot include.
(edit) @35972   14 years vboxsync Build fix for Mac.
(edit) @35971   14 years vboxsync warning
(edit) @35970   14 years vboxsync Build fix.
(edit) @35968   14 years vboxsync Main/VMMDev: Added all facility classes define.
(edit) @35967   14 years vboxsync Main/VBoxManage: Update on guest facilities, added IAdditionsFacility; …
(edit) @35965   14 years vboxsync Main/Console: resurrect strange tap/bridge hybrid optimization
(edit) @35964   14 years vboxsync Metrics: Introduced RAM/VMM base metric
(edit) @35962   14 years vboxsync Main/Console: make the #if match the .cpp file, and eliminate long …
(edit) @35961   14 years vboxsync FreeBSD: Fix finding vboxnet interfaces if there is no default route …
(edit) @35958   14 years vboxsync Main/solaris/NetIf-solaris: Added ixgbe NIC description.
(edit) @35942   14 years vboxsync Main/idl: clarify meaning of bandwidth group parameter/attribute
(edit) @35934   14 years vboxsync nit
(edit) @35921   14 years vboxsync Main: strncpy fix
(edit) @35918   14 years vboxsync Main: API docs (IMedium + IMediumAttachment cleanup, media registry …
(edit) @35915   14 years vboxsync Main: fix broken snapshots when disk images are shared between several …
(edit) @35913   14 years vboxsync Main: pass in safearrays as SAFEARRAY*
(edit) @35911   14 years vboxsync Main: avoid using invalid TLS index
(edit) @35910   14 years vboxsync SDK docs build fix.
(edit) @35909   14 years vboxsync HGCM: fixed termination of threads.
(edit) @35907   14 years vboxsync Main/Frontends: Also use facilities for guest features (seamless, …
(edit) @35903   14 years vboxsync Main: before unregistering a machine, move media shared with another …
(edit) @35895   14 years vboxsync Main/HostOnly: preserve vboxnetX with default address and mask (#4213)
(edit) @35893   14 years vboxsync Comment update.
(edit) @35890   14 years vboxsync Burn fix.
(edit) @35889   14 years vboxsync Comment typo.
(edit) @35888   14 years vboxsync Burn fix, added facility status "failed", removed unused parameters, …
(edit) @35887   14 years vboxsync Main/VBoxManage: Introduced facility handling for more fine grained …
(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) @35872   14 years vboxsync Main: Clear Console::mpVM on config constructor failure.
(edit) @35871   14 years vboxsync Main: generate mouse events smarter
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