VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @51643   10 years vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @51642   10 years vboxsync LogRel nits.
(edit) @51641   10 years vboxsync LogRel nits.
(edit) @51640   10 years vboxsync LogRel cosmetics.
(edit) @51639   10 years vboxsync LogRel cosmetics/consistency.
(edit) @51638   10 years vboxsync AHCI: Fix request cancelling logic if the log page containing details …
(edit) @51637   10 years vboxsync Pulseaudio: Bitten by duplicate files…
(edit) @51636   10 years vboxsync Devices: release log cosmetics.
(edit) @51635   10 years vboxsync introduced RTHttpGetBinary(), renamed RTHttpGet() to RTHttpGetText()
(edit) @51634   10 years vboxsync VBoxSDL: implemented NotifyUpdateImage (not used by default).
(edit) @51633   10 years vboxsync vga: saved state bugfix, sigh
(edit) @51632   10 years vboxsync vga: build fix
(edit) @51631   10 years vboxsync vga: saved state fixes
(edit) @51630   10 years vboxsync Main/Console: fix severe BSTR vs. Bstr related regressions from …
(edit) @51629   10 years vboxsync DevVGA: moved asserts to the right place in vgaPortUpdateDisplayRect.
(edit) @51628   10 years vboxsync Frontend/VBoxManage: fix gcc compiler warning in VBoxManageGuestCtrl.cpp
(edit) @51627   10 years vboxsync IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage.
(edit) @51626   10 years vboxsync QCOW: Initialize the L2 cache always, fixes a crash if opening the …
(edit) @51625   10 years vboxsync QED: Initialize the L2 cache always, fixes a crash if opening the …
(edit) @51624   10 years vboxsync AHCI: Small addendum to r93658, the device emulation needs to update …
(edit) @51623   10 years vboxsync Storage: Fix possible data corruption or read errors if a request …
(edit) @51622   10 years vboxsync Additions/linux/sharedfolders: Linux 3.16 fixes
(edit) @51621   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Bug-fix for r94294.
(edit) @51620   10 years vboxsync DnD: Autocallers, locking.
(edit) @51619   10 years vboxsync Devices/Storage: Add new read after write verification mode and fix …
(edit) @51618   10 years vboxsync VBoxHeadless: Allow VMs to start paused. (And reformatted usage help …
(edit) @51617   10 years vboxsync DevVGA: updateDisplayAll should not initiate a resize.
(edit) @51616   10 years vboxsync tstMouseImpl: another fix
(edit) @51615   10 years vboxsync repaired tstMouseImpl
(edit) @51614   10 years vboxsync 6813 Use of server side API wrapper code - ConsoleImpl.cpp - vn3
(edit) @51613   10 years vboxsync 6813 Use of server side API wrapper code - ConsoleImpl.cpp - vn2
(edit) @51612   10 years vboxsync 6813 Use of server side API wrapper code - ConsoleImpl.cpp
(edit) @51611   10 years vboxsync Old 4NT versions cannot handle ProgramFiles(x86), changed the test.
(edit) @51610   10 years vboxsync Reverted r94341: too early.
(edit) @51609   10 years vboxsync DrvMouse: Added queue flush callback like we have for keyboard.
(edit) @51608   10 years vboxsync NAT/Net: return negated errno from pxtcp_sock_recv()/pxtcp_sock_send() …
(edit) @51607   10 years vboxsync gcc warning
(edit) @51606   10 years vboxsync Main,Frontends: IFramebuffer::NotifyUpdateImage
(edit) @51605   10 years vboxsync Main,Frontends: removed obsolete IFramebuffer methods: Address, …
(edit) @51604   10 years vboxsync DisplayImpl: removed obsolete mLast* fields.
(edit) @51603   10 years vboxsync DisplayImpl: removed obsolete framebuffer resize handling.
(edit) @51602   10 years vboxsync FE/Qt: Runtime UI: save visible region when resizing.
(edit) @51601   10 years vboxsync Main/Machine: fix regression (lack of AutoLimitedCaller) due to …
(edit) @51600   10 years vboxsync switch to openssl 1.0.1h
(edit) @51599   10 years vboxsync Devices/VMMDev: fixed compiling with VBOX_WITH_HGCM disabled
(edit) @51598   10 years vboxsync VMM/SSM: comment.
(edit) @51597   10 years vboxsync NAT/Net: convert perror/warn/warnx to DPRINTFs.
(edit) @51596   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51595   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51594   10 years vboxsync NAT/Net: don't forget to close socket if FIONBIO fails.
(edit) @51593   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Remove code …
(edit) @51592   10 years vboxsync FE/Qt: Runtime UI: Calls to QuerySavedGuestScreenInfo should be …
(edit) @51591   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: More …
(edit) @51590   10 years vboxsync FE/Qt: Selector UI: Filter out inaccessible VMs with null IDs.
(edit) @51589   10 years vboxsync USB/OHCI: Fix saved state assertion witz emulated USB devices
(edit) @51588   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51587   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Forgot …
(edit) @51586   10 years vboxsync HostDrivers/VBoxNetFlt: not yet for OSE
(edit) @51585   10 years vboxsync NAT/Net: Fix previous - provide #include's necessary for …
(edit) @51584   10 years vboxsync NAT/Net: Hide checking for transient errors (EWOULDBLOCK &co) in an …
(edit) @51583   10 years vboxsync NAT/Net: On Windows provide all "Berkeley" WSAE* error codes with …
(edit) @51582   10 years vboxsync NAT/Net: Drop errno redefinition kludge, socket errors are now …
(edit) @51581   10 years vboxsync NAT/Net: Start untangling errno vs. winsock mess. Don't refer errno …
(edit) @51580   10 years vboxsync FE/Qt: Global Properties: Input page: Icon fixes.
(edit) @51579   10 years vboxsync FE/Qt: 6278: Mac OS X: HiDPI: Integrate hi-dpi-aware icons for VM …
(edit) @51578   10 years vboxsync Mac OS X host: improve support for host optical drives; add support …
(edit) @51577   10 years vboxsync NAT/Net: Minor cosmetics in the unix section.
(edit) @51576   10 years vboxsync NAT/Net: Get rid of inet_ntop(3) (not available on Windows XP). Since …
(edit) @51575   10 years vboxsync NAT/Net: Get rid of inet_ntop(3). Add formatter for %R[ping_pcb] and …
(edit) @51574   10 years vboxsync NAT/Net: #define LOG_GROUP LOG_GROUP_NAT_SERVICE
(edit) @51573   10 years vboxsync NAT/Net: Use logger for DPRINTFs.
(edit) @51572   10 years vboxsync comregister.cmd: don't install the proxy stub on XP and W2K3.
(edit) @51571   10 years vboxsync Runtime/generic: Explicitly prevent mixing ring-3 and ring-0 spinlock …
(edit) @51570   10 years vboxsync Additions/common/VBoxService: provide default/null object …
(edit) @51569   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51567   10 years vboxsync 6813 MachineImpl.cpp server side com wrapper API useage - further fix
(edit) @51566   10 years vboxsync Storage/AHCI: Get rid of ASMAtomic*Size and replace with the *U32 …
(edit) @51565   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51564   10 years vboxsync Additions/common/VBoxService: revert r94117.
(edit) @51563   10 years vboxsync VMM/GIM: bits.
(edit) @51562   10 years vboxsync VMM/IEMInternal: comment typo.
(edit) @51561   10 years vboxsync Devices/GIMDev: keywords.
(edit) @51560   10 years vboxsync VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
(edit) @51559   10 years vboxsync crOpenGL: wglShareLists support
(edit) @51558   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51556   10 years vboxsync DnD: Added support for dynamically managing formats on the host.
(edit) @51553   10 years vboxsync Main: removed obsolete SetFramebuffer method.
(edit) @51552   10 years vboxsync Main: removed obsolete GetFramebuffer, updateDisplayData methods.
(edit) @51551   10 years vboxsync Main: removed obsolete RequestResize, ResizeCompleted methods.
(edit) @51550   10 years vboxsync FE/Qt: Runtime UI: Load machine-window customizations and availability …
(edit) @51549   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51548   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51547   10 years vboxsync VBoxSDL: new IFramebuffer interface cleanup.
(edit) @51546   10 years vboxsync UsbKbd: Added a brief theory of operation.
(edit) @51545   10 years vboxsync DisplayImpl: notify framebuffer about VM shutdown, reuse current values.
(edit) @51544   10 years vboxsync HostDrivers/VBoxNetFlt: not yet for OSE
(edit) @51543   10 years vboxsync FE/Qt: Runtime UI: Frame-buffer: Some regression in 2D functionality …
(edit) @51542   10 years vboxsync VBoxHeadless: Framebuffer implementation is not needed anymore.
(edit) @51541   10 years vboxsync FE/Qt: 6660: Advanced extra-data management framework: Integrate …
(edit) @51540   10 years vboxsync FE/Qt: Selector UI: Default splitter size-hints for first-run dialog.
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