|
|
@58015
|
9 years |
vboxsync |
Devices/ACPI: Fix typo breaking the first serial port
|
|
|
@57990
|
9 years |
vboxsync |
Removed the 'temporary' VBOX_WITH_NEW_USB_CODE_ON_DARWIN define …
|
|
|
@57989
|
9 years |
vboxsync |
Added support for GIM Hyper-V hypercalls and guest debugging.
|
|
|
@57979
|
9 years |
vboxsync |
Parallel ports: Several fixes for multiple parallel ports. Make the …
|
|
|
@57933
|
9 years |
vboxsync |
Devices/Graphics: fixed wrong comparison between gl_vendor and …
|
|
|
@57910
|
9 years |
vboxsync |
DrvHostSerial.cpp: Should call GetOverlappedResult if ReadFile returns …
|
|
|
@57903
|
9 years |
vboxsync |
USB: Disabled read-ahead processing, see #6078
|
|
|
@57902
|
9 years |
vboxsync |
DevAHCI: logrel nit
|
|
|
@57901
|
9 years |
vboxsync |
Devices/Virtio: semantic fixes.
|
|
|
@57882
|
9 years |
vboxsync |
Serial/NamedPipe: Reorder error checks in the receive code path on …
|
|
|
@57850
|
9 years |
vboxsync |
Network/DrvNAT: Plug small memory leak in error case
|
|
|
@57846
|
9 years |
vboxsync |
SrvIntNetR0: intnetR0NetworkEditDhcpFromIntNet - update UDP checksum …
|
|
|
@57827
|
9 years |
vboxsync |
Devices/Audio: actually consume samples in DrvHostNullAudio
|
|
|
@57809
|
9 years |
vboxsync |
Reverted bad commit r102754.
|
|
|
@57808
|
9 years |
vboxsync |
Installer/linux and tinderclient: use Qt from build server for RPM …
|
|
|
@57801
|
9 years |
vboxsync |
Devices/VGA,Additions/WDDM: Fix hardware accelerated video playback …
|
|
|
@57790
|
9 years |
vboxsync |
VMSVGA3d: Turns out I'm blitting to the wrong end (Y direction) of the …
|
|
|
@57784
|
9 years |
vboxsync |
NAT: rewrite handling of port-forwarding.
The most interesting part …
|
|
|
@57783
|
9 years |
vboxsync |
NAT: %R[natsock] - print "tcp" and "udp" as names, not as protocol numbers.
|
|
|
@57781
|
9 years |
vboxsync |
Devices/Bus/PCI: Improved BAR mapping sanity checking, including …
|
|
|
@57752
|
9 years |
vboxsync |
DrvHostDSound: start playback when first audio samples are copied to …
|
|
|
@57739
|
9 years |
vboxsync |
NAT: G/c unused port_forward_rule::mac_address.
|
|
|
@57738
|
9 years |
vboxsync |
NAT: udp_listen: better log message when bind(2) fails.
|
|
|
@57736
|
9 years |
vboxsync |
DrvHostDSound: dynamically load dsound.dll
|
|
|
@57717
|
9 years |
vboxsync |
DrvHostDSound: CFGMR3QueryStringAlloc()
|
|
|
@57713
|
9 years |
vboxsync |
DevEFI: moved communication with the driver from the destructor to the …
|
|
|
@57709
|
9 years |
vboxsync |
DevAHCI: ATA_TRUSTED_RECEIVE_DMA is not implemented but don't assert
|
|
|
@57602
|
9 years |
vboxsync |
VMMDev: log the guest OS type in plain text for convenience when …
|
|
|
@57600
|
9 years |
vboxsync |
NAT: don't deadlock if we try to activate a NAT network while the VM …
|
|
|
@57585
|
9 years |
vboxsync |
DevVGA: fixed wrong comparison which broke some VGA modes.
|
|
|
@57571
|
9 years |
vboxsync |
Audio/CoreAudio: Fix cracks and lost samples when the sample rates …
|
|
|
@57550
|
9 years |
vboxsync |
NAT: improved error message
|
|
|
@57538
|
9 years |
vboxsync |
Typo.
|
|
|
@57537
|
9 years |
vboxsync |
NVMe: Alignment testcase
|
|
|
@57527
|
9 years |
vboxsync |
Storage/DrvDiskIntegrity: Fixes
|
|
|
@57526
|
9 years |
vboxsync |
VUSBSniffer: Fix small memory leak
|
|
|
@57522
|
9 years |
vboxsync |
USB/IP: Fixes and enable building it
|
|
|
@57521
|
9 years |
vboxsync |
NVMe: Changes required for building it and integrating into the PUEL …
|
|
|
@57520
|
9 years |
vboxsync |
build fix
|
|
|
@57519
|
9 years |
vboxsync |
SVGA3d/win: Fixed the scrolling issues with the SVGA_3D_CMD_PRESENT …
|
|
|
@57518
|
9 years |
vboxsync |
build fix
|
|
|
@57517
|
9 years |
vboxsync |
SVGA3d/ogl: Finally figured out the scrolling issue with the …
|
|
|
@57515
|
9 years |
vboxsync |
VUSBDevice: Don't set the device state to POWERED unless the device is …
|
|
|
@57504
|
9 years |
vboxsync |
VMSVGA3d/ogl: Banging my head vertical scrolling of the host …
|
|
|
@57503
|
9 years |
vboxsync |
DevVGA-SVGA3d-ogl.cpp: @todo cleanup
|
|
|
@57502
|
9 years |
vboxsync |
DevVGA-SVGA*: Some viewport sanity adjustments and comments.
|
|
|
@57451
|
9 years |
vboxsync |
Audio: Try to fix chopped off samples when playing short sound files.
|
|
|
@57449
|
9 years |
vboxsync |
NAT: udp_listen: set so_hladdr/so_hlport like we do in udp_attach(). …
|
|
|
@57448
|
9 years |
vboxsync |
NAT: fix debug log - print IP address, not a pointer to it,
and …
|
|
|
@57446
|
9 years |
vboxsync |
VMM: Removing VBOX_WITH_HYBRID_32BIT_KERNEL and other 32-bit darwin fun.
|
|
|
@57442
|
9 years |
vboxsync |
DECLCALLBACK and static
|
|
|
@57427
|
9 years |
vboxsync |
warning
|
|
|
@57426
|
9 years |
vboxsync |
DECLCALLBACK
|
|
|
@57417
|
9 years |
vboxsync |
warning
|
|
|
@57410
|
9 years |
vboxsync |
Device/Graphics: fix padding if VBOX_WITH_VMSVGA is unset, and make …
|
|
|
@57406
|
9 years |
vboxsync |
USB/IP: Updates and fixes, implement support for isochronous transfers …
|
|
|
@57398
|
9 years |
vboxsync |
Audio: Fixed playing/recording deprecated/left over samples when …
|
|
|
@57397
|
9 years |
vboxsync |
AudioMixBuffer: Implemented AudioMixBufClear(), added …
|
|
|
@57393
|
9 years |
vboxsync |
DECLCALLBACK
|
|
|
@57391
|
9 years |
vboxsync |
DECLCALLBACK
|
|
|
@57383
|
9 years |
vboxsync |
Better.
|
|
|
@57382
|
9 years |
vboxsync |
Audio: Some renaming.
|
|
|
@57375
|
9 years |
vboxsync |
Audio/DSound: Get rid of custom logging and use RTLogRelMax* instead, …
|
|
|
@57372
|
9 years |
vboxsync |
scm: fixes in previous cleanup run.
|
|
|
@57358
|
9 years |
vboxsync |
*: scm cleanup run.
|
|
|
@57346
|
9 years |
vboxsync |
Audio/ALSA: fixed playing audio after suspendign the host
|
|
|
@57333
|
9 years |
vboxsync |
5.0.2
|
|
|
@57301
|
9 years |
vboxsync |
USB/IP: Updates, works with bulk devices now
|
|
|
@57296
|
9 years |
vboxsync |
Disable host block device handling for Windows for now as some users …
|
|
|
@57273
|
9 years |
vboxsync |
USBProxyDevice-usbip: More updates
|
|
|
@57262
|
9 years |
vboxsync |
USB/UsbIp: Updates, implement receiving response handling
|
|
|
@57234
|
9 years |
vboxsync |
Audio/DrvHostDSound: LogRel nits.
|
|
|
@57209
|
9 years |
vboxsync |
VMMDev: LogRel nits.
|
|
|
@57204
|
9 years |
vboxsync |
BIOS sync
|
|
|
@57202
|
9 years |
vboxsync |
DSound: Do not forget to propagate errors.
|
|
|
@57200
|
9 years |
vboxsync |
DSound: Fixed variable shadowing.
|
|
|
@57199
|
9 years |
vboxsync |
DSound: Careful when enumerating input devices; more release logging.
|
|
|
@57196
|
9 years |
vboxsync |
Storage/HBDMgmt-win: Much easier way to unmount volumes and take them …
|
|
|
@57191
|
9 years |
vboxsync |
pdmifs.h: ViewPort -> Viewport, docs.
|
|
|
@57190
|
9 years |
vboxsync |
Devices/Storage: Start windows specific implementation for the host …
|
|
|
@57181
|
9 years |
vboxsync |
NAT: %RTnaipv4 requires the IP address, not a pointer to one. While …
|
|
|
@57164
|
9 years |
vboxsync |
DrvHostDSound.cpp: Don't uninitialize COM if we didn't succeed in the …
|
|
|
@57162
|
9 years |
vboxsync |
BIOS: Initialize ROMs before showin logo.
|
|
|
@57156
|
9 years |
vboxsync |
OHCI: Prevent log flooding
|
|
|
@57154
|
9 years |
vboxsync |
vmsvga3d: Darwin view info.
|
|
|
@57153
|
9 years |
vboxsync |
vmsvga3d: mac build fix.
|
|
|
@57152
|
9 years |
vboxsync |
vmsvga3d: Removed non-VMSVGA3D_OGL_WITH_SHARED_CTX OpenGL code.
|
|
|
@57151
|
9 years |
vboxsync |
VMSVGA3d: Started reworking 3d command handling code to avoid …
|
|
|
@57150
|
9 years |
vboxsync |
VMSVGA3d: g_aSVGA3dSurfaceFormats should be in the -info.cpp file too.
|
|
|
@57149
|
9 years |
vboxsync |
VMSVGA3d: Combining OGL and D3D backend structures and moving …
|
|
|
@57148
|
9 years |
vboxsync |
Audio/DSound: Crash fix
|
|
|
@57146
|
9 years |
vboxsync |
Audio/DSound: Build fixes
|
|
|
@57145
|
9 years |
vboxsync |
Audio/DSound: Fixes for Windows 10, the original IDirectSound doesn't …
|
|
|
@57139
|
9 years |
vboxsync |
DevVGA-SVGA3d-ogl.cpp: Reverted r99617, should've been fixed at the …
|
|
|
@57138
|
9 years |
vboxsync |
oops
|
|
|
@57137
|
9 years |
vboxsync |
VMSVGA3d/darwin: Attempt to fix shutdown deadlock where the FIFO …
|
|
|
@57136
|
9 years |
vboxsync |
DevVGA-SVGA3d-ogl.cpp: X11 build fix and warning fix.
|
|
|
@57135
|
9 years |
vboxsync |
vmsvga3d/darwin/ogl: Resize the shared context, save and restore the …
|
|
|
@57131
|
9 years |
vboxsync |
vmsvga3d/mac: back/front buffer clearing fixes and hiding contexts …
|
|
|
@57088
|
9 years |
vboxsync |
DisplayImpl.cpp: Free the screen shot data in the correct way. pu8Data …
|
|
|