VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42903   12 years vboxsync Main/Machine: fix crash for restoring snapshots when the chipset type …
(edit) @42890   12 years vboxsync Main/Machine: initializer method cleanup, makes the code easier to read
(edit) @42889   12 years vboxsync Main/Snapshot: stop abusing the mPeer field, because this triggers …
(edit) @42888   12 years vboxsync Main/VirtualBox: validate group names for collision with VM names. …
(edit) @42875   12 years vboxsync Machine::GetNetworkAdapter: More details. (Testsuite doesn't check for …
(edit) @42861   12 years vboxsync main/VideoCaptureAndEncoding: Error checking, formatting. Still under …
(edit) @42858   12 years vboxsync MachineImpl/GetNetworkAdapter: Don't assert in debug builds when a …
(edit) @42844   12 years vboxsync Main/VideoEncodingAndCapture: Code improvement
(edit) @42843   12 years vboxsync Main/EncodingAndRecording: Win build fix .
(edit) @42838   12 years vboxsync Main/EncodeAndVideoRecording Module and API implementation: …
(edit) @42831   12 years vboxsync indent
(edit) @42825   12 years vboxsync Main/Machine+NetworkAdapter: properly fix resizing of vector …
(edit) @42823   12 years vboxsync Main/Machine: 1. function STDMETHODIMP …
(edit) @42789   12 years vboxsync 4.2.0 RC 1
(edit) @42788   12 years vboxsync Main/Machine: 1. function STDMETHODIMP …
(edit) @42757   12 years vboxsync Main/Machine: fix path comparison when detecting whether the VM lives …
(edit) @42748   12 years vboxsync Main/VirtualBox: add new method for querying normalized version …
(edit) @42708   12 years vboxsync Runtime: add an fMode parameter to RTDirCreateTemp() and adjust callers.
(edit) @42664   12 years vboxsync Allow Main to detect VIA VT-x support.
(edit) @42569   12 years vboxsync Main/VirtualBox+Machine: new API method for getting VMs which are in …
(edit) @42551   12 years vboxsync Main: big API naming cleanup, use all caps acronyms everywhere, …
(edit) @42538   12 years vboxsync added 3 extra methods for 6124
(edit) @42491   12 years vboxsync Autostart: Support for Solaris
(edit) @42489   12 years vboxsync Main/Machine: get the conditions right when the group association can …
(edit) @42442   12 years vboxsync Elinate use of NULL object references in the API - 6124
(edit) @42391   12 years vboxsync Main/AutostartDb: Signal success if the autostart database is not …
(edit) @42389   12 years vboxsync ApplianceIO: Assertion to catch non sequential accesses
(edit) @42388   12 years vboxsync Main/SystemProperties: Fix setting the autostart database path
(edit) @42383   12 years vboxsync Main/VirtualBox+Machine: optimize reaction time on session changes by …
(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) @42231   12 years vboxsync Main: validation check for decrypt
(edit) @42213   12 years vboxsync Main/Machine: fix error code check, Windows reports different code …
(edit) @42212   12 years vboxsync Main: fixed wrong access
(edit) @42210   12 years vboxsync Main: propagate error during medium settings decryption
(edit) @42208   12 years vboxsync Main: properly initialize fSettingsCipherKeySet; don't ignore errors …
(edit) @42195   12 years vboxsync SystemPropertiesImpl.cpp: Disabled assertion preventing strict mac …
(edit) @42182   12 years vboxsync Windows build fix
(edit) @42181   12 years vboxsync Another fix
(edit) @42178   12 years vboxsync Autostart: Make the path to the autostart database configurable
(edit) @42177   12 years vboxsync Main/VirtualBox+Machine: implement the directory handling/renaming …
(edit) @42168   12 years vboxsync Main/VirtualBox: must use different algorithm for duplicate …
(edit) @42131   12 years vboxsync Main: fix COM/XPCOM incompatibility issues and add safearray setter …
(edit) @42129   12 years vboxsync Main/VirtualBox+Machine: add support for VM groups (incomplete, saving …
(edit) @42125   12 years vboxsync optional encrypted store of the iSCSI initiator secret
(edit) @42123   12 years vboxsync Main/Machine+Snapshot: fix crash on snapshot restore due to incorrect …
(edit) @42118   12 years vboxsync Autostart: Updates, implemented config parser for the autostart daemon
(edit) @42110   12 years vboxsync Main/SnapshotImpl.cpp: eliminate dead code
(edit) @42109   12 years vboxsync Main/Medium: fix excessive settings saving as part of …
(edit) @42069   12 years vboxsync Autostart: Simplify getting the username, use the new IPRT API
(edit) @42038   12 years vboxsync Main/ApplianceImport: Don't use the SHA VFS layer if there is no …
(edit) @42024   12 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @42022   12 years vboxsync Main/MachineImpl: coding style (spaces before and after '='); no …
(edit) @42021   12 years vboxsync Main/Machine: added a caller and a read lock before calling of …
(edit) @42015   12 years vboxsync All attached devices will be detached automatically when a storage …
(edit) @42000   12 years vboxsync Build fix
(edit) @41999   12 years vboxsync More autostart service updates, work in progress
(edit) @41926   12 years vboxsync Main/clipboard: save the settings immediately like we do in other places
(edit) @41925   12 years vboxsync allow to change the clipboard mode during runtime (API change …
(edit) @41921   12 years vboxsync Main: shared clipboard is disabled for new VMs
(edit) @41914   12 years vboxsync Main: Implement API to configure autostart/-stop for virtual machines
(edit) @41882   12 years vboxsync NetShaper: Runtime shaper disabling support (#5582)
(edit) @41849   12 years vboxsync Main/Bandwidth: server side limit validity check (#5582)
(edit) @41842   12 years vboxsync Main,VBoxManage,docs: bandwidth units changed to bytes (#5582)
(edit) @41814   12 years vboxsync USBProxyServiceWindows: Fixed debug assertion when releasing devices.
(edit) @41813   12 years vboxsync Main/HostUSBDevice: forgotten lock fix which happens only on platforms …
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41774   12 years vboxsync bugref..
(edit) @41596   13 years vboxsync Main/Machine: fix indentation
(edit) @41595   13 years vboxsync Main/Machine+Display: do not ignore the error code from …
(edit) @41578   13 years vboxsync Main/linux: check an error code in the USB device code.
(edit) @41529   13 years vboxsync typo
(edit) @41528   13 years vboxsync Main/HostUSBDevice(all platforms)+USBProxyService: redo USB locking, …
(edit) @41520   13 years vboxsync Main/USBController: whitespace cleanup
(edit) @41371   13 years vboxsync Main,include,VBoxManage: smartcard support: …
(edit) @41290   13 years vboxsync Main/Network: fixed descriptor leak introduced in r77794 (#6182, #6183)
(edit) @41243   13 years vboxsync Main/Medium: small optimization, as it is only necessary to look at …
(edit) @41236   13 years vboxsync Small { formatting change for 6130
(edit) @41232   13 years vboxsync various fixes for openMedium->findMedium change 6130 inc return statuses
(edit) @41231   13 years vboxsync Main/VirtualBox: very tricky fix for renaming linked clones (media …
(edit) @41225   13 years vboxsync Main/Machine: fix initializer warning with recent gcc
(edit) @41214   13 years vboxsync Main: move handleUnexpectedExceptions method to VirtualBoxBase
(edit) @41184   13 years vboxsync Main+Frontends: removed unused and confusing VirtualBoxErrorInfo …
(edit) @41174   13 years vboxsync Main/Network: Pass error messages from VBoxNetAdpCtl all the way up to …
(edit) @41138   13 years vboxsync Main/DHCPServerRunner: sanity check
(edit) @41120   13 years vboxsync Replace calls of findMedium with openMedium, remove findMedium …
(edit) @41106   13 years vboxsync backed out r77705 as it broke the builds (webservices)
(edit) @41105   13 years vboxsync use openMedium instead of findMedium
(edit) @41100   13 years vboxsync better error report if the global settings directory is not accessible
(edit) @41066   13 years vboxsync Main: workaround for GUI.
(edit) @41049   13 years vboxsync Main: query the guest screen info from saved state (xTracker 5820)
(edit) @41041   13 years vboxsync Main: fix COM server build error
(edit) @41040   13 years vboxsync Main+Frontends: move release logging setup to the glue code (to …
(edit) @41026   13 years vboxsync Main/VirtualBoxImpl.cpp: clean up version handling a bit
(edit) @41025   13 years vboxsync Main/Host: fix a few LogRel messages
(edit) @41003   13 years vboxsync Main/MediumImpl: correct error code if a medium file is not accessible
(edit) @40910   13 years vboxsync FreeBSD/NetIf: Add support for IFT_L2VLAN interfaces when enumerating …
(edit) @40845   13 years vboxsync 3D check: direct invocation on the client side
(edit) @40755   13 years vboxsync Main/HostImpl: fixed r76982 (the old santiy check was wrong and …
(edit) @40633   13 years vboxsync several warnings
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