VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25458   15 years vboxsync VBoxTestOGL: fix logging
(edit) @25443   15 years vboxsync Main: fix 'discarding hard disk' message
(edit) @25416   15 years vboxsync Main/PerformanceSolaris: #4555 - rectified comment on kstat availability.
(edit) @25415   15 years vboxsync Main/PerformanceSolaris: #4555 - account ZFS cache size while …
(edit) @25414   15 years vboxsync Main/HostImpl-solaris: fix another unchecked strdup
(edit) @25412   15 years vboxsync Main/HostImpl-solaris: #4553 strdup unchecked, strtok not reentrant safe.
(edit) @25409   15 years vboxsync IPRT,PDMCritSect,Main: Moved code dealing with lock counting from …
(edit) @25408   15 years vboxsync Main/Locking: fix regression in AutoMultiWriteLock that caused …
(edit) @25368   15 years vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25357   15 years vboxsync Turn on VPID by default (VT-x).
(edit) @25350   15 years vboxsync AutoLock.cpp: Pass file and line number to RTCritSectEnterDebug.
(edit) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25348   15 years vboxsync iprt/xml_cpp.h -> iprt/cpp/xml.h
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25345   15 years vboxsync iprt/lock.h -> iprt/cpp/lock.h
(edit) @25334   15 years vboxsync Main/glue: print the error code if no other error info is available
(edit) @25332   15 years vboxsync Main/GuestProperties: compile-time option to make guest properties …
(edit) @25330   15 years vboxsync Main: fix parameter checking in AdoptSavedState
(edit) @25326   15 years vboxsync Main/Machine+MediumAttachment: fix loading the passthrough setting
(edit) @25315   15 years vboxsync fix linking with binutils-gold
(edit) @25314   15 years vboxsync Main/BIOSSettings: fix handling of empty string in logoImagePath …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25289   15 years vboxsync Main: preparation for deadlock detection: remove obsolete method
(edit) @25288   15 years vboxsync Main: preparation for deadlock detection: make lock instance data …
(edit) @25287   15 years vboxsync Main: preparation for deadlock detection: flatten LockHandle …
(edit) @25286   15 years vboxsync Main: preparation for deadlock detection: remove AutoMultiLock* template
(edit) @25285   15 years vboxsync Main: preparation for deadlock detection: convert AutoMultiWriteLock*: …
(edit) @25284   15 years vboxsync Main: preparation for deadlock detection: add AutoWriterLockBase in …
(edit) @25283   15 years vboxsync Main: preparation for deadlock detection: add handles vector to …
(edit) @25282   15 years vboxsync Main: preparation for deadlock detection: move more logic to AutoLockBase
(edit) @25281   15 years vboxsync Main: preparation for deadlock detection: make AutoLockBase data …
(edit) @25280   15 years vboxsync Main: preparation for deadlock detection: prohibit recursive locking …
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25256   15 years vboxsync Main: MediumImpl must support IDispatch
(edit) @25203   15 years vboxsync Main: make SerialPort instance data private and make it use the XML …
(edit) @25202   15 years vboxsync Main: make ParallelPort instance data private and make it use the XML …
(edit) @25201   15 years vboxsync Main: make BIOSSettings instance data private and make it use the XML …
(edit) @25200   15 years vboxsync Main: make MediumAttachment instance data private
(edit) @25199   15 years vboxsync Main: windows build fix
(edit) @25198   15 years vboxsync Main: make StorageController instance data private
(edit) @25197   15 years vboxsync Main: less includes
(edit) @25196   15 years vboxsync filemuncher fixes
(edit) @25195   15 years vboxsync Main: windows build fix
(edit) @25194   15 years vboxsync Main: stop USBController from being a VirtualBoxBaseWithChildren; make …
(edit) @25186   15 years vboxsync Accidental commit
(edit) @25184   15 years vboxsync Main: bring back r55600 with fix for broken machine creation
(edit) @25182   15 years vboxsync Backed out 55600; unable to create new VMs
(edit) @25179   15 years vboxsync Wrong default HWVirtExExclusive value
(edit) @25176   15 years vboxsync Main: boost default memory for RedHat/Fedora guests to 384MB
(edit) @25175   15 years vboxsync Main: revert r55610 due to misleading commit message…
(edit) @25173   15 years vboxsync Main: boost default memory for RedHat/Fedora guests to 768MB
(edit) @25172   15 years vboxsync Main: export
(edit) @25170   15 years vboxsync Main: rework VirtualBox implemenation to no longer use …
(edit) @25152   15 years vboxsync Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
(edit) @25151   15 years vboxsync Main: cleanup: std::list< ComOBjPtr<Medium> > typedefs
(edit) @25150   15 years vboxsync Main: build fix
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @25146   15 years vboxsync OVF: fix export of renamed storage controllers (public #5643)
(edit) @25145   15 years vboxsync Main: remove dead assert macro code
(edit) @25142   15 years vboxsync VBoxManage: fix missing --memory option which was never parsed for …
(edit) @25140   15 years vboxsync Main/solaris/NetIf: Added VLAN to pretty naming list.
(edit) @25126   15 years vboxsync Main: fixes for libpng14 (public ticket #5615)
(edit) @25098   15 years vboxsync Main/NetworkAdapter: fix NULL handling in NAT network attribute
(edit) @25088   15 years vboxsync Main/NetIf-generic: fix warnings.
(edit) @25069   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP …
(edit) @25054   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP …
(edit) @25052   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP clients.
(edit) @25036   15 years vboxsync Fixed black screen when guest color depth is not 32 bpp (xTracker 4495).
(edit) @25035   15 years vboxsync Turns out the code workes fine because of the post increment in the …
(edit) @25033   15 years vboxsync PerformanceImpl.cpp: r=bird: marked what looks like an invalid …
(edit) @25030   15 years vboxsync Removed ExtraData VRDPBindPort, etc. Now there is a proper API.
(edit) @25010   15 years vboxsync Main/XML: do not ever write an empty RemoteDisplay/@port attribute …
(edit) @24995   15 years vboxsync Main: gcc warning
(edit) @24992   15 years vboxsync Main: fix mac burn
(edit) @24991   15 years vboxsync Main: fix windows burn
(edit) @24990   15 years vboxsync Main/OVF: fix an enormously inefficient typo
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24988   15 years vboxsync Main: API docs grammar
(edit) @24969   15 years vboxsync Main,VBoxManage: Check for timeout in the progress object (simple …
(edit) @24963   15 years vboxsync HGCM: Release logging of load failures.
(edit) @24961   15 years vboxsync Main: Added a timeout property to IProgress that can be used to …
(edit) @24955   15 years vboxsync Main: do not reset diff images for immutable disks if the machine's …
(edit) @24954   15 years vboxsync Main: do not reset diff images for immutable disks if the machine has …
(edit) @24949   15 years vboxsync Console.cpp: Power off during live save.
(edit) @24948   15 years vboxsync ConsoleImpl2.cpp: Better assertion text.
(edit) @24946   15 years vboxsync Main: Fixed power off during live save.
(edit) @24942   15 years vboxsync Main: fix header for image resampling code
(edit) @24941   15 years vboxsync DisplayImpl: VBVA lock (xTracker 4463).
(edit) @24939   15 years vboxsync Webservice: PHP sample fix
(edit) @24937   15 years vboxsync ConsoleImpl.cpp: Made live snapshots cancellable (missing and it …
(edit) @24936   15 years vboxsync MachineImpl.cpp: Hacked around the locking cleanup issue in …
(edit) @24935   15 years vboxsync typo
(edit) @24934   15 years vboxsync Main: Logging.
(edit) @24933   15 years vboxsync Main: Logging.
(edit) @24932   15 years vboxsync DisplayImpl: VBVA lock (xTracker 4463).
(edit) @24931   15 years vboxsync DisplayImpl: VBVA lock (xTracker 4463).
(edit) @24924   15 years vboxsync More VBVA lock code (disabled, xTracker 4463)
(edit) @24923   15 years vboxsync Main: API docs
(edit) @24922   15 years vboxsync Main,VMM: Debugging live snapshots.
(edit) @24921   15 years vboxsync Main: API docs
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