VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73818   6 years vboxsync Build fix.
(edit) @73817   6 years vboxsync Audio/DrvAudio: Const.
(edit) @73816   6 years vboxsync Build fix.
(edit) @73815   6 years vboxsync Build fix.
(edit) @73814   6 years vboxsync Audio/DrvAudio: Fixes for drvAudioStreamPlay(), drvAudioStreamWrite() …
(edit) @73813   6 years vboxsync Build fix.
(edit) @73812   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73811   6 years vboxsync Audio/Mixer: No need to return aligned writable sizes in …
(edit) @73810   6 years vboxsync Audio/Mixer: Documentation.
(edit) @73809   6 years vboxsync Audio/Mixer: Restructured internal sink writing code into multiple …
(edit) @73808   6 years vboxsync dbgstackdumpself: missing blank line.
(edit) @73807   6 years vboxsync tstRTCrPkix-1: Forgot to update the digest with the text we wanted to …
(edit) @73805   6 years vboxsync fixed signed/unsigned mismatch in the comparsion
(edit) @73804   6 years vboxsync Main: bugref:9075: added check into the IMachine::SetExtraData and …
(edit) @73801   6 years vboxsync IPRT/strformatter: Added %RJs for formatting JSON quoted strings. …
(edit) @73800   6 years vboxsync FE/Qt: Style nit (s.a. r124483).
(edit) @73799   6 years vboxsync FE/Qt: UISlidingWidget: Add possibility to slide in vertical …
(edit) @73798   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 space nit.
(edit) @73797   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Add iemVmxIsVmcsFieldValid.
(edit) @73795   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Added more VMX CPUID feature identifiers.
(edit) @73794   6 years vboxsync Audio/Mixer: Don't handle commands not supported by certain backends …
(edit) @73791   6 years vboxsync FE/Qt: UIActionPool* classes: A way to distinguish actions which are …
(edit) @73790   6 years vboxsync FE/Qt: UIActionPool* classes: More strict rules for passing icon names …
(edit) @73788   6 years vboxsync NAT/Network: proxy_create_socket - don't treat the failure to set …
(edit) @73787   6 years vboxsync IEM: Allow four deep exception nesting to handle e.g. #BP -> #GP -> …
(edit) @73786   6 years vboxsync Audio/MixBuf: Check frames to clear in AudioMixBufFinish().
(edit) @73785   6 years vboxsync Audio/DrvAudio: Don't clear (finish) more input frames than available …
(edit) @73784   6 years vboxsync Main/Appliance: Fix import regression caused by the progress cleanup.
(edit) @73783   6 years vboxsync FE/Qt: A bit of rework for prepare/cleanup cascades for known tools.
(edit) @73780   6 years vboxsync FE/Qt: VirtualBox Manager UI: Split tool menu actions to the one which …
(edit) @73779   6 years vboxsync IPRT/Dbg: Added simple stack formatter for the current thread. [doxygen]
(edit) @73777   6 years vboxsync Devices/Serial/UartCore.cpp: Fix character timeout indication …
(edit) @73776   6 years vboxsync IPRT/Dbg: Added simple stack formatter for the current thread. [doxgyen]
(edit) @73775   6 years vboxsync VUSB/Linux: Fixed double reap of discarded URBs, causing potential crashes.
(edit) @73770   6 years vboxsync VMM/HMVMXR0: Revert r124436 (VMCLEAR is needed for setting launch …
(edit) @73768   6 years vboxsync Main,FE/VBoxManage: Allow changing the UART type of the serial ports …
(edit) @73767   6 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73766   6 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73764   6 years vboxsync IPRT/Dbg: Added simple stack formatter for the current thread. [build]
(edit) @73763   6 years vboxsync IPRT/Dbg: Added simple stack formatter for the current thread. [bugfix]
(edit) @73762   6 years vboxsync IPRT/assert: Provide call stack dump on 64-bit windows (ring-3). …
(edit) @73761   6 years vboxsync IPRT/Dbg: Added simple stack formatter for the current thread.
(edit) @73760   6 years vboxsync IPRT/dbgmodexports: paranoia.
(edit) @73759   6 years vboxsync IPRT/RTLdrQueryProp[Ex]: Fixed passing a uint32_t when querying …
(edit) @73758   6 years vboxsync IPRT/ldrPE: Fixed bug in Seg+Offset -> RVA translation method.
(edit) @73757   6 years vboxsync MachineImplMoveVM.cpp: Try fix doxygen burn on Win64dep.
(edit) @73756   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 VMCLEAR skeleton.
(edit) @73755   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Added missing iemCImpl_vmptrst.
(edit) @73754   6 years vboxsync VMM/HVMXMR0: const nit.
(edit) @73753   6 years vboxsync VMM/HMVMXR0: We shouldn't need to VMCLEAR before VMPTRLD before …
(edit) @73752   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Implement VMPTRST, added decoded …
(edit) @73751   6 years vboxsync IPRT: No MD4 in RuntimeR0Drv on windows, of course.
(edit) @73749   6 years vboxsync IPRT/crypto: Implemented reading of PEM encrypted RSA keys. bugref:9152
(edit) @73748   6 years vboxsync DevPcBios: Fixed typo in logging code.
(edit) @73747   6 years vboxsync One more header.
(edit) @73746   6 years vboxsync NAT/NATNet: Disable Nagle algorighm on the host using TCP_NODELAY …
(edit) @73745   6 years vboxsync VMM: Nested VMX: bugref:9180 Implement VMPTRLD.
(edit) @73744   6 years vboxsync Main/Machine: bugref:8612: fix build without extpack support (very …
(edit) @73743   6 years vboxsync Main/Progress+Appliance+Machine: Turn …
(edit) @73742   6 years vboxsync VMM: Nested VMX: bugref:9180 Build fix.
(edit) @73741   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 build fix.
(edit) @73740   6 years vboxsync Main: bugref:8612: add implementaion of Machine::applyDefault() in …
(edit) @73739   6 years vboxsync VMM: Nested VMX: bugref:9180 Use GCPhysVmcs to keep track of whether …
(edit) @73738   6 years vboxsync FE/Qt: VirtualBox Manager UI: Integrating Network Manager toolbar into …
(edit) @73737   6 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73736   6 years vboxsync DevVGA-SVGA: simplified creation of per context device windows; …
(edit) @73735   6 years vboxsync FE/Qt: UIActionPool* and UIMediumManager classes: Move Network Manager …
(edit) @73734   6 years vboxsync FE/Qt: Media Manager: Fix few small action related aspects.
(edit) @73733   6 years vboxsync Main/CloudProviderManager: fix accidentally introduced last second …
(edit) @73732   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Set the current VMCS pointer to …
(edit) @73731   6 years vboxsync Audio/DrvAudio: No need to re-query the backend stream's writable size …
(edit) @73730   6 years vboxsync Audio: Implemented PDMAUDIOSTREAMCMD_DROP; at the moment only the …
(edit) @73729   6 years vboxsync Audio/DrvHostDSound.cpp: Renaming, logging, formatting.
(edit) @73728   6 years vboxsync FE/Qt: bugref:9152: Export Appliance wizard: Fixes and improvement for …
(edit) @73727   6 years vboxsync Audio/DrvHostDSound.cpp: Also do the playback data transfer in the …
(edit) @73726   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Check physical address limit on the …
(edit) @73724   6 years vboxsync VMMDev: multimonitor resize for Windows guests, bugref:8444
(edit) @73723   6 years vboxsync build fix for r124400
(edit) @73722   6 years vboxsync Devices/Serial: Crash fix
(edit) @73721   6 years vboxsync FE/Qt: VirtualBox Manager UI: Integrating Media Manager toolbar into …
(edit) @73720   6 years vboxsync Runtime/serialport-win.cpp: Fixes, can't use CancelIo because it …
(edit) @73719   6 years vboxsync Main/Cloud: fix copyright header and todo
(edit) @73718   6 years vboxsync build fix for r124396
(edit) @73717   6 years vboxsync FE/Qt: UIActionPool* and UIMediumManager classes: Move Medium Manager …
(edit) @73716   6 years vboxsync Main/CloudProviderManager+CloudProvider+CloudProfile: Introduce …
(edit) @73715   6 years vboxsync FE/Qt: UIActionPool: Merging polymorph action functionality to …
(edit) @73714   6 years vboxsync Audio/MixBuf: Added AudioMixBufUsedBytes().
(edit) @73713   6 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73712   6 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73711   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix typo in r124389.
(edit) @73710   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Implement construction of VM-exit …
(edit) @73708   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Add missing VM-exit instruction …
(edit) @73706   6 years vboxsync IPRT: Better fix for missing md4 failure; adding information status …
(edit) @73705   6 years vboxsync IPRT: Better fix for missing md4 failure; adding information status …
(edit) @73704   6 years vboxsync IPRT/base64.cpp: nit
(edit) @73703   6 years vboxsync IPRT/r3/memsafer: Switched to individual scrambling words for each …
(edit) @73702   6 years vboxsync FE/Qt: bugref: 9040 Create manager UI log files with delete share
(edit) @73701   6 years vboxsync Audio/DrvAudioCommon.cpp: The default is Little Endian in …
(edit) @73700   6 years vboxsync http-curl.cpp: fix accidental trailing whitespace.
(edit) @73699   6 years vboxsync http-curl.cpp: add a few thin wrappers for some curl options.
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