VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29675   15 years vboxsync Main: enable the PAE hint for RedHat and RedHat(64bit)
(edit) @29673   15 years vboxsync Java glue: intermediate
(edit) @29645   15 years vboxsync Guest Control/Main/VBoxManage: IProgress shutdown handling.
(edit) @29641   15 years vboxsync Dot.
(edit) @29638   15 years vboxsync Guest Control/Main: Better credentials checking.
(edit) @29632   15 years vboxsync Missing init
(edit) @29631   15 years vboxsync Fix
(edit) @29630   15 years vboxsync Main: gcc warning
(edit) @29629   15 years vboxsync Fix
(edit) @29628   15 years vboxsync Obsolete comment
(edit) @29621   15 years vboxsync Main: new uuid
(edit) @29620   15 years vboxsync Statistics for shared pages
(edit) @29618   15 years vboxsync Main/Medium: BOOL->bool in many places, gets rid of a gcc warning
(edit) @29615   15 years vboxsync Main: implemented IHost::GetProcessorCoreCount()
(edit) @29599   15 years vboxsync warning
(edit) @29595   15 years vboxsync Main: raised the recommended RAM for some Linux guests
(edit) @29593   15 years vboxsync Bump xml version if page fusion is enabled
(edit) @29591   15 years vboxsync Complete API, but leave it unimplemented
(edit) @29589   15 years vboxsync Connect page fusion state
(edit) @29584   15 years vboxsync Main/GuestImpl: handle VERR_PERMISSION_DENIED
(edit) @29580   15 years vboxsync Main: avoid clearing vtable with memset
(edit) @29568   15 years vboxsync Rely on feature.h
(edit) @29565   15 years vboxsync Comment
(edit) @29564   15 years vboxsync updates
(edit) @29552   15 years vboxsync Guest Control: Allow empty passwords for credentials.
(edit) @29550   15 years vboxsync typo
(edit) @29549   15 years vboxsync Guest Control: Do not allow anonymous executions (with system rights).
(edit) @29542   15 years vboxsync Main: better handle null shapes
(edit) @29540   15 years vboxsync Main/Snapshot: fix lock order violation when restoring a snapshot
(edit) @29532   15 years vboxsync VBox/err.h,Main/Global.cpp: Updated COM<->VBox status code conversion.
(edit) @29519   15 years vboxsync one more
(edit) @29518   15 years vboxsync Main: onMousePointerShapeChange reworked
(edit) @29516   15 years vboxsync Guest Control: Remove unused Std* arguments.
(edit) @29512   15 years vboxsync Main/GuestImpl: more correct handling of the RTStrAPrintf() result
(edit) @29481   15 years vboxsync Main: remove obsolete comment from XIDL
(edit) @29480   15 years vboxsync Main: Remove IoBackendType in StorageController and have a boolean …
(edit) @29470   15 years vboxsync Main/Machine: bump chunk size for reading the log file to 32K
(edit) @29462   15 years vboxsync Added page fusion xml config entry
(edit) @29460   15 years vboxsync Dropped guest page fusion attribute.
(edit) @29453   15 years vboxsync CallbackWrapper::OnMousePointerShapeChange: Don't call into python on …
(edit) @29444   15 years vboxsync Main: Add code for debugging I/O problems, disabled by default of course
(edit) @29422   15 years vboxsync Main/OVF: fix IDE channel confusion introduced with earlier OVF …
(edit) @29421   15 years vboxsync Main/Snapshot: some mix between fix and workaround to sensure that the …
(edit) @29405   15 years vboxsync Main/FE/Qt4: prepare for correct SAS handling in the Appliance …
(edit) @29404   15 years vboxsync Better error checking
(edit) @29396   15 years vboxsync sample code for Java COM bridge
(edit) @29389   15 years vboxsync ULONG64 not uint64_t.
(edit) @29386   15 years vboxsync compact headers
(edit) @29385   15 years vboxsync Main: cleaned up some pedantic warnings.
(edit) @29363   15 years vboxsync Added 'restart' parameter to OnVRDPServerChange notification.
(edit) @29354   15 years vboxsync Main: Make API change to query saved screenshots of any configured …
(edit) @29353   15 years vboxsync Main/OVF: skip removeable media attachments on export since the image …
(edit) @29352   15 years vboxsync Main/HostHardwareLinux: also check for changed permissions of USB …
(edit) @29347   15 years vboxsync Main: fix warnings
(edit) @29346   15 years vboxsync Main: better error message for inaccessible ISO
(edit) @29340   15 years vboxsync Fix assertion
(edit) @29338   15 years vboxsync Main: Fix LED handling for the SAS controller
(edit) @29336   15 years vboxsync Main: document fFailIfInaccessible
(edit) @29335   15 years vboxsync Main: API docs (SAS again)
(edit) @29331   15 years vboxsync Main/OVF: fix broken SAS controller export (worked only if no images …
(edit) @29327   15 years vboxsync Main: API docs (SAS)
(edit) @29326   15 years vboxsync LsiLogic: Make the SAS controller a separate device to make it …
(edit) @29325   15 years vboxsync Main/Machine: fix regression due to negated bool parameter resulting …
(edit) @29324   15 years vboxsync ConsoleImpl2.cpp: Use AssertMsg[Stmt]Return for H and RC_CHECK. Put …
(edit) @29312   15 years vboxsync ConsoleVRDPServer.cpp: Don't assert when seeing …
(edit) @29311   15 years vboxsync Main/Medium: small assertion fix when creating diff images for …
(edit) @29310   15 years vboxsync Settings: Remove unused variable
(edit) @29309   15 years vboxsync Wording
(edit) @29299   15 years vboxsync Main/GuestImpl: corrected error code.
(edit) @29292   15 years vboxsync Main/Console: fix regression introduced by making inaccessible …
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29249   15 years vboxsync build fix.
(edit) @29248   15 years vboxsync ConsoleImpl2.cpp: some cleanup, hope it compiles.
(edit) @29227   15 years vboxsync Main: allow restoring with broken floppy images as well
(edit) @29226   15 years vboxsync Main/Console: remove STR_FREE() macro
(edit) @29225   15 years vboxsync Shared paging property for IMachine and IGuest added (not implemented).
(edit) @29224   15 years vboxsync Main: turn ISO not found error into warning to allow restoring VMs …
(edit) @29220   15 years vboxsync Guest Control/Main/HostService: Deal with stale clients, avoid …
(edit) @29218   15 years vboxsync Main/Settings: Drop global iomgr and iobackend settings
(edit) @29211   15 years vboxsync Main: be a little less verbose when reporting missing media files
(edit) @29210   15 years vboxsync Main: be a little less verbose when reporting missing media files
(edit) @29208   15 years vboxsync 3D/win: make 3D support test work again for VBox install path with spaces
(edit) @29207   15 years vboxsync Main/Medium: improve r61220, second try (add forgotten medium registry …
(edit) @29204   15 years vboxsync Main/Medium: improve r61220 (add forgotten medium registry save when …
(edit) @29200   15 years vboxsync more manual Oracle rebranding in headers
(edit) @29194   15 years vboxsync Main: fix newio docs again
(edit) @29192   15 years vboxsync Main/Machine: actually fulfill the locking requirements of the …
(edit) @29189   15 years vboxsync Main: fix newio docs
(edit) @29184   15 years vboxsync TurboLinux 64 typo
(edit) @29177   15 years vboxsync Main/cbinding: Sun -> Oracle in the generated header
(edit) @29167   15 years vboxsync Main/cbinding: add the bindings for 3.1 and generate the bindings for 3.2
(edit) @29162   15 years vboxsync SVC: link lsocket on Solaris too
(edit) @29161   15 years vboxsync Main/Global: E1000 for NetBSD and OpenBSD
(edit) @29158   15 years vboxsync dhcpserver/win: fix server runner
(edit) @29151   15 years vboxsync tstHostHardwareLinux: non-pedantic
(edit) @29149   15 years vboxsync Main/Medium: add forgotten medium registry save when deleting the …
(edit) @29128   15 years vboxsync Main/Global: default to E1000 for more 32-bit guests
(edit) @29116   15 years vboxsync Main: fix saving VDE networking type
(edit) @29102   15 years vboxsync Main/OVF: support LsiLogicSas controller import & export, fix 2
(edit) @29088   15 years vboxsync Main/OVF: support LsiLogicSas controller import & export, fix
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