VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28231   15 years vboxsync OSE header fixes
(edit) @28230   15 years vboxsync gcc warning
(edit) @28229   15 years vboxsync wddm: bufgix
(edit) @28228   15 years vboxsync wddm: avoid DMA transactions on GDI rendering (for preformance)
(edit) @28227   15 years vboxsync Main and FE/Qt: enable the USB tablet device by default for most Linux …
(edit) @28226   15 years vboxsync Fix double free
(edit) @28225   15 years vboxsync Fix crash
(edit) @28224   15 years vboxsync AsyncCompletion: Fix hang on OS X
(edit) @28223   15 years vboxsync crOpenGL: use screen relative coords
(edit) @28221   15 years vboxsync VBoxNetFlt-linux.c: grumble
(edit) @28220   15 years vboxsync IDisplay::DrawToScreen for multimonitor (xTracker 4655)
(edit) @28219   15 years vboxsync VBoxNetFlt-linux.c: Another try…
(edit) @28218   15 years vboxsync Guest Control: Update (HGCM low level callbacks, bugfixes).
(edit) @28217   15 years vboxsync Rephrased contribution (with permission from author).
(edit) @28216   15 years vboxsync DrvNAT: build fix.
(edit) @28215   15 years vboxsync IDisplay API changes for multimonitor (xTracker 4655)
(edit) @28214   15 years vboxsync Main/Machine: correctly release the lock
(edit) @28213   15 years vboxsync PDMINETWORKUP,Drv*,Dev*: Eliminated pfnSendDeprecated.
(edit) @28212   15 years vboxsync Main/Machine: in ReadLog: release lock early, as the file read can …
(edit) @28211   15 years vboxsync cleanup
(edit) @28210   15 years vboxsync increase VBOX_MAX_ALLOC_PAGE_COUNT to 256MB / PAGE_SIZE, set the new …
(edit) @28209   15 years vboxsync Guest Control/VBoxManage: Default wait timeout is indefinite (for now).
(edit) @28208   15 years vboxsync intnet,VBoxNetFlt-linux: Added INTNETTRUNKSWPORT::pfnPreRecv for doing …
(edit) @28207   15 years vboxsync Guest Control: Fix service name.
(edit) @28206   15 years vboxsync Guest Control: Update (first code for low level HGCM callback).
(edit) @28205   15 years vboxsync Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
(edit) @28204   15 years vboxsync Main: docs
(edit) @28203   15 years vboxsync DevPcBios,DevEFI,DevFWCommon: Don't reconstruct the MPS table at …
(edit) @28202   15 years vboxsync VBoxNetFlt-linux.c: skb_partial_csum_set is 2.6.26+ :-/
(edit) @28201   15 years vboxsync Frontends/VBoxShell: use API for showLog, and make sure it prints …
(edit) @28200   15 years vboxsync Main/HGCM: Comment/Docu.
(edit) @28199   15 years vboxsync IPRT: xml crash fix
(edit) @28198   15 years vboxsync crOpenGL: fix possible read of unallocated memory
(edit) @28197   15 years vboxsync crOpenGL: more multi screen support
(edit) @28196   15 years vboxsync DevE1000: Alignment fix.
(edit) @28195   15 years vboxsync Main/OVF: add vbox settings version to vbox:Machine element
(edit) @28194   15 years vboxsync Main/Machine: implement IMachine::readLog, and fix log file deletion …
(edit) @28193   15 years vboxsync Main/idl: clarification for IMachine::readLog
(edit) @28192   15 years vboxsync VBoxManage: new option "--log" for showvminfo, printing the specified …
(edit) @28191   15 years vboxsync NAT: warnings + removing of dead code.
(edit) @28190   15 years vboxsync Additions/crOpenGL: gcc warnings
(edit) @28189   15 years vboxsync Main: OVF crash fix, settings::ConfigFileBase must not be copyable
(edit) @28188   15 years vboxsync NAT: warnings.
(edit) @28187   15 years vboxsync NAT: warnings.
(edit) @28185   15 years vboxsync GuestControl: gcc warnings
(edit) @28184   15 years vboxsync HostServices: Doppelmoppel
(edit) @28183   15 years vboxsync NAT: excludes BSD functions, which might confuse reader.
(edit) @28182   15 years vboxsync VBoxManage/GuestCtrl: -Wshadow warnings
(edit) @28181   15 years vboxsync NAT: make BSD panic() never return
(edit) @28180   15 years vboxsync Guest Control/HostService: VERR_NOT_SUPPORTED.
(edit) @28179   15 years vboxsync Main: raised the maximum amount of VRAM to 512MB
(edit) @28178   15 years vboxsync FE/Qt4: Introduce a soft limit to save careless users from assigning …
(edit) @28177   15 years vboxsync Guest Control/HostService: Renamed exec* helper functions.
(edit) @28176   15 years vboxsync Guest Control: Enable building by default for Windows + Linux.
(edit) @28175   15 years vboxsync NAT: warnings.
(edit) @28174   15 years vboxsync NAT: warnings.
(edit) @28173   15 years vboxsync NAT: warnings.
(edit) @28172   15 years vboxsync NAT: win build fix.
(edit) @28171   15 years vboxsync NAT: Solaris build fix.
(edit) @28170   15 years vboxsync NAT: Solaris build fix.
(edit) @28169   15 years vboxsync NAT: Solaris build fix.
(edit) @28168   15 years vboxsync NAT: enables BSD MBUFS. (see xTracker 3993)
(edit) @28167   15 years vboxsync NAT: removes arming fast tcp timer to poll ICMP socket.
(edit) @28166   15 years vboxsync NAT: fixed polling of the ICMP socket reducing the ICMP latency
(edit) @28165   15 years vboxsync Main/OVF: import vbox:machine with disks, the rest. Todo some bugfixing.
(edit) @28164   15 years vboxsync IPRT: attribute namespace support
(edit) @28163   15 years vboxsync IPRT: xml optimizations, preps for better namespace support
(edit) @28162   15 years vboxsync Main/OVF: isolate disk import code from other import code; clean up …
(edit) @28161   15 years vboxsync 2.6.29 that is
(edit) @28160   15 years vboxsync VBoxNetFlt-linux.c: Made the receive GSO stuff configurable as well.
(edit) @28159   15 years vboxsync VBoxNetFlt-linux.c: Experimenting with filtering out traffic from the …
(edit) @28157   15 years vboxsync cleanup
(edit) @28156   15 years vboxsync VBoxNetFlt-linux: GSO to host and wire experiment, the former is a …
(edit) @28155   15 years vboxsync Fix
(edit) @28154   15 years vboxsync VBoxHDD: async I/O for VDI and RAW images. Seems to work so far but …
(edit) @28153   15 years vboxsync VBoxNetFlt-linux: Receive GSO frames from the host, save calls into …
(edit) @28152   15 years vboxsync Main/OVF: optimizations, cleanup
(edit) @28151   15 years vboxsync tstRTPath.cpp: RTPathStripExt testcases.
(edit) @28150   15 years vboxsync Main/OVF: use readable disk names instead of UUIDs on export, better …
(edit) @28149   15 years vboxsync Main/OVF: write vbox:uuid attribute for each disk on export
(edit) @28148   15 years vboxsync FE/Qt4: xtracker 4812: disable focus in/out hack for recent Qt versions
(edit) @28147   15 years vboxsync NAT: Fixed missing setting of time_fasttimo in ip_icmp.c. Removed …
(edit) @28146   15 years vboxsync NAT: Use poll/WSAWaitForMultipleEvents timeouts instead of timers.
(edit) @28145   15 years vboxsync Runtime/Sg: Fix RTSgBufCopy
(edit) @28144   15 years vboxsync DrvDiskIntegrity: Bug fix
(edit) @28143   15 years vboxsync DrvNAT: disabled buffer poisoning that was accidentally left enabled …
(edit) @28142   15 years vboxsync QSOCKET_FOREACH: log the same stuff for both versions, please.
(edit) @28141   15 years vboxsync slirp.c: Attempt at fixing #4811.
(edit) @28140   15 years vboxsync VBoxNetFlt-linux.c: Added some comments/todos and did some cleaning up …
(edit) @28139   15 years vboxsync VBoxManage: allow to set --natnet default (3.1 regression)
(edit) @28138   15 years vboxsync Main,NAT: Always pass the NAT network via CFGM. Use the network …
(edit) @28137   15 years vboxsync Additions/x11/vboxvideo: backport various changes from vboxvideo_13 to …
(edit) @28136   15 years vboxsync VMM/CFGM: fixed memory leak
(edit) @28135   15 years vboxsync DevE1000: Fixed signed/unsigned compare warnings caused by type …
(edit) @28134   15 years vboxsync DrvIntNet.cpp: Count the GSO frames. Use new helpers for registering …
(edit) @28132   15 years vboxsync Guest Control: Update (fixed leak in host service, --wait option for …
(edit) @28131   15 years vboxsync #4286: e1000: Force RX checksum in guest software.
(edit) @28130   15 years vboxsync Main/ConsoleImpl2.cpp: some missing RC_CHECK; cosmetical fixes
(edit) @28129   15 years vboxsync Devices/VGA: two forgotten "PDMCritSectLeave"s
(edit) @28128   15 years vboxsync ConsoleImpl2.cpp: cosmetics.
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