VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11107   16 years vboxsync Fe/Qt4: VBoxSelectorWnd.h - coding-style cosmetics.
(edit) @11106   16 years vboxsync nls3 is obsolete
(edit) @11105   16 years vboxsync FE/VBoxManage, Additions/VBoxControl: guestproperty set with flags but …
(edit) @11104   16 years vboxsync Additions/common: handle guestproperty set with no value correctly in …
(edit) @11103   16 years vboxsync Update to add forgotten 1.6.0 release.
(edit) @11102   16 years vboxsync FE/VBoxHeadless: unset the DISPLAY variable in the frontend to prevent …
(edit) @11101   16 years vboxsync intnet: Documentation update (pfnXmit and pfnRecv).
(edit) @11100   16 years vboxsync Main: darwin HIF comment.
(edit) @11099   16 years vboxsync Workaround for procfs problem. PerfAPI re-enabled for solaris
(edit) @11098   16 years vboxsync Main: Made the HIF enumeration a bit less strict on the MAC. Both …
(edit) @11097   16 years vboxsync FE/VBoxManage: handle guestproperty set with no value correctly
(edit) @11096   16 years vboxsync Main: deal with changing existing guest properties correctly (was …
(edit) @11095   16 years vboxsync iprt: The cpputils.h version of RTCNonCopyable doesn't fit the naming …
(edit) @11094   16 years vboxsync wording
(edit) @11093   16 years vboxsync Main: fix warning (size_t assigned to ULONG)
(edit) @11092   16 years vboxsync Disable PerfAPI on solaris
(edit) @11091   16 years vboxsync Main: (guest properties) fix a burn and add an explanatory comment
(edit) @11090   16 years vboxsync Main: enumerate guest properties when the machine is not running
(edit) @11089   16 years vboxsync Main: guest properties fix when enumerating on a running machine
(edit) @11088   16 years vboxsync FE/VBoxManage: we need a mutable machine session to get and enumerate …
(edit) @11087   16 years vboxsync Enable PerfAPI on Solaris
(edit) @11086   16 years vboxsync PerfAPI: Solaris implementation
(edit) @11085   16 years vboxsync nspr link issue: Disable VBOX_WITH_USB for Solaris hosts.
(edit) @11084   16 years vboxsync Main: missing header file in MachineImpl.cpp for guest properties
(edit) @11083   16 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11082   16 years vboxsync HostServices/GuestProperties: reverted r33992 temporarily as it …
(edit) @11081   16 years vboxsync HostServices/GuestProperties: renaming
(edit) @11080   16 years vboxsync PCIDevSetBaseAddress: Corrected incorrect shift to get the 2nd byte, …
(edit) @11079   16 years vboxsync FE/VBoxManage: we need a mutable machine session to set properties
(edit) @11078   16 years vboxsync iprt: common/misc/rand.cpp -> common/rand/rand.cpp
(edit) @11077   16 years vboxsync iprt: created common/rand.
(edit) @11076   16 years vboxsync Main: Set SharedMacOnWire when detecing wireless trunk (mac).
(edit) @11075   16 years vboxsync DrvIntNet: New CFGM option SharedMacOnWire for supporting wireless trunk.
(edit) @11074   16 years vboxsync intnet: Disabled the DHCP snooping code by putting it inside #ifdef …
(edit) @11073   16 years vboxsync intnet: Cleaned up ARP snooping and editing.
(edit) @11072   16 years vboxsync IntNet,VBoxNetFlt: Implememnted ARP editing when sharing MAC address …
(edit) @11071   16 years vboxsync tstIntNetR0: forgot to commit the testcase change.
(edit) @11070   16 years vboxsync PATM: missing ';'.
(edit) @11069   16 years vboxsync intnet: Fixed a couple of address caching bugs, enh. logging of …
(edit) @11068   16 years vboxsync PATM: Fixed PATMGCMonitorPage prototype so that it can be found during …
(edit) @11067   16 years vboxsync Solaris/hostif: fixed vnic script for future nevada build where dladm …
(edit) @11066   16 years vboxsync VBoxManage: Implement converting arbitrary image formats supported by …
(edit) @11065   16 years vboxsync HostServices/GuestProperties and Main: add timestamps and flags …
(edit) @11064   16 years vboxsync iprt/RTRandUxy: Improved the distribution when not using the max …
(edit) @11063   16 years vboxsync HostServices/GuestProperties and Main: add timestamps and flags …
(edit) @11062   16 years vboxsync intnet+netflt: New packet destination for the trunk called …
(edit) @11061   16 years vboxsync intnet: Implemented ARP snooping on the trunk. Fixed a couple of bugs …
(edit) @11060   16 years vboxsync RTNetIPv4IsUDPValid: the UDP checksum is optional, so don't fail if …
(edit) @11059   16 years vboxsync DrvIntNet: Added a hack for testing mac address sharing. (wif=en0)
(edit) @11058   16 years vboxsync intnet: Initialize the address caches.
(edit) @11057   16 years vboxsync intnet: Allocate a 2KB temporary buffer to deal with segmented packets …
(edit) @11056   16 years vboxsync tstIntNet-1: Added a -m / --mac-sharing option for testing the shared …
(edit) @11055   16 years vboxsync intnet: Implemented the shared mac routing and started on the trunk …
(edit) @11054   16 years vboxsync iprt/net.h: Added dummy IPX ethertypes.
(edit) @11053   16 years vboxsync intnet: Finished ARP, IP and DHCP snooping in the INTNETR0IfSend path.
(edit) @11052   16 years vboxsync iprt/net.h: Added minimum lengths for DHCP and BOOTP packets.
(edit) @11051   16 years vboxsync tstIntNet-1: todo.
(edit) @11050   16 years vboxsync tstIntNet-1: Test RTNetIPv4IsDHCPValid.
(edit) @11049   16 years vboxsync IPRT/RTNetIPv4: Rewrote the RTNETDHCP header as RTNETBOOTP and …
(edit) @11048   16 years vboxsync Typo which wasn't caught by release build.
(edit) @11047   16 years vboxsync Storage: Temporary integration of configuration interface.
(edit) @11046   16 years vboxsync Storage: Theoretically functional iSCSI backend.
(edit) @11045   16 years vboxsync tstIntNet-1: Test the RTNetIPv4 validation code when sniffing and …
(edit) @11044   16 years vboxsync IPRT/RTNetIPv4: Simple TCP validation.
(edit) @11043   16 years vboxsync FE/Qt4: updated the French translation
(edit) @11042   16 years vboxsync FE/VBoxManage: added guest property enumeration
(edit) @11041   16 years vboxsync Main: added guest property enumeration (currently only works when the …
(edit) @11040   16 years vboxsync HostServices/GuestProperties: corrected an API doc
(edit) @11039   16 years vboxsync Disk backends: remove dead code.
(edit) @11038   16 years vboxsync iprt/RTNetIPv4: The checksums are in network endian, corrected the …
(edit) @11037   16 years vboxsync Reflect renamed nls directory.
(edit) @11036   16 years vboxsync VBOXR0DRV: Added -fno-rtti on solaris.
(edit) @11035   16 years vboxsync VBOXR0DRV: Added -fno-exceptions on solaris.
(edit) @11034   16 years vboxsync HostServices/GuestProperties: make ENUM_PROPS available to the host
(edit) @11033   16 years vboxsync FE/VBoxManage: fix the burns from r33921
(edit) @11032   16 years vboxsync iprt: Added missing locking to rtR0MpNotificationNativeInit/Term on …
(edit) @11031   16 years vboxsync FE/VBoxManage: moved the guest properties parts to a new file
(edit) @11030   16 years vboxsync iprt/cdefs.h: Don't use throw() unless C++ exceptions are enabled.
(edit) @11029   16 years vboxsync IPRT: Integrated vbi v2 fixes (r0drv/solaris/vbi)
(edit) @11028   16 years vboxsync Runtime: autores doc clarification and queries and example template …
(edit) @11027   16 years vboxsync Disabled RT_NO_THROW on solaris r0.
(edit) @11026   16 years vboxsync Fe/Qt4: Fix painting issue in qimage rendering mode : wide painting …
(edit) @11025   16 years vboxsync iprt/net.h: Added some ICMP (v4) bits.
(edit) @11024   16 years vboxsync Playing around.
(edit) @11023   16 years vboxsync Playing around.
(edit) @11022   16 years vboxsync comment typo.
(edit) @11021   16 years vboxsync tstMemAutoPtr: cosmetics.
(edit) @11020   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11019   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11018   16 years vboxsync iprt: Added a RT_NO_THROW macro for wrapping up the throw() stuff, …
(edit) @11017   16 years vboxsync iprt: Some RTMemAutoPtr optimizations.
(edit) @11016   16 years vboxsync IPRT: Added tstMemAutoPtr - a testcase for RTMemAutoPtr.
(edit) @11015   16 years vboxsync iprt: Fixed RTAutoRes::reset() so it doesn't destroy a NIL handle.
(edit) @11014   16 years vboxsync iprt/RTMemAutoPtr: Some useful destructors (deallocators) and allocators.
(edit) @11013   16 years vboxsync iprt/net: iSum -> u32Sum since it's kind of important that this …
(edit) @11012   16 years vboxsync iprt: More IPv4 validating / checksumming.
(edit) @11011   16 years vboxsync iprt/RTMemAutoPtr: Added a constructor that will allocate memory to …
(edit) @11010   16 years vboxsync iprt: hrmpf. g++ things external linkage is needed. silly.
(edit) @11009   16 years vboxsync iprt: Fixed missing/incorrect inline usage in the new template functions.
(edit) @11008   16 years vboxsync iprt: Moved RTMemAutoPtr into iprt/mem.h.
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