VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24379   15 years vboxsync Additions/linux/installer: don't create symlinks during the build, and …
(edit) @24378   15 years vboxsync crOpenGL-OSX: check for a valid region
(edit) @24377   15 years vboxsync crOpenGL-OSX: add support for realtime dock tile preview of OpenGL …
(edit) @24376   15 years vboxsync Linux additions: make it compile against recent kernels with …
(edit) @24375   15 years vboxsync VBoxManageInfo: display instance number and port count
(edit) @24374   15 years vboxsync Shared folders host service: preserve case of a 'rename' target …
(edit) @24373   15 years vboxsync Updated screenshot API (xTracker 4364).
(edit) @24372   15 years vboxsync VBoxGuestR3LibMisc: Better memory handling.
(edit) @24371   15 years vboxsync VBoxManageList: Updated system properties
(edit) @24370   15 years vboxsync Space.
(edit) @24369   15 years vboxsync VBoxService: Added version lookup for VBoxCredProv.dll.
(edit) @24368   15 years vboxsync Additional check for in-use AMD-V.
(edit) @24367   15 years vboxsync Linux shared folders: omit superflous files from module compilation
(edit) @24366   15 years vboxsync ConsoleImpl.cpp: Pick up any SSM error message that might be around …
(edit) @24365   15 years vboxsync ConsoleImplTeleporter.cpp: Error info handling on windows (grrr!). …
(edit) @24364   15 years vboxsync Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting …
(edit) @24363   15 years vboxsync PGMSavedState: Save the RAM config (size + hole).
(edit) @24362   15 years vboxsync ConsoleImpl.cpp: vmstate callback bits of teleporting.
(edit) @24361   15 years vboxsync Additions/linux/installer: major rewrite of the Linux Additions installer
(edit) @24360   15 years vboxsync AsyncCompletion: Option to enforce use of the failsafe I/O manager
(edit) @24359   15 years vboxsync AsyncCompletion: CFGM key to disable the cache globally
(edit) @24358   15 years vboxsync AsyncCompletion: Don't enqueue requests if the endpoint is moving
(edit) @24357   15 years vboxsync VBoxGuestR3LibHostVersion: missed one b.
(edit) @24356   15 years vboxsync AsyncCompletion: Improve write performance for random acess. If a …
(edit) @24355   15 years vboxsync AsyncCompletion: Fix crash when doing load balancing
(edit) @24354   15 years vboxsync Main: deleteSnapshot() fixes; should mostly work now
(edit) @24353   15 years vboxsync Main,VM: Working the teleportation state. Made VMR3Teleport report …
(edit) @24352   15 years vboxsync Runtime/testcase: simple event semaphore testcase, including timeout case
(edit) @24350   15 years vboxsync APPEND mode for shared folders (SHFL_CF_ACCESS_APPEND).
(edit) @24349   15 years vboxsync PGMR3PhysWriteExternal: Instrumented it to track down who is writing …
(edit) @24348   15 years vboxsync Main: better error message when snapshot diff image is gone
(edit) @24347   15 years vboxsync VBoxManage: ULONG => StorageBus_T
(edit) @24346   15 years vboxsync SystemProperties: function GetDeviceTypesForStorageBus() to get the …
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24344   15 years vboxsync Main: fix a really nasty problem in the Machine destructor which never …
(edit) @24343   15 years vboxsync Temporary release assertions to see what's going wrong
(edit) @24342   15 years vboxsync Main/Machine: fix deadlock caused by lock order violation in …
(edit) @24341   15 years vboxsync fileio-win.cpp: clearify.
(edit) @24340   15 years vboxsync Updated descriptions of cpuid methods
(edit) @24339   15 years vboxsync VBoxTestOGL: on crashes, don't generate core dumps and redirect stderr …
(edit) @24338   15 years vboxsync IPRT: fileio-win: Set GENERIC_WRITE DesiredAccess flag when truncating …
(edit) @24337   15 years vboxsync Same for restoring a snapshot. Do not allow users to shoot themselves …
(edit) @24336   15 years vboxsync Compile fix
(edit) @24335   15 years vboxsync ALWAYS display a warning before deleting a snapshot.
(edit) @24333   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: missing newlines.
(edit) @24332   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: r=bird: RTStrAPrintf does not return a …
(edit) @24331   15 years vboxsync VBoxGuestR3LibHostVersion.cpp: r=bird: RTStrAPrintf does not return a …
(edit) @24330   15 years vboxsync Comment update
(edit) @24329   15 years vboxsync Bug fixes
(edit) @24328   15 years vboxsync Comment update
(edit) @24327   15 years vboxsync Load CPUID leaf override; we currently don't care if the caller …
(edit) @24326   15 years vboxsync Comment
(edit) @24325   15 years vboxsync Add cpuid leaf overrides to the CFGM tree
(edit) @24324   15 years vboxsync Minor cleanup
(edit) @24323   15 years vboxsync MachineImpl: fixed instance number incrementing loop
(edit) @24322   15 years vboxsync typo
(edit) @24321   15 years vboxsync --cpuidset/remove/removall
(edit) @24320   15 years vboxsync more RT_ZERO()
(edit) @24319   15 years vboxsync Additions/WINNT/Installer: French NLS
(edit) @24318   15 years vboxsync Windows Guest Additions installer: Tabs.
(edit) @24317   15 years vboxsync Windows Guest Additions installer: Added support for credential …
(edit) @24316   15 years vboxsync Compile fixes
(edit) @24315   15 years vboxsync Added methods to remove cpuid leafs
(edit) @24313   15 years vboxsync Clear cpuid list
(edit) @24312   15 years vboxsync Fixed loading/saving of cpuid
(edit) @24311   15 years vboxsync VBoxGuestR3LibCredentials.cpp: File header, use RT_ZERO(), deal with …
(edit) @24310   15 years vboxsync Allow multiple cpuid leafs
(edit) @24309   15 years vboxsync Only need space for 10 leafs
(edit) @24307   15 years vboxsync Include --cpuid in the help
(edit) @24306   15 years vboxsync VBoxGuestR3Lib: Fixes for memory (de)allocation in host version …
(edit) @24305   15 years vboxsync Added --cpuid option
(edit) @24304   15 years vboxsync FE/Qt4: xtracker 3225: ACPI shutdown wasn't disabled in the shutdown …
(edit) @24303   15 years vboxsync VBoxTray: Tabs.
(edit) @24302   15 years vboxsync VBoxTray: Fix for seamless mode memory corruption (provided by Huihong …
(edit) @24301   15 years vboxsync Main,Frontends: Added two new running states: Teleporting and …
(edit) @24299   15 years vboxsync Main: reorganize and document take/restore/delete snapshot code (no …
(edit) @24298   15 years vboxsync Main: snapshots code cleanup, renames, documentation, coding style
(edit) @24297   15 years vboxsync Main: API docs
(edit) @24295   15 years vboxsync Added interfaces to override cpuid leafs.
(edit) @24294   15 years vboxsync FE/Qt4: VBoxMedium cumulative patch: fixed tool-tip regression (for …
(edit) @24293   15 years vboxsync Linux shared folders: fix O_APPEND logic
(edit) @24292   15 years vboxsync SSMSetLoadErrorV: Don't use %N as the VMSetError message may be …
(edit) @24291   15 years vboxsync Main: remove redundant utf-8 conversion
(edit) @24290   15 years vboxsync Typo
(edit) @24289   15 years vboxsync PDMDevHlp: Enabled APIC fix again.
(edit) @24288   15 years vboxsync VGA: more critical section protection required
(edit) @24287   15 years vboxsync Made the common parts of the OS/2 additions build again.
(edit) @24286   15 years vboxsync ConsoleImpl2.cpp: r=bird: Why aren't VDConfig inserts checked …
(edit) @24285   15 years vboxsync DrvNetSniffer: fixed cMaxInstances; append the instance number to the …
(edit) @24284   15 years vboxsync Compile fix
(edit) @24283   15 years vboxsync Cleaned up
(edit) @24282   15 years vboxsync PDM: Added missing driver instance checks.
(edit) @24280   15 years vboxsync installer/win: move [Un]InstallBranding & InstallPythonAPI actions out …
(edit) @24279   15 years vboxsync Main: move huge amounts of snapshot code from MachineImpl.cpp to …
(edit) @24278   15 years vboxsync AsyncCompletion: Cleanup in the cache and more statistics (more to come)
(edit) @24277   15 years vboxsync Main: fix restoreSnapshot() which updated the current snapshot only …
(edit) @24276   15 years vboxsync Main: settings version bump fixes, and documentation what the rules …
(edit) @24275   15 years vboxsync Main: API doc fixes
(edit) @24274   15 years vboxsync Main: xml versioning fixes
(edit) @24273   15 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
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