History log of /vbox/src/VBox/NetworkServices/NAT/fwtcp.c
Revision Date Author Comments Expand
23bcfa32fddbe29a8c4c40d3bcfa4693a555c177 54124 10-Feb-2015 vboxsync

NAT/Network: Add missing Id/@file/copyright headers.

5f53595a0c2e10e26dfc3e39c2d3f25b90d996f7 51597 10-Jun-2014 vboxsync

NAT/Net: convert perror/warn/warnx to DPRINTFs.

daef40d247c31e2073c0ed0ec55fac77a4b89ac3 51576 09-Jun-2014 vboxsync

NAT/Net: Get rid of inet_ntop(3) (not available on Windows XP). Since DPRINTFs now use Log*() calls we can use %RTnaipv4/%RTnaipv6.

1c08b0ec28ca5c600c21c0ab5a53cae73f1c821d 51574 08-Jun-2014 vboxsync

NAT/Net: #define LOG_GROUP LOG_GROUP_NAT_SERVICE

5e1b2462d27a7b23080cfdbfc9756ce8aca2a12e 49323 29-Oct-2013 vboxsync

Few more missed -1 -> INVALID_SOCKET replacements.

8f892d9d79a8e5d20cf7ac89eb55d11943c5dc9d 49017 10-Oct-2013 vboxsync

G/c leftover #if0'ed static port-forwarding used for testing.

f0c792e78a8bf77c28c7814441e514bea7c5362b 49016 10-Oct-2013 vboxsync

Change vestigial names proxytest.* to proxy.*

c6e495ed401bb6ca88413d70f325f6342ae27052 48437 11-Sep-2013 vboxsync

sys_mbox_tryfetch() returns timeout, not error code. Real tryfetch returns only 0 or SYS_MBOX_EMPTY, so this code worked ok in standalone mode since ERR_OK is also 0. In VBox tryfetch is faked with a fetch with timeout of 1, so successful fetch may return non-zero value, causing buggy caller to think tryfetch failed and leak memory.

a218a3f92594b5f2beb9c8298c6fe6e3a8e502f8 48001 22-Aug-2013 vboxsync

Move proxy sources from Devices/Network/lwip-new/vbox to NetworkServices/NAT where they belong.