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) @55511   10 years vboxsync Main/Snapshot: fix handling of saved state with offline snapshots …
(edit) @55505   10 years vboxsync Main: Add method to return list of medium identifiers assoicated with …
(edit) @55458   10 years vboxsync Main/src-server/xpcom/server.cpp: make the event queue handling and …
(edit) @55457   10 years vboxsync Main/Host: make sure that all relevant objects are uninitialized when …
(edit) @55437   10 years vboxsync Main/Console+Machine: deliver OnGuestPropertyChanged for the current …
(edit) @55436   10 years vboxsync Reverted bad commit r99781.
(edit) @55435   10 years vboxsync Bad commit, reverted with following changeset
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55285   10 years vboxsync Main/Medium: Preserve any errors when deleting the medium locks list
(edit) @55284   10 years vboxsync Main/Medium: Clarify progress description when decrypting a medium
(edit) @55278   10 years vboxsync Main/HostDnsService: Poll for VBoxInternal2/HostDNSOrderIgnore global …
(edit) @55259   10 years vboxsync Main/Serial+Devices/Serial: new TCP backend for serial port. …
(edit) @55255   10 years vboxsync Main/Snapshot: only update the machine state on the VM process if …
(edit) @55251   10 years vboxsync Main/Host: reduce the amount of unnecessary locking greatly
(edit) @55233   10 years vboxsync Main/Machine+Snapshot: fix state checks and introduce standardized …
(edit) @55224   10 years vboxsync Main/HostDnsService: fix fallout from previous (r99529).
(edit) @55223   10 years vboxsync Main/HostDnsService: if VBoxInternal2/HostDNSOrderIgnore global …
(edit) @55214   10 years vboxsync Main/Console+Machine+Session+Snapshot: move the save state and …
(edit) @55209   10 years vboxsync Main/VirtualBox: preserve useful error code which indicates trouble …
(edit) @55200   10 years vboxsync Main/HostDnsService: use <iprt/cpp/lock.h> instead of a roll-your-own …
(edit) @55199   10 years vboxsync Main/HostDnsService: get rid of const_cast<VirtualBox *> that is a …
(edit) @55198   10 years vboxsync Main/HostDnsService: drop const from VirtualBox *aParent as …
(edit) @55182   10 years vboxsync Main,FE/VBoxManage: Support exporting machines as appliances which …
(edit) @55168   10 years vboxsync Main/Machine: fix overlooked case sensitive frontend name check
(edit) @55167   10 years vboxsync Main/Machine: Add support for launching separate UI/VM setups. …
(edit) @55120   10 years vboxsync Main/Machine: too strict limitations for extradata changes... for …
(edit) @55095   10 years vboxsync Assorted fixes for FreeBSD hosts, VBox compiles and runs again without …
(edit) @55094   10 years vboxsync Main/Machine: fix condition when permanent shared folders can be …
(edit) @55085   10 years vboxsync Main/HostDnsService: registry updates for multiple values are not …
(edit) @54985   10 years vboxsync fixed several lines according to coding style
(edit) @54979   10 years vboxsync OVF: pr7721. Import images in other formats. Added option …
(edit) @54972   10 years vboxsync Main/VirtualBox: remove unused header file
(edit) @54971   10 years vboxsync Main/AudioAdapter+BandwidthControl+Machine+NetworkAdapter+ParallelPort+ …
(edit) @54966   10 years vboxsync MediumImpl: be a bit more verbose if locking of the media failed
(edit) @54959   10 years vboxsync NetIf-freebsd: Added { } to prevent a compiler warning. Thank you …
(edit) @54950   10 years vboxsync Fix unused variables warnings
(edit) @54948   10 years vboxsync Main/Medium+Snapshot: make all code recursing over trees (objects …
(edit) @54945   10 years vboxsync Main/Medium: release media locks by destroying tasks before sending …
(edit) @54927   10 years vboxsync Main/src-server: comment.
(edit) @54926   10 years vboxsync Main/src-server/MachineImpl: enable KVM paravirt for almost all linux …
(edit) @54911   10 years vboxsync Main: Added paravirt. provider KVM APIs.
(edit) @54885   10 years vboxsync Main: Add a method to check for the correct encryption password
(edit) @54884   10 years vboxsync Fix for the fix
(edit) @54883   10 years vboxsync Main/Medium: Fix regression introduced with yesterdays changes
(edit) @54871   10 years vboxsync NetIf-solaris: missed file.
(edit) @54870   10 years vboxsync NetIf-solaris: comment.
(edit) @54869   10 years vboxsync NetIf-solaris: fix listing of link names that don't have the same name …
(edit) @54855   10 years vboxsync Main/Medium: Logic change for IMedium::ChangeEncryption, an empty …
(edit) @54854   10 years vboxsync Main: Rearrange and rename parameters of IMedium::ChangeEncryption
(edit) @54847   10 years vboxsync Main: Fix another place where VBOX_E_PASSWORD_INCORRECT should be returned
(edit) @54843   10 years vboxsync Main: adapt VRDEServer to new, more precise state checks
(edit) @54840   10 years vboxsync Main/NetworkAdapter: adapt to new, more precise state checks
(edit) @54838   10 years vboxsync Main/src-server/solaris: Fix description matching for …
(edit) @54837   10 years vboxsync Medium: Return VBOX_E_PASSWORD_INCORRECT when changing the encryption …
(edit) @54835   10 years vboxsync Encryption: Add a way to retrieve the encryption settings without …
(edit) @54821   10 years vboxsync G/c unused files.
(edit) @54816   10 years vboxsync Main/HostDnsService: G/c as intended code that was accidentally only …
(edit) @54814   10 years vboxsync Main/HostDnsService: log DNS info when it's actually changed, not when …
(edit) @54791   10 years vboxsync Main/Machine: fix long-standing bug with setting extradata (it isn't …
(edit) @54705   10 years vboxsync Main: VBoxNetNAT/VBoxNetDHCP: sometimes it's required to kill the …
(edit) @54671   10 years vboxsync NAT networks: don't kill VBoxNetDHCP and VBoxNetNAT but send the …
(edit) @54662   10 years vboxsync Main/HostDnsService: instead of keeping fragile state g/c notifyAll() …
(edit) @54647   10 years vboxsync Fix lock order violation
(edit) @54645   10 years vboxsync Encryption/Main: Allow encryption of differencing media as long as …
(edit) @54631   10 years vboxsync Main/HostDnsService: fixed a typo which prevented to pass any DNS …
(edit) @54625   10 years vboxsync Main: Fixes for disk encryption support and make use of the optimized …
(edit) @54591   10 years vboxsync Add support to supply passwords for disk encryption while the VM is running
(edit) @54511   10 years vboxsync Main/BandwidthControl: eliminate warning
(edit) @54486   10 years vboxsync Main/Medium: Add basic support to encrypt/decrypt media, work in progress
(edit) @54438   10 years vboxsync Main/VirtualBox: eliminate redundant parameter to i_registerMedium, …
(edit) @54407   10 years vboxsync Main/DHCPServerImpl: kludge to sneak in dhcp option encoding through …
(edit) @54351   10 years vboxsync Main/DHCPServerImpl: factor out code to encode option values for …
(edit) @54347   10 years vboxsync Main/DHCPServerImpl: cosmetic - be consistent in using plural "aValues".
(edit) @54314   10 years vboxsync Main/DHCPServerImpl: for DHCP options keep not just the text …
(edit) @54304   10 years vboxsync Main/src-server/HostDnsService.cpp: log each DNS info change …
(edit) @54302   10 years vboxsync Main/src-server/HostDnsService.cpp: make sure that only actual …
(edit) @54284   10 years vboxsync Frontends/VBoxManage: use AutoReadLock in DHCPServer getters.
(edit) @54276   10 years vboxsync Main/src-server: unused var. warning.
(edit) @54265   10 years vboxsync Main/DHCPServerImpl: AddGlobalOption - make updating existing options …
(edit) @54177   10 years vboxsync Main/Machine: typo in rsevious change
(edit) @54175   10 years vboxsync Main/Machine: fix another (unnecessary, the parent lock isn't needed …
(edit) @54174   10 years vboxsync Main/Machine: fix lock order violation when detaching all media, child …
(edit) @54051   10 years vboxsync nit
(edit) @53867   10 years vboxsync Main: Added machine state change probe.
(edit) @53815   10 years vboxsync Rename include/VBox/VBoxOGLTest.h to more common name (VBoxOGL.h) …
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @53739   10 years vboxsync Main: Fix race condition between Medium::Close and Medium::i_queryInfo …
(edit) @53624   10 years vboxsync scm automatic cleanups.
(edit) @53603   10 years vboxsync Main: Don't try to delete the storage of a disk image when the format …
(edit) @53540   10 years vboxsync Missing file
(edit) @53354   10 years vboxsync R7524 - needs testing in VBoxManage.
(edit) @53344   10 years vboxsync Main: VRDEServer property TCP/Ports should accept 0 as default value
(edit) @53323   10 years vboxsync Main/VirtualBox: take vbox lock before locking dhcp server list (#7500)
(edit) @53318   10 years vboxsync NDIS6/NetLwf: Use new component id (oracle_VBoxNetLwf) instead of old …
(edit) @53297   10 years vboxsync Main: Added API to report actual USB device speed.
(edit) @53242   10 years vboxsync Main/HostDnsService: Tcpip\Parameters\NameServer value is not updated …
(edit) @53171   10 years vboxsync MachineImpl: delete TRANSIENT and TRANSRESET guest properties on VM …
(edit) @53170   10 years vboxsync MachineImpl: delete TRANSIENT and TRANSRESET guest properties on VM …
(edit) @53165   10 years vboxsync Main/HostDnsService: brush up old Windows code. In general no …
(edit) @53159   10 years vboxsync Main/HostDnsService: revert windows code back to r91891. The rewrite …
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