VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23894   15 years vboxsync ConsoleImpl2.cpp: controllerName - BSTR -> Bstr.
(edit) @23890   15 years vboxsync API bindings: integrate PHP bindings generation into build system; …
(edit) @23887   15 years vboxsync API bindings: updated PHP wrappers from James Lucas
(edit) @23882   15 years vboxsync Main: make restoreSnapshot() work better, adjust VBoxManage
(edit) @23881   15 years vboxsync Main: make restoreSnapshot() work on snapshots other than the current …
(edit) @23880   15 years vboxsync Main/MediumAttachment: change return value of Controller getter to …
(edit) @23879   15 years vboxsync Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
(edit) @23855   15 years vboxsync VBox Runtime/D-Bus: Renamed loading function to RTDBusLoadLib().
(edit) @23848   15 years vboxsync Main/D-Bus: Moved to VBox Runtime.
(edit) @23845   15 years vboxsync VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
(edit) @23841   15 years vboxsync Main: Fixed assertion and double error message when cancelling a …
(edit) @23827   15 years vboxsync Main: Cancellation fixes (almost perfect).
(edit) @23823   15 years vboxsync API/Medium: new attribute to get the kind of medium (dvd/floppy/hard …
(edit) @23821   15 years vboxsync Main: Accidental slash
(edit) @23820   15 years vboxsync VBoxClient: Not needed anymore (now live in VBox runtime)
(edit) @23819   15 years vboxsync VBoxClient:
(edit) @23810   15 years vboxsync Main: Cancelling teleporation…
(edit) @23808   15 years vboxsync API/Settings: fix writing old settings files (empty attachments were …
(edit) @23806   15 years vboxsync todo update
(edit) @23805   15 years vboxsync ConsoleImplTeleporter.cpp: Restore TeleporterPort if 0.
(edit) @23804   15 years vboxsync ConsoleImplTeleporter.cpp: Restore TeleporterPort if 0.
(edit) @23803   15 years vboxsync Main/xml: Put the target teleporter settings in a separate node …
(edit) @23801   15 years vboxsync Main,VMM,Frontends,++: Teminology. Added a bind address for the …
(edit) @23795   15 years vboxsync Main/Settings: bump settings version to 1.9 if any of the live …
(edit) @23791   15 years vboxsync Main: Allow setting IMachine::LiveMigrationTarget to TRUE when the VM …
(edit) @23769   15 years vboxsync Main/Machine: fix null medium issue introduced with the previous fix
(edit) @23763   15 years vboxsync Main/MachineImpl: fix medium backref handling for floppy/dvd media
(edit) @23762   15 years vboxsync Python shell: better device attachment printing, updated to reflect …
(edit) @23750   15 years vboxsync Introduced the Synthetic CPU attribute and a get/set method for CPU …
(edit) @23748   15 years vboxsync gl support test app fix
(edit) @23742   15 years vboxsync burn fix
(edit) @23741   15 years vboxsync solaris burn fix
(edit) @23740   15 years vboxsync joined 2D & 3D support test in one tool
(edit) @23733   15 years vboxsync Dropped obsolet HWVirtEx properties.
(edit) @23727   15 years vboxsync Introduced Get/SetHWVirtExProperty and added the …
(edit) @23721   15 years vboxsync Main/LiveMigration: Make sure the end-of-stream marker is read before …
(edit) @23720   15 years vboxsync BridgedInterfaceDown warning added.
(edit) @23719   15 years vboxsync Main/LiveMigration: Correct bad LogRel.
(edit) @23707   15 years vboxsync Main/LiveMigration: Bug fixes for the welcome message check.
(edit) @23703   15 years vboxsync Main,++: Added MachineState_MigratingFrom for use during startup on …
(edit) @23702   15 years vboxsync Query VT capabilities from the support driver.
(edit) @23698   15 years vboxsync Main/LiveMigration: Resume the source VM if the migration failed.
(edit) @23697   15 years vboxsync MachineImpl.cpp: Another live migration state hack.
(edit) @23692   15 years vboxsync Console::migrationDstServeConnection: Set mRc, send VBox RC with NACK.
(edit) @23686   15 years vboxsync Main/LiveMigration: Added wrapper around the SSM stream so we can tell …
(edit) @23676   15 years vboxsync Build fix
(edit) @23675   15 years vboxsync stringify Session state
(edit) @23674   15 years vboxsync Windows build fix
(edit) @23671   15 years vboxsync Main: Some more live migration bits.
(edit) @23670   15 years vboxsync SessionMachine::setMachineState: Hack around a live migration crash.
(edit) @23669   15 years vboxsync Main: Live migration coding.
(edit) @23664   15 years vboxsync Main: stringify the machine state in error messages.
(edit) @23663   15 years vboxsync Main: More live migration work.
(edit) @23662   15 years vboxsync ProcessImpl.cpp: Added todo about replacing walltime (RTTimeNow) with …
(edit) @23648   15 years vboxsync Main/Global: Added stringifyMachineState.
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23636   15 years vboxsync VirtualBoxBash.h: Added RT_UNLIKELY around a bunch of assertion and …
(edit) @23633   15 years vboxsync Main: A little more live migration bits.
(edit) @23628   15 years vboxsync HostHardware/FreeBSD: Make it compile on FreeBSD 7
(edit) @23626   15 years vboxsync Main: Somre more live migration stuff.
(edit) @23624   15 years vboxsync Main/ConsoleImpl: fix incorrect assertion when changing to host dvd/floppy.
(edit) @23606   15 years vboxsync Main: More live migration code.
(edit) @23605   15 years vboxsync split-soapC.cpp: hack for dealing with static const struct …
(edit) @23601   15 years vboxsync fix sdk build problem (port is a reserved word in java)
(edit) @23600   15 years vboxsync Main: three new Machine settings (not enabled).
(edit) @23599   15 years vboxsync Main: Live migration work.
(edit) @23598   15 years vboxsync VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and …
(edit) @23591   15 years vboxsync Main/MediumImpl: fix closing of DVD/floppy media.
(edit) @23585   15 years vboxsync FE/Qt4: Adapting 'New VM Wizard' & 'First Run Wizard' to new [Main] …
(edit) @23583   15 years vboxsync Main: fix wrong snapshot assertion
(edit) @23567   15 years vboxsync Main: Enabled the live snapshot code (TakeSnapshot).
(edit) @23563   15 years vboxsync Main/HostHardwareLinux: function descriptions and removed a header file
(edit) @23560   15 years vboxsync API/SystemProperties: new method to query the maximum instance count …
(edit) @23554   15 years vboxsync typos
(edit) @23552   15 years vboxsync Python WS: docs update, minor build changes
(edit) @23537   15 years vboxsync FreeBSD: Bye bye HAL. We use the CAM layer directly to discover CD/DVD …
(edit) @23530   15 years vboxsync Main: Fix booting from SATA controllers
(edit) @23529   15 years vboxsync USB/FreeBSD: Skeleton. Devices are detected but data transfer does not …
(edit) @23522   15 years vboxsync Main/HostHardwareLinux: more rewriting of the Linux host drive code, …
(edit) @23502   15 years vboxsync IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
(edit) @23500   15 years vboxsync Require VT-x/AMD-V for OpenBSD & Netware
(edit) @23492   15 years vboxsync Main: auto-canonicalize the IDE/SATA controller names to the longer …
(edit) @23465   15 years vboxsync header fixes
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23451   15 years vboxsync whitespace
(edit) @23441   15 years vboxsync Main/MachineImpl: fix subtly broken snapshot creation (attachments …
(edit) @23420   15 years vboxsync Medium/ConsoleImpl: clean up release logging
(edit) @23419   15 years vboxsync Main/ConsoleImpl: make DVD attachments at runtime work. floppy still …
(edit) @23418   15 years vboxsync Main/ConsoleImpl2: fix creating CFGM tree creation for DVD/floppy …
(edit) @23407   15 years vboxsync Main/ConsoleImpl2.cpp: unused vars
(edit) @23401   15 years vboxsync Undo damage done by r52941 to libvirt headers
(edit) @23400   15 years vboxsync Filemuncher fixes
(edit) @23397   15 years vboxsync Main/MediumAttachment: temporary workaround for Passthrough trouble in …
(edit) @23395   15 years vboxsync Main/Machine: fix error message, very partial whitespace cleanup
(edit) @23394   15 years vboxsync Main/MediumAttachment: cleanup, much more logging, some preparation …
(edit) @23392   15 years vboxsync Main/MachineDebugger: small logging fix
(edit) @23386   15 years vboxsync @note isn't for line commenting. (Doxygen will (IIRC) put in in the …
(edit) @23385   15 years vboxsync Main/HostHardwareLinux: test host floppy drives using an ioctl, not a …
(edit) @23384   15 years vboxsync crOpenGL-OSX: check for the necessary OpenGL extensions on OSX
(edit) @23382   15 years vboxsync Main/HostHardwareLinux: test host floppy drives using an ioctl, not a …
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