VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @33623   14 years vboxsync ExtPack: More code.
(edit) @33598   14 years vboxsync Main: use RTPATH_MAX and RTPathUserHome() wrapper
(edit) @33596   14 years vboxsync Main: Change the 'default default' machine folder to …
(edit) @33592   14 years vboxsync VRDE: renamed VRDPServer.h, .cpp to VRDEServer.
(edit) @33590   14 years vboxsync VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code …
(edit) @33567   14 years vboxsync VD: Move the generic virtual disk framework + backends to …
(edit) @33556   14 years vboxsync VRDE: More API changes for the VRDP server separation.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33524   14 years vboxsync Storage: Implement offical support for other disk types like DVD and …
(edit) @33521   14 years vboxsync ExtPack: More code.
(edit) @33497   14 years vboxsync Build fix.
(edit) @33492   14 years vboxsync Guest Copy/Guest Additions: Update.
(edit) @33474   14 years vboxsync ExtPack: Sketches and some code.
(edit) @33461   14 years vboxsync Main: Add additional params to IVirtualBox::EntryList for querying the …
(edit) @33458   14 years vboxsync Main: partial revert or r67042, bring back the overwrite parameter
(edit) @33451   14 years vboxsync Main: change VirtualBox::createMachine() to accept arbitrary paths for …
(edit) @33447   14 years vboxsync Main/UIWizard: Sound Controller attachement recommendations was added.
(edit) @33417   14 years vboxsync FE;Main;OVF: On export name the disks like the ovf + disk + number.
(edit) @33411   14 years vboxsync Guest Copy/VBoxManage+Main: Enabled code by default (VBoxManage …
(edit) @33408   14 years vboxsync Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33368   14 years vboxsync Main-OVF: back to const ref
(edit) @33353   14 years vboxsync Main-OVF: import into existing disks: test
(edit) @33344   14 years vboxsync Main-OVF: Select the target format out of the available formats.
(edit) @33339   14 years vboxsync Main/Medium: more parameter clarifications
(edit) @33334   14 years vboxsync Main/MediumImpl: clarify what medium format is used for src/dst for …
(edit) @33301   14 years vboxsync Guest Copy/VBoxManage+Main: Implemented first working "copyto" command …
(edit) @33300   14 years vboxsync Main: API change, merge IMachine::getSnapshot() with findSnapshot()
(edit) @33298   14 years vboxsync Main: fix docs for aggregator API, burn fix
(edit) @33294   14 years vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
(edit) @33289   14 years vboxsync Runtime;Main-OVF-Import: added online creation of SHA1 sums; …
(edit) @33247   14 years vboxsync VBoxService/Guest Execution: Update.
(edit) @33239   14 years vboxsync Main: remove VirtualBox::WaitForPropertyChange which has been …
(edit) @33238   14 years vboxsync Main: new VirtualBox::ComposeMachineFilename() API; remove the …
(edit) @33237   14 years vboxsync Main: remove obsolete typedef
(edit) @33232   14 years vboxsync Main: use paths relative to machine folder in machine registries
(edit) @33146   14 years vboxsync wddm/3d: chromium hgsmi, host part + guest part debugging
(edit) @33140   14 years vboxsync Main: have Machine::MountMedium() behave like AttachDevice (use …
(edit) @33107   14 years vboxsync Main/Medium: add internal importFile method, intended to be used by …
(edit) @33078   14 years vboxsync Main: change per-machine media registries so that removeable media …
(edit) @33067   14 years vboxsync Main: fix broken per-machine media registry for …
(edit) @33064   14 years vboxsync Guest Execution/Copy: Added support for input handling, added more …
(edit) @33061   14 years vboxsync Main, vboxshell: implemented support for user activity capturing
(edit) @33060   14 years vboxsync Main;OVF/OVA: online calculation of the SHA1 sum; directly stream into …
(edit) @33005   14 years vboxsync Renamed VBox-VRDP interface to VRDE (update).
(edit) @33004   14 years vboxsync Renamed VBox-VRDP interface to VRDE.
(edit) @32965   14 years vboxsync Main-OVF: fix check of the manifest file existence on import
(edit) @32894   14 years vboxsync Main: clean up GuestOSType constructor
(edit) @32885   14 years vboxsync Renaming cpu priority to cpu execution cap
(edit) @32866   14 years vboxsync Guest Copy/VBoxManage+Main: Added very first bits (not enabled by …
(edit) @32851   14 years vboxsync Main: defer creation of the VMMDev instance in Console to …
(edit) @32837   14 years vboxsync Main: separate ovf creation and disk exporting
(edit) @32829   14 years vboxsync Main/Mouse: Hungarian fixes
(edit) @32828   14 years vboxsync Main/Mouse: actually comment things
(edit) @32817   14 years vboxsync Main: some locking and readability clean-up of MouseImpl
(edit) @32695   14 years vboxsync Main/Medium: new method exportFile which allows to export a medium …
(edit) @32565   14 years vboxsync Runtime/Main: add xml/ovf parsing in memory
(edit) @32531   14 years vboxsync Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Globa …
(edit) @32469   14 years vboxsync Main/USB/linux: minor fixes to USBGetDevides
(edit) @32448   14 years vboxsync Main-OVF: make manifest file creation optional
(edit) @32398   14 years vboxsync Main: Save guest dimension in save state; add method for queering this …
(edit) @32324   14 years vboxsync Main/USBProxyServiceLinux: split out USB enumeration from …
(edit) @32301   14 years vboxsync Main/USBProxyServiceLinux: split out the check for usbfs into a static …
(edit) @32299   14 years vboxsync Main/USBProxyServiceLinux: move the implementation of the device …
(edit) @32262   14 years vboxsync Main/linux/vector container: simplification
(edit) @32258   14 years vboxsync Main/USB/linux: simplified the vector container and the code using it
(edit) @32194   14 years vboxsync PDMDevHlpVMSuspendSaveAndPowerOff/Main: Implemented the main bits - …
(edit) @32142   14 years vboxsync Main/linux/USB: moved a vector container-based implementation detail …
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @32114   14 years vboxsync Main/linux: fixes to vector container code
(edit) @32086   14 years vboxsync Guest Additions Runlevels: Use a Main enum for run level type.
(edit) @32074   14 years vboxsync Fix #4945 (FE/Qt: Newly cerated (in VM Settings) controller should use …
(edit) @32062   14 years vboxsync VRDP leak detector: use the same define for VRDP and libjpeg, disabled …
(edit) @32056   14 years vboxsync Applied a simple memory leak detector to libjpeg and VBoxC (Windows …
(edit) @32020   14 years vboxsync Initial commit of Guest Additions runlevels; this replaces the …
(edit) @31958   14 years vboxsync Main: thumbnail PNG API, refactoring
(edit) @31911   14 years vboxsync make the VBOX_WITH_NEW_USB_CODE_ON_SOLARIS code mandatory
(edit) @31892   14 years vboxsync OSE header fixes
(edit) @31891   14 years vboxsync Main: export USBProxyService and USBFilter to OSE
(edit) @31818   14 years vboxsync added HWVirtEx force property to API
(edit) @31814   14 years vboxsync Main: cleanup medium objects from media registry when machine object …
(edit) @31777   14 years vboxsync Main/Medium: Resize operation
(edit) @31772   14 years vboxsync events: explicit uninit method
(edit) @31745   14 years vboxsync Guest::setSupportedFeatures should take uint32_t arguments not (U)LONG64.
(edit) @31742   14 years vboxsync FT password
(edit) @31725   14 years vboxsync Fix warning when compiling in win64
(edit) @31718   14 years vboxsync Main: PNG screenshoting API
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31692   14 years vboxsync Cleaned up IGuest page fusion api
(edit) @31686   14 years vboxsync FT api update
(edit) @31685   14 years vboxsync FT api
(edit) @31676   14 years vboxsync Main/FE/Qt4: add initial OVA support
(edit) @31663   14 years vboxsync Main: header fixes
(edit) @31652   14 years vboxsync re-applied r64780
(edit) @31651   14 years vboxsync Main/HostHardwareLinux: switch the stl vectors to a C implementation
(edit) @31648   14 years vboxsync backed out r64780
(edit) @31644   14 years vboxsync Main/HostHardwareLinux: switch the stl vectors to a C implementation
(edit) @31625   14 years vboxsync Main: add a getter in IProgress for getting the current operation weight
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31595   14 years vboxsync Main: remove deprecated VirtualBox::createLegacyMachine() 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