summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* NAT/Network: Add missing Id/@file/copyright headers.vboxsync2015-02-1029-26/+481
* Main/glue/vboxapi.py: fix circular reference sabotaging garbage collection an...vboxsync2015-02-101-8/+12
* Fix pylint errorsvboxsync2015-02-102-6/+6
* Fix pylint errorsvboxsync2015-02-101-2/+4
* Windows guest additions: cleanup, removed obsolete MMR code.vboxsync2015-02-1022-2394/+2
* #7571. broken desktop shortcut after repair installation was fixed.vboxsync2015-02-101-4/+7
* ValidationKit/USB: Updates for the automated USB testing systemvboxsync2015-02-093-33/+130
* don't check for VALID_PTR after RTMem*Alloc(), that's overkillvboxsync2015-02-095-11/+11
* NAT: icmpwin_ping - don't decrement TTL once again, this is done invboxsync2015-02-091-2/+1
* FE/Qt: Icon update fix for r98112.vboxsync2015-02-094-7/+11
* FE/Qt, Main: 7678: Do not log the improper call to 3D-overlay rescaling when ...vboxsync2015-02-092-11/+23
* exportvboxsync2015-02-091-0/+0
* FE/Qt: icons for Windows 8.1 and Windows 10vboxsync2015-02-099-4/+8
* NAT: Enable HAVE_NOTIFICATION_FOR_DNS_UPDATE on Windows. This turnsvboxsync2015-02-091-1/+1
* NAT: As a stop-gap measure don't try to use (nonexistent) resolv.confvboxsync2015-02-091-1/+1
* NAT: Use PDMINETWORKNATCONFIG::pfnNotifyDnsChanged callback ifvboxsync2015-02-081-2/+27
* ConsoleImpl: Ifdef out the code to retrieve DNS info invboxsync2015-02-081-1/+2
* NAT: Try to fix alignment of counters on 32-bit broken in r98104.vboxsync2015-02-081-0/+3
* NAT: Introduce PDMINETWORKNATCONFIG::pfnNotifyDnsChanged and call itvboxsync2015-02-083-0/+102
* FE/Qt: 3635: Scaling mode support: Machine-window resize/rescale finally work...vboxsync2015-02-061-3/+12
* FE/Qt: Runtime UI: UIFrameBuffer refactoring for 6278 and 3635 (step 2): Sepa...vboxsync2015-02-065-57/+114
* FE/Qt: 3635: Scaling mode support: 2D Video Acceleration: Pass actual visual-...vboxsync2015-02-062-10/+8
* VMM: doxygen nits.vboxsync2015-02-062-19/+24
* small hint for the VBoxDTrace extension pack.vboxsync2015-02-061-1/+1
* FE/Qt: Runtime UI: UIFrameBuffer refactoring for 6278 and 3635 (step 1).vboxsync2015-02-065-87/+88
* Installer/linux: VBoxDTrace to /usr/bin, not /usr/lib/virtualboxvboxsync2015-02-061-0/+2
* VMM/HMVMXR0: spaces.vboxsync2015-02-061-1/+1
* VMM/HMVMXR0: nit.vboxsync2015-02-061-3/+5
* VBoxDbg: Sync statistics dialog title with the parent VM dialog title.vboxsync2015-02-062-1/+34
* FE/Qt: 7678: Runtime UI: Missed key-release events when the host-combo held d...vboxsync2015-02-051-1/+2
* PS2K: Do not react to commands when resetting.vboxsync2015-02-051-0/+4
* build fixvboxsync2015-02-051-4/+4
* VMM/GIMAllHv: Ignore writes to the Hypercall MSR. Fixes FreeBSD 10.1 crashing.vboxsync2015-02-051-0/+8
* AHCI: Fix possible crash when suspending a VM (very rare)vboxsync2015-02-051-0/+8
* VMM/TM: build fix.vboxsync2015-02-052-13/+11
* re-enabled PV with Windows 8 againvboxsync2015-02-051-2/+2
* VMM/TM: Only switch to real-tsc-offset mode when host is capable.vboxsync2015-02-051-25/+49
* Additions/x11: fixvboxsync2015-02-051-6/+6
* NDIS6/NetLwf: Change FilterRunType to "optional" to prevent network disruptio...vboxsync2015-02-051-1/+1
* FE/Qt: 3635: Scaling mode support: Fix pause screen-shot regression.vboxsync2015-02-051-1/+1
* FE/Qt: Allow to request normal (windowed) mode through the GUI console argument.vboxsync2015-02-052-1/+7
* VMM/HMVMXR0: Try fix regression caused by r98028 (single-stepping in dbx)vboxsync2015-02-051-13/+8
* FE/Qt: Mac OS X: Prevent QIToolButton from changing size-hint when that is no...vboxsync2015-02-053-3/+16
* FE/Qt: Build-fix for r98030.vboxsync2015-02-051-0/+2
* FE/Qt: Mac OS X: Font substitution fix for Yosemite.vboxsync2015-02-051-3/+7
* FE/Qt: Mac OS X: 6278: Support for unscaled HiDPI (Retina) video-output: Init...vboxsync2015-02-052-5/+8
* VMM/HMVMXR0: Fixed unintentional losing #DB intercepts while loading guest CR0.vboxsync2015-02-041-12/+21
* rpm: consider newer fedora distributionsvboxsync2015-02-042-1/+5
* FE/Qt: do not suppress key release events when the host key is held down.vboxsync2015-02-041-2/+3
* USB: Make the number of reported OHCI ports adjustable.vboxsync2015-02-032-25/+53