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) @40361   13 years vboxsync GuestProperties/API: never send property change events with NULL strings.
(edit) @40358   13 years vboxsync Main/Metrics: All calls to VM processes are done in separate thread (#6029)
(edit) @40329   13 years vboxsync Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0
(edit) @40262   13 years vboxsync Main/VirtualBox: clean up parameters of registerMedium method, and fix …
(edit) @40260   13 years vboxsync Main/VirtualBox: assertion typo which sneaked through
(edit) @40259   13 years vboxsync Main/Medium: Report errors detected when closing the medium in …
(edit) @40257   13 years vboxsync Main/Medium: rework locking scheme to solve lock order violations and …
(edit) @40205   13 years vboxsync Main: gcc warnings
(edit) @40201   13 years vboxsync Main/VirtualBox: fix race due to insufficient synchronization
(edit) @40183   13 years vboxsync Main/Host: must use the normal medium tree lock, as the Medium objects …
(edit) @40181   13 years vboxsync Main/ComposeMachineFilename: And add the success case test which …
(edit) @40180   13 years vboxsync Main/ComposeMachineFilename: fix a mis-type.
(edit) @40179   13 years vboxsync Main/ComposeMachineFilename: move sanitising code into separate …
(edit) @40156   13 years vboxsync Main and FE/Qt: do not put slashes, control characters and a few …
(edit) @40153   13 years vboxsync Main and FE/Qt: do not put slashes, control characters and a few …
(edit) @40084   13 years vboxsync Main/Metrics: Guests now push collected metrics to VBoxSVC instead of …
(edit) @40080   13 years vboxsync Another Windows build fix
(edit) @40079   13 years vboxsync Windows build fix for r76212
(edit) @40078   13 years vboxsync Main/NetIf: Use short interface name when composing network name on …
(edit) @40068   13 years vboxsync Main/NetIf-solaris: added a few more NIC descriptions.
(edit) @40066   13 years vboxsync hash the teleporter token.
(edit) @39926   13 years vboxsync be more restrictive
(edit) @39837   13 years vboxsync nit
(edit) @39821   13 years vboxsync API/GuestProperties: add DeleteGuestProperty.
(edit) @39799   13 years vboxsync Main/Medium: Add field for default open flags and add …
(edit) @39677   13 years vboxsync Main/Network: removed unnecessary defaults for IPAddress and …
(edit) @39564   13 years vboxsync Main/Machine: fix typo
(edit) @39563   13 years vboxsync Main/Machine: Fix saving network adapter settings when the chipset …
(edit) @39511   13 years vboxsync Main/Machine: remove leftover debugging hack
(edit) @39459   13 years vboxsync VBoxSVC: logging and --shutdown-delay.
(edit) @39429   13 years vboxsync Main/NetIf: Fixed segmentation fault in VBoxSVC on host-creation failure
(edit) @39352   13 years vboxsync Main: spaces
(edit) @39351   13 years vboxsync Main-OVF: make really sure all data is processed before stopping the …
(edit) @39248   13 years vboxsync Runtime: new guest OS type for Solaris 11 Frontends/VirtualBox: add …
(edit) @39221   13 years vboxsync Main/metrics: unregister guest after metrics (#5949)
(edit) @39200   13 years vboxsync Main/Machine: introduce env variable which allow specifying a …
(edit) @39123   13 years vboxsync Main/Machine: fix use after free bug caused by non-obvious std::list …
(edit) @39058   13 years vboxsync Added machinery to add floppy or not add USB for new VMs depending on …
(edit) @39055   13 years vboxsync Fe/Qt4+Main: Use 3D acceleration + 128MB VRAM for Windows 8 by …
(edit) @38999   13 years vboxsync Main: accident commit
(edit) @38996   13 years vboxsync Main: fix setting the current state modification flag in some circumstances
(edit) @38887   13 years vboxsync Change DiscardDevice to SetAutoDiscardForDevice
(edit) @38873   13 years vboxsync Main: Add API to set the discard flag for harddisks
(edit) @38820   13 years vboxsync Main: array size
(edit) @38818   13 years vboxsync Main/Medium+Snapshot+VirtualBox: extend the API in a compatible way to …
(edit) @38775   13 years vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38773   13 years vboxsync Main: only add parent to the lock list if it isn't null
(edit) @38764   13 years vboxsync Main/Medium+Machine: final lock order fixes
(edit) @38754   13 years vboxsync Main: prevent incorrect exiting of async event thread.
(edit) @38745   13 years vboxsync Main: fix Machine::setModifiedLock as well
(edit) @38744   13 years vboxsync Main/Medium: lock typo
(edit) @38742   13 years vboxsync Main: fix typo when checking old and new settings (regression of r57170)
(edit) @38741   13 years vboxsync Main/Medium: all remaining changes to get the media tree lock order …
(edit) @38729   13 years vboxsync Main/Medium+Machine: fix lock order issues when creating diff images, …
(edit) @38718   13 years vboxsync Main: Fix wrong medium attachment references after "Restore Snapshot" …
(edit) @38717   13 years vboxsync Main/Medium+Machine+AutoLock: Integrate the queryInfo semaphore into …
(edit) @38709   13 years vboxsync Main/Medium: replace the event semaphore used to wait for queryInfo by …
(edit) @38697   13 years vboxsync build fix
(edit) @38695   13 years vboxsync warnings
(edit) @38641   13 years vboxsync Main: fix possible dead-lock between IMedium::RefreshState and …
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38618   13 years vboxsync VBoxHeadless/win: dont create console window for console VBoxHeadless app
(edit) @38609   13 years vboxsync VBoxHeadless/win: enable SVC in VBoxSVC, add SVC to host installer
(edit) @38583   13 years vboxsync Main: set the "current state" modified if something in the VM …
(edit) @38535   13 years vboxsync Main: missed one case
(edit) @38534   13 years vboxsync Main: always use setError; improved some error messages; use the new …
(edit) @38499   13 years vboxsync Main/Machine+Medium: fix medium registry association when attaching a …
(edit) @38494   13 years vboxsync Main: fix VM initialization if a shared folder does not exists (fix …
(edit) @38491   13 years vboxsync VD: fixed regression of r73520 (Interface cleanup) for ovf file export
(edit) @38490   13 years vboxsync VD: fixed regression of r73520 (Interface cleanup) for ovf file import
(edit) @38475   13 years vboxsync Main/Medium: fix error message handling in the error cleanup code
(edit) @38469   13 years vboxsync VD: Interface cleanup. Merge the two involved structures (generic …
(edit) @38455   13 years vboxsync Main-OVA: fix importing of renamed OVA files
(edit) @38452   13 years vboxsync Main/Medium: make CreateDiffMedium more convenient to use by …
(edit) @38441   13 years vboxsync Main/USB: do not propagate remote filter to USBProxyService for all …
(edit) @38432   13 years vboxsync Main/USB: don't propagate remote filtera to USBProxyService
(edit) @38428   13 years vboxsync Main-CloneVM: wrong order
(edit) @38420   13 years vboxsync Main-Clone: use new Medium::cloneToEx method
(edit) @38406   13 years vboxsync vboxnetadp: moved SetExtraData calls to …
(edit) @38397   13 years vboxsync Main/Medium: fix object locks and medium lock state in createDiffStorage()
(edit) @38365   13 years vboxsync Main/VRDE: default port
(edit) @38357   13 years vboxsync Main: fix NonRational flag survival on snapshot creation (public #9379)
(edit) @38329   13 years vboxsync Main/MachineImpl: Allow hotplugging of CD/DVD drives
(edit) @38308   13 years vboxsync Main/Medium: public cloneToEx API for internal use which makes it …
(edit) @38264   13 years vboxsync Main-CloneVM: Respected the modified state of the source VM. Set to …
(edit) @38213   13 years vboxsync main/usb/win: replug device fix
(edit) @38211   13 years vboxsync Main: make path comparison independently of the slash style (public #9303)
(edit) @38153   13 years vboxsync Main/Machine: fix snapshot tree handling for cloning "machine and …
(edit) @38145   13 years vboxsync Main-CloneVM: make this error fatal
(edit) @38141   13 years vboxsync Main-CloneVM: fix the recursive snapshot searching
(edit) @38121   13 years vboxsync Main-CloneVM: comment
(edit) @38120   13 years vboxsync Main-CloneVM: remove old comment
(edit) @38119   13 years vboxsync Main-CloneVM: keep the "public" interface clean
(edit) @38116   13 years vboxsync Main-CloneVM: split up the disks collecting for the different cloning …
(edit) @38099   13 years vboxsync FE/Qt4/CLI;Main;Docu: enable MachineAndChildren in clone VM again for …
(edit) @38061   13 years vboxsync Main-CloneVM: invert it
(edit) @38058   13 years vboxsync Main-CloneVM: fix wrong check
(edit) @38056   13 years vboxsync Main/Machine: disable clone mode "machine and child states" for now
(edit) @38049   13 years vboxsync Main-CloneVM: no tmp necessary
(edit) @38048   13 years vboxsync Machine: fix snapshot and current state updating in the "machine and …
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