VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @73683   6 years vboxsync Audio/Mixer: Logging tweaks for audioMixerSinkWriteToStreams().
(edit) @73682   6 years vboxsync Audio/DrvAudio: Added support for discarding data in case a backend …
(edit) @73681   6 years vboxsync Audio/DrvHostCoreAudio: Assertion not needed in …
(edit) @73680   6 years vboxsync Audio/DrvHostCoreAudio: Cleaned up drvHostCoreAudioStreamGetWritable().
(edit) @73679   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73677   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73676   6 years vboxsync FE/Qt: VirtualBox Manager UI: Integrating Snapshot-pane toolbar into …
(edit) @73675   6 years vboxsync Audio/DrvAudio: Made sure that we don't do pre-buffer to the full …
(edit) @73674   6 years vboxsync FE/Qt: VirtualBox Manager UI: Properly update action visibility.
(edit) @73673   6 years vboxsync FE/Qt: VirtualBox Manager UI: Update actions on startup and on current …
(edit) @73672   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73671   6 years vboxsync FE/Qt: UIActionPoolSelector & UISnapshotPane: Move Snapshot-pane to …
(edit) @73670   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73668   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73667   6 years vboxsync FE/Qt: UIShortcutPool: Don't forget to update shortcut translation …
(edit) @73666   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73665   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73664   6 years vboxsync Main: bugref:8598: added "Keep hardware UUIDs" option to "clone …
(edit) @73663   6 years vboxsync FE/Qt: bugref:9152: Export Appliance wizard: Separate handling for …
(edit) @73662   6 years vboxsync IPRT/ASN.1: Added g_RTAsn1EFenceAllocator and RTAsn1CursorIsEnd.
(edit) @73661   6 years vboxsync FE/Qt: UIActionPoolSelector: A bit of cleanup/rework: Refactoring …
(edit) @73660   6 years vboxsync Audio/DrvAudio: Lowered the default period size from 200ms to 20ms, …
(edit) @73659   6 years vboxsync FE/Qt: UIActionPoolSelector: A bit of cleanup/rework: Moving some code …
(edit) @73658   6 years vboxsync FE/Qt: VirtualBox Manager UI: Chooser pane: Global item: Disable …
(edit) @73657   6 years vboxsync FE/Qt: bugref:9152: Export Appliance wizard: Adjust JSON parser again …
(edit) @73656   6 years vboxsync Audio/PulseAudio: D'oh, follow-up to messed up commit r124328 ("Double …
(edit) @73655   6 years vboxsync Build fix.
(edit) @73654   6 years vboxsync Audio/PulseAudio: "Double buffering" not needed here; logging tweak …
(edit) @73653   6 years vboxsync Audio/DrvAudio: Bugfixes for drvAudioStreamPlay(); play (transfer) as …
(edit) @73652   6 years vboxsync Audio/DrvAudio: Get rid of the (internal) mixing buffer factors, as …
(edit) @73651   6 years vboxsync Build fix.
(edit) @73650   6 years vboxsync Audio/AC97: Make sure to process as much data as needed, depending on …
(edit) @73649   6 years vboxsync Build fix.
(edit) @73648   6 years vboxsync Audio/AC97: Added timestamps (in ns) for last transfers / reads/writes.
(edit) @73647   6 years vboxsync Audio/AC97: Don't destroy a stream's circular buffer on stream close, …
(edit) @73646   6 years vboxsync Build fix.
(edit) @73645   6 years vboxsync Audio/Mixer: Cleanup / renaming for audioMixerSinkWriteToStreams().
(edit) @73644   6 years vboxsync IPRT/pemfile.cpp: Fixed parsing word sequences (only ever worked with …
(edit) @73643   6 years vboxsync Audio/ALSA: Renamed alsaStreamSetThreshold() to …
(edit) @73642   6 years vboxsync Audio/ALSA stubs: Added snd_pcm_sw_params_get_start_threshold().
(edit) @73641   6 years vboxsync VMMDev: fGuestSentChangeEventAck flag in multimonitor resize request …
(edit) @73640   6 years vboxsync Audio/DrvAudio: Logging.
(edit) @73639   6 years vboxsync ValidationKit/SerialTest: Increase the timestamp resolution to avoid …
(edit) @73638   6 years vboxsync Main/DrvAudioVRDE: do not crash if PDM driver does not exist. bugref:9225
(edit) @73637   6 years vboxsync FE/Qt: VirtualBox Manager UI: A bunch of layout fixes.
(edit) @73636   6 years vboxsync Devices/Serial: Fix Widows guests, the THRE empty interrupt status is …
(edit) @73635   6 years vboxsync Runtime/serialport-win.cpp: Fixes for I/O
(edit) @73634   6 years vboxsync FE/Qt: bugref:9152: Forgot something in r124218.
(edit) @73633   6 years vboxsync DevVGA-SVGA3d-ogl.cpp: a few more formats.
(edit) @73632   6 years vboxsync FE/Qt: VirtualBox Manager UI: Missed few things in r124300.
(edit) @73631   6 years vboxsync FE/Qt: VirtualBox Manager UI: Forgot to implement group items handling …
(edit) @73630   6 years vboxsync Runtime/serialport-win.cpp: Fixes for RTSerialPortOpen()
(edit) @73629   6 years vboxsync Audio/Main: Also insert the debugging enabled / path values into the …
(edit) @73628   6 years vboxsync VMM: Nested VMX: bugref:9180 Implement IA32_VMX_MISC MSR.
(edit) @73627   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 todo regarding raising #SS on …
(edit) @73626   6 years vboxsync Audio/AC97: Made the stream's circular buffer size based on the …
(edit) @73625   6 years vboxsync Audio/AC97: Only open debug .WAV files if debugging is enabled in …
(edit) @73624   6 years vboxsync Main,SharedOpenGL: VRDP cleanup. bugref:9225
(edit) @73623   6 years vboxsync ValidationKit/tests/serial: Add option to test the different supported …
(edit) @73622   6 years vboxsync Main: Doxygen build fix.
(edit) @73621   6 years vboxsync Audio/AC97: Added runtime debugging support (output to .WAV files).
(edit) @73620   6 years vboxsync VMM/HMVMXR0: Unused functions build fix.
(edit) @73618   6 years vboxsync Devices/Serial/DrvTCP: Fixed stalling reads on Windows hosts caused by …
(edit) @73617   6 years vboxsync VMM/HMVMXR0: Use IEMExecOne() rather than manually interpreting a …
(edit) @73616   6 years vboxsync Runtime/RTJson: Promote type assertions In query functions to always …
(edit) @73615   6 years vboxsync build fix for r124258
(edit) @73614   6 years vboxsync FE/Qt: bugref:9152: Export Appliance wizard: Adjust JSON parser to …
(edit) @73613   6 years vboxsync FE/Qt: bugref:9152: Export Appliance wizard: Removing few useless bits …
(edit) @73612   6 years vboxsync Audio/Main: Added support for superseding extra-data values with …
(edit) @73611   6 years vboxsync Audio: Renamed the (tweakable) per-driver CFGM options to make it …
(edit) @73610   6 years vboxsync VMM/HMVMXAll: Nested VMX: bugref:9180 Build fix.
(edit) @73609   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.
(edit) @73608   6 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Doxygen fix.
(edit) @73607   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Darwin build fix.
(edit) @73606   6 years vboxsync VMM: Nested VMX: bugref:9180 Various bits: - IEM: Started VMXON, …
(edit) @73603   6 years vboxsync iprt/rtFsIsoMakerOutFile_GenerateDirRecDirect: fix for files ~8GB and …
(edit) @73602   6 years vboxsync FE/Qt: VirtualBox Manager UI: Link global/machine item selection with …
(edit) @73601   6 years vboxsync FE/Qt: UIToolbarTools: Add possibility to switch tab-bar layout …
(edit) @73600   6 years vboxsync FE/Qt: VirtualBox Manager UI: Chooser pane: Invent global item …
(edit) @73599   6 years vboxsync FE/Qt: bugref:6596 Add some const'ness
(edit) @73598   6 years vboxsync FE/Qt: UISlidingWidget: Replace state bool flag with corresponding …
(edit) @73597   6 years vboxsync FE/Qt: bugref:6596: Few fixes for r124233.
(edit) @73596   6 years vboxsync Audio/DrvHostValidationKit: Build fix.
(edit) @73595   6 years vboxsync FE/Qt: bugref:6596 Some grammatical corrections
(edit) @73594   6 years vboxsync VMM: Nested VMX: bugref:9180 Add VBOX_WITH_NESTED_HWVIRT_VMX when it's …
(edit) @73593   6 years vboxsync Build fix (SCM).
(edit) @73592   6 years vboxsync FE/Qt: bugref:6596 Don't check medium size in FAT file systems if the …
(edit) @73591   6 years vboxsync FE/Qt: bugref:6596 Replace predefined values instead of pow (which I …
(edit) @73590   6 years vboxsync Main: Allow changing the passthrough flag when the VM is running if …
(edit) @73589   6 years vboxsync Main: Allow changing the passthrough flag when the VM is running if …
(edit) @73588   6 years vboxsync FE/Qt: bugref:6596 build fix
(edit) @73587   6 years vboxsync iptr/base64: introduce RTBase64EncodedLengthEx() and …
(edit) @73586   6 years vboxsync FE/Qt: bugref:6596 Adding a size check for FAT file systems in create …
(edit) @73585   6 years vboxsync Audio/DrvAudio: Handling returning silence for backends which cannot / …
(edit) @73584   6 years vboxsync DrvAudio/DrvAudioVRDE: Report the backend as operational via …
(edit) @73583   6 years vboxsync Audio/DrvAudio: Logging nit.
(edit) @73582   6 years vboxsync Audio/Mixer: Skip handling input streams which currently are not …
(edit) @73581   6 years vboxsync Audio/Mixer: Skip handling input streams which currently are not …
(edit) @73580   6 years vboxsync FE/Qt: bugref:9152: Export Appliance Wizard: Fixes for r124208 and r124210.
(edit) @73579   6 years vboxsync tstMMHyperHeap: RT_BZERO is necessary. Trick GCC 8.2.0 in different way.
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