VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31525   14 years vboxsync GuestImpl.cpp: r=bird: Follow-up to r64502 adding two todos.
(edit) @31519   14 years vboxsync Audio: provide ACPI info for audio card to Mac guests
(edit) @31501   14 years vboxsync events: support for raw pointers too
(edit) @31482   14 years vboxsync Main: less string copying with media paths
(edit) @31481   14 years vboxsync Main: use a shared type for string maps
(edit) @31480   14 years vboxsync Main: use Utf8Str for media properties (also fixes incorrect length …
(edit) @31479   14 years vboxsync Main: add registry machine methods
(edit) @31473   14 years vboxsync Main: avoid excessive copying in VirtualBox::saveSettings()
(edit) @31472   14 years vboxsync Main: settings: bumpSettingsVersionIfNeeded(): optimization (move …
(edit) @31471   14 years vboxsync Main: settings: bumpSettingsVersionIfNeeded(): optimization (move 1.11 …
(edit) @31470   14 years vboxsync Main: settings: bumpSettingsVersionIfNeeded(): fix broken 1.11 check …
(edit) @31469   14 years vboxsync Main: settings: bumpSettingsVersionIfNeeded(): optimizations
(edit) @31468   14 years vboxsync Main: settings: bumpSettingsVersionIfNeeded(): optimizations
(edit) @31467   14 years vboxsync Main: settings: bumpSettingsVersionIfNeeded(): fix broken 1.11 check …
(edit) @31466   14 years vboxsync Main: settings: reverse order of checks in …
(edit) @31464   14 years vboxsync Main: support per-machine media registries in XML settings (not yet used)
(edit) @31442   14 years vboxsync please use a space between the version and the revision, looks better
(edit) @31436   14 years vboxsync Guest Additions version lookup/status: Moved actual version string …
(edit) @31433   14 years vboxsync Guest Additions version lookup/status: Fixed formatting bug.
(edit) @31389   14 years vboxsync Main: Lock order when saving host usb filters.
(edit) @31388   14 years vboxsync Main: locking optimization
(edit) @31387   14 years vboxsync Main: Lock order when saving host usb filters.
(edit) @31374   14 years vboxsync Main/HostImpl: Solaris DVD fix. Argh.
(edit) @31373   14 years vboxsync Main/HostImpl: Solaris DVD drive enumeration fix.
(edit) @31372   14 years vboxsync Main: fix memory leak in VirtualBox::postEvent() when posting the …
(edit) @31371   14 years vboxsync coding style
(edit) @31370   14 years vboxsync Main: cleanup machine renames, remove dead code
(edit) @31364   14 years vboxsync Some more fixes for Guest Additions version lookup/status; moved some …
(edit) @31358   14 years vboxsync Main: convert more Medium and MediumFormat internals to Utf8Str
(edit) @31346   14 years vboxsync Main/HostImpl: Solaris DVD drive list fix.
(edit) @31345   14 years vboxsync Main/HostImpl: Solaris DVD drive list fix.
(edit) @31344   14 years vboxsync Main: Machine::Delete(): move saveSettings() to worker thread
(edit) @31343   14 years vboxsync Main: fix crash in Machine::Delete
(edit) @31340   14 years vboxsync Solaris/DynLoadLibSolaris: Load libdlpi.so.1 instead of libdlpi.so.
(edit) @31337   14 years vboxsync Main/Solaris: New DVD drive enumeration, works on Solaris 10 & Nevada. …
(edit) @31335   14 years vboxsync fix windows burn
(edit) @31334   14 years vboxsync Main: API docs
(edit) @31333   14 years vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @31332   14 years vboxsync Support passing cpu priority change to a running guest.
(edit) @31328   14 years vboxsync Main: crash fix for r64335 (which broke storage controllers and create …
(edit) @31327   14 years vboxsync Main: fix locking order violations introduced by r64323 by using a …
(edit) @31326   14 years vboxsync Pass on cpu priority property.
(edit) @31313   14 years vboxsync Main: fix memory leak in error path
(edit) @31312   14 years vboxsync Main: undo rename, readability
(edit) @31308   14 years vboxsync Main: storage controller/attachment cleanup
(edit) @31307   14 years vboxsync Main: remove unused arg
(edit) @31306   14 years vboxsync Main: optimization
(edit) @31301   14 years vboxsync More resource control changes
(edit) @31300   14 years vboxsync Main: fix floppy/dvd breakage
(edit) @31296   14 years vboxsync Main: cleanup host drives management: do not return different IMedium …
(edit) @31293   14 years vboxsync Cleaned up a bit
(edit) @31292   14 years vboxsync Typo
(edit) @31287   14 years vboxsync Initial API changes for resource control (storage/network/cpu)
(edit) @31282   14 years vboxsync Some fixes for Guest Additions version lookup.
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31280   14 years vboxsync Main: API docs
(edit) @31279   14 years vboxsync Display: replaced floating point implementation of screenshot scaling …
(edit) @31276   14 years vboxsync Main: API docs
(edit) @31273   14 years vboxsync Main: remove unused code
(edit) @31270   14 years vboxsync Main: A little bit more logging.
(edit) @31269   14 years vboxsync Main: don't return an IPRT error code here
(edit) @31268   14 years vboxsync Main: fix for r63809
(edit) @31267   14 years vboxsync VirtualBox.xidl: build fix and tabs
(edit) @31261   14 years vboxsync VirtualBox.xidl: Added some words to waitForCompletion about event queues.
(edit) @31258   14 years vboxsync Main/Medium+Storage/VBoxHDD: fix incorrect handling of diff media in …
(edit) @31256   14 years vboxsync ConsoleImplTeleporter.cpp: The server end as well (most important).
(edit) @31255   14 years vboxsync typo.
(edit) @31254   14 years vboxsync ConsoleImplTeleporter.cpp: Disable Nagel's algorithm and completely …
(edit) @31244   14 years vboxsync Session::unlockMachine: Privately disabled annoying assertion.
(edit) @31242   14 years vboxsync Main: finish Machine::Unregister(), which can now recursively delete …
(edit) @31241   14 years vboxsync Removed use of interface version for IGuest::getAdditionsVersion, some …
(edit) @31239   14 years vboxsync Main: use VBox error codes in IMedium
(edit) @31236   14 years vboxsync Main: rename internal medium attach/detach methods
(edit) @31234   14 years vboxsync Java: few final touches
(edit) @31232   14 years vboxsync Java: testing with Java 1.5 shows that glue code is functional there too
(edit) @31231   14 years vboxsync command line help for keep alive, code style fixes
(edit) @31228   14 years vboxsync Main: beginnings of deleting all snapshots in Machine::Unregister() -- …
(edit) @31227   14 years vboxsync Main: clarify definition of DeletingSnapshotPaused
(edit) @31226   14 years vboxsync Main: fix API documentation inaccuracies
(edit) @31225   14 years vboxsync build fix
(edit) @31224   14 years vboxsync typo
(edit) @31223   14 years vboxsync Main: error handling in Machine::Unregister()
(edit) @31220   14 years vboxsync Main: rename IConsole::forgetSavedState() to discardSavedState()
(edit) @31219   14 years vboxsync Backed out r64225 for now.
(edit) @31218   14 years vboxsync Main: extend Machine::unregister() to no longer fail with machines in …
(edit) @31217   14 years vboxsync VBox/InterfaceVersion: Added IGuest methods.
(edit) @31210   14 years vboxsync EventImpl.cpp: Initialize all the ListenerRecord members to prevent …
(edit) @31195   14 years vboxsync Attempt to fix crashes in DevVGA::vgaPortTakeScreenshot (xTracker 5146).
(edit) @31194   14 years vboxsync coding style
(edit) @31192   14 years vboxsync webservice: Treat 8bit strings as UTF-8, not ASCII.
(edit) @31180   14 years vboxsync Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
(edit) @31171   14 years vboxsync Main/webservice+Installer/solaris: make the max keepalive parameter a …
(edit) @31166   14 years vboxsync Java bridge: allow multiple concurrent SOAP connections
(edit) @31164   14 years vboxsync Main/Medium: fix querying the AutoReset property, was broken since …
(edit) @31135   14 years vboxsync Java: samples rule
(edit) @31131   14 years vboxsync Main: properly store the NAT network in XML settings >= 1.10
(edit) @31128   14 years vboxsync Main/Console,Storage/DrvVD+fdc: Allow readonly floppy images (suppress …
(edit) @31120   14 years vboxsync vboxweb.cpp: nit, processEventQueue returns a VBox status code and …
(edit) @31118   14 years vboxsync Main: only perform the ext4/fat check during VM creation, not later
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