|
|
@14161
|
16 years |
vboxsync |
removing all references to cEvent from polling routine
|
|
|
@14160
|
16 years |
vboxsync |
removing reducular event assigning and conunter ticking
with model …
|
|
|
@14159
|
16 years |
vboxsync |
registration several sockets per event, to avoid artificial barrier …
|
|
|
@14130
|
16 years |
vboxsync |
missed header changes
|
|
|
@14129
|
16 years |
vboxsync |
correct definition and declaration of slirp_register_event
|
|
|
@14128
|
16 years |
vboxsync |
unique adding to event array, using the widest mask for event catching …
|
|
|
@14122
|
16 years |
vboxsync |
default value for maximum socket entries was initialized
asserts was …
|
|
|
@14121
|
16 years |
vboxsync |
timer updates on WSAWaitForMultipleEvents TIMEWAIT was added
|
|
|
@14119
|
16 years |
vboxsync |
per polling allocation of event array was replaced by on init …
|
|
|
@14090
|
16 years |
vboxsync |
NAT: log the host name and host IP
|
|
|
@14089
|
16 years |
vboxsync |
unix build fix
|
|
|
@14088
|
16 years |
vboxsync |
maximum available mask for event catching was added (probably need to …
|
|
|
@14086
|
16 years |
vboxsync |
array of 2 events replaced with 1 because the event array is managed …
|
|
|
@14085
|
16 years |
vboxsync |
loops for initialization/creation of event array was fixed but wasn't …
|
|
|
@14041
|
16 years |
vboxsync |
NAT: some sync fixes
|
|
|
@14036
|
16 years |
vboxsync |
win compile fixes
|
|
|
@14028
|
16 years |
vboxsync |
commit current NAT state (not yet working)
|
|
|
@13987
|
16 years |
vboxsync |
NAT: cosmetics; don't wait if send
|
|
|
@13986
|
16 years |
vboxsync |
NAT: simplified synchronization
|
|
|
@13984
|
16 years |
vboxsync |
- simplefied syncronization
- work on Unixes only
|
|
|
@13967
|
16 years |
vboxsync |
dropped VBOX_NAT_SOURCES here to make the code easier to understand
|
|
|
@13958
|
16 years |
vboxsync |
slirp:typo
|
|
|
@13957
|
16 years |
vboxsync |
make tcp_timer functions more readable
|
|
|
@13955
|
16 years |
vboxsync |
fix CPP guard
|
|
|
@13951
|
16 years |
vboxsync |
fixed win build for 38966
|
|
|
@13949
|
16 years |
vboxsync |
backed out r38966
|
|
|
@13940
|
16 years |
vboxsync |
pseudo-timers moved to timers
polling select is notified via pipe (!!! …
|
|
|
@13897
|
16 years |
vboxsync |
undoing 38898
|
|
|
@13896
|
16 years |
vboxsync |
old-BSD queues workarounds
|
|
|
@13840
|
16 years |
vboxsync |
Hex format types (Vhx[sd] -> Rhx[sd]).
|
|
|
@13837
|
16 years |
vboxsync |
s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
|
|
|
@13835
|
16 years |
vboxsync |
s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
|
|
|
@13783
|
16 years |
vboxsync |
per-socket and per-mbuf mutexes are removed
only global locks are …
|
|
|
@13776
|
16 years |
vboxsync |
loop edge checks in delayed deletion loops
|
|
|
@13771
|
16 years |
vboxsync |
do {} while (0)
|
|
|
@13740
|
16 years |
vboxsync |
lock order fixed
|
|
|
@13739
|
16 years |
vboxsync |
delayed deletion in _poll part of polling
|
|
|
@13738
|
16 years |
vboxsync |
removing extra if/ifndefs
introduced defered socket removing, to …
|
|
|
@13733
|
16 years |
vboxsync |
The rest of macro replacment was added
|
|
|
@13727
|
16 years |
vboxsync |
Enother yet portion of macrofied if/ifndef orgy will finish soon
|
|
|
@13712
|
16 years |
vboxsync |
win build fixed
|
|
|
@13710
|
16 years |
vboxsync |
mid point in replacing on VBOX_SLIRP_LOCK/UNLOCK macroces
resolved deadlock
|
|
|
@13704
|
16 years |
vboxsync |
TCP sync was intoducedTCP sync was intoduced
|
|
|
@13670
|
16 years |
vboxsync |
Resolved locks in UDP
Some mutex operations checked with …
|
|
|
@13640
|
16 years |
vboxsync |
comments was added to slirp global mutexes
|
|
|
@13639
|
16 years |
vboxsync |
mutex creation moved in allocation part of m_get
|
|
|
@13623
|
16 years |
vboxsync |
slirp:typo
|
|
|
@13622
|
16 years |
vboxsync |
slirp:typo
|
|
|
@13621
|
16 years |
vboxsync |
slirp: typo
|
|
|
@13620
|
16 years |
vboxsync |
slirp:typo
|
|
|
@13617
|
16 years |
vboxsync |
slirp:typo
|
|
|
@13616
|
16 years |
vboxsync |
slirp:typo
|
|
|
@13612
|
16 years |
vboxsync |
slirp:typo
|
|
|
@13611
|
16 years |
vboxsync |
typo
|
|
|
@13610
|
16 years |
vboxsync |
slirp: typo
|
|
|
@13604
|
16 years |
vboxsync |
Synchronized slirp was inroduced
|
|
|
@13435
|
16 years |
vboxsync |
w64 unwind hacking: renamed SUPDRV_WITH_UNWIND_HACK to …
|
|
|
@13421
|
16 years |
vboxsync |
win64 VMMR0->VBoxNetFlt and VBoxNetFlt->VMMR0 locate/create marker …
|
|
|
@13416
|
16 years |
vboxsync |
DrvIntNet: Expose the promisc ignore flags.
|
|
|
@13365
|
16 years |
vboxsync |
pcnet: don't crash if the link state changes while no driver is attached
|
|
|
@13286
|
16 years |
vboxsync |
win NetFlt Vista64-related fixes, UI/config fixes
|
|
|
@13237
|
16 years |
vboxsync |
swithed to PDMDrv timers and VBox/tm.h API for timer management
|
|
|
@13234
|
16 years |
vboxsync |
UI/config part of win NetFlt
|
|
|
@13024
|
16 years |
vboxsync |
installation fixes, NetFlt initialization fixes for filter approach
|
|
|
@12978
|
16 years |
vboxsync |
PDM: PDM_DEVREG_FLAGS_DEFAULT_BITS convenience.
|
|
|
@12977
|
16 years |
vboxsync |
#1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
|
|
|
@12975
|
16 years |
vboxsync |
#1865: PDMLdr.
|
|
|
@12969
|
16 years |
vboxsync |
#1865: PDMINS.
|
|
|
@12608
|
16 years |
vboxsync |
DrvIntNet: release stats.
|
|
|
@11849
|
16 years |
vboxsync |
Merged VBOX_WITH_NETFLT_WINDOWS into VBOX_WITH_NETFLT. Made the GUIs, …
|
|
|
@11822
|
16 years |
vboxsync |
IPRT: RTR3Init cleanup.
|
|
|
@11814
|
16 years |
vboxsync |
Initial commit of the NetFlt driver for Windows
|
|
|
@11794
|
16 years |
vboxsync |
SUP: SUPInit(ppSession=NULL, cbReserved=0) -> SUPR3Init(ppSession)
|
|
|
@11786
|
16 years |
vboxsync |
size_t -> int
|
|
|
@11759
|
16 years |
vboxsync |
Tab removing
|
|
|
@11758
|
16 years |
vboxsync |
get rid of unused callbcaks
|
|
|
@11684
|
16 years |
vboxsync |
testcast/tstIntNet-1: ICMP ping testcase. Currently just uses fixed …
|
|
|
@11590
|
16 years |
vboxsync |
DrvTAPOs2: drop the obsolete comment/assertion.
|
|
|
@11538
|
16 years |
vboxsync |
pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
|
|
|
@11470
|
16 years |
vboxsync |
testcase/tstIntNet-1: fixed swapped dst and src mac while printing …
|
|
|
@11448
|
16 years |
vboxsync |
DrvTAP: Increased buffer sizes to 16384 in Windows and OS/2. Increased …
|
|
|
@11437
|
16 years |
vboxsync |
PCNet build fix.
|
|
|
@11436
|
16 years |
vboxsync |
PCNet: Added check of incoming frame size. Frames over 1514 bytes …
|
|
|
@11316
|
16 years |
vboxsync |
testcase/tstIntNet-1: solaris default interface name as rge0.
|
|
|
@11284
|
16 years |
vboxsync |
Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
|
|
|
@11283
|
16 years |
vboxsync |
Devices: Corrected a number of places where RTGCPHYS32 and %VGp and …
|
|
|
@11269
|
16 years |
vboxsync |
Devices: pData -> pThis.
|
|
|
@11268
|
16 years |
vboxsync |
Devices: ELEMENTS -> RT_ELEMENTS.
|
|
|
@11267
|
16 years |
vboxsync |
Devices: PDMINS2DATA -> PDMINS_2_DATA.
|
|
|
@11266
|
16 years |
vboxsync |
Devices: VBOX_SUCCESS/FAILURE -> RT_SUCCESS/FAILURE.
|
|
|
@11259
|
16 years |
vboxsync |
DrvIntNet: Jumbo frame up to 16KB.
|
|
|
@11246
|
16 years |
vboxsync |
DrvTAP: don't leave mess behind.
|
|
|
@11242
|
16 years |
vboxsync |
Increased buffer size to 16kB in DrvTap to support jumbo frames.
|
|
|
@11236
|
16 years |
vboxsync |
typo found by gcc
|
|
|
@11201
|
16 years |
vboxsync |
DevPCNet: Cosmetics.
|
|
|
@11200
|
16 years |
vboxsync |
DevPCNet: Cosmetics.
|
|
|
@11199
|
16 years |
vboxsync |
#1865: DevPCNet.
|
|
|
@11170
|
16 years |
vboxsync |
Hooks to FreeBSD's NAT engine was introduced
|
|
|
@11163
|
16 years |
vboxsync |
#1865: VGA. Changed PDMDevHlpMMHyperMapMMIO2/MMHyperMapMMIO2 to return …
|
|
|
@11157
|
16 years |
vboxsync |
Replaced PDMMAC by RTMAC.
|
|
|