Author: cgutman
Date: Tue Sep 7 13:18:26 2010
New Revision: 48720
URL:
http://svn.reactos.org/svn/reactos?rev=48720&view=rev
Log:
[LWIP]
- Initial drop of lwIP 1.3.2
Added:
branches/tcp-rewrite-branch/lib/drivers/lwip/
branches/tcp-rewrite-branch/lib/drivers/lwip/CHANGELOG (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/COPYING (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/FILES (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/README (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/doc/
branches/tcp-rewrite-branch/lib/drivers/lwip/doc/FILES (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/doc/contrib.txt (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/doc/rawapi.txt (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/doc/savannah.txt (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/doc/snmp_agent.txt (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/doc/sys_arch.txt (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/FILES (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/api_lib.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/api_msg.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/err.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netbuf.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netdb.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netifapi.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/sockets.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/tcpip.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/dhcp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/dns.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/init.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/autoip.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/icmp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/igmp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/inet.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/inet_chksum.c (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip_addr.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip_frag.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/README (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/icmp6.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/inet6.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/ip6.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/ip6_addr.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/mem.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/memp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/netif.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/pbuf.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/raw.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/asn1_dec.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/asn1_enc.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/mib2.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/mib_structs.c (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/msg_in.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/msg_out.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/stats.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/sys.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp_in.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp_out.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/udp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/autoip.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/icmp.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/igmp.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/inet.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/inet_chksum.h
(with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/ip.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/ip_addr.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/ip_frag.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/icmp.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/inet.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/ip.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/ip_addr.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/api.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/api_msg.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/arch.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/debug.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/def.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/dhcp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/dns.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/err.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/init.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/mem.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/memp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/memp_std.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/netbuf.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/netdb.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/netif.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/netifapi.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/opt.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/pbuf.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/raw.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/sio.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/snmp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/snmp_asn1.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/snmp_msg.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/snmp_structs.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/sockets.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/stats.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/sys.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/tcp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/tcpip.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/udp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/etharp.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/loopif.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/ppp_oe.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/slipif.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/FILES (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/etharp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ethernetif.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/loopif.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/auth.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/auth.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/chap.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/chap.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/chpms.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/chpms.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/fsm.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/fsm.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ipcp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ipcp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/lcp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/lcp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/magic.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/magic.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/md5.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/md5.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/pap.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/pap.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ppp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ppp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ppp_oe.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/pppdebug.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/randm.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/randm.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/vj.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/vj.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/vjbsdhdr.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/slipif.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/lwip_check.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/lwip_unittests.c (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/tcp_helper.c (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/tcp_helper.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/test_tcp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/test_tcp.h (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/test_tcp_oos.c (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/test_tcp_oos.h (with
props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/udp/
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/udp/test_udp.c (with props)
branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/udp/test_udp.h (with props)
[This mail would be too long, it was shortened to contain the URLs only.]
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/CHANGELOG
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/COPYING
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/FILES
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/README
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/doc/FILES
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/doc/contrib.txt
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/doc/rawapi.txt
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/doc/savannah.txt
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/doc/snmp_agent.txt
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/doc/sys_arch.txt
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/FILES
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/api_lib.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/api_msg.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/err.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netbuf.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netdb.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/netifapi.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/sockets.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/api/tcpip.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/dhcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/dns.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/init.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/autoip.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/icmp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/igmp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/inet.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/inet_chksum.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip_addr.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv4/ip_frag.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/README
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/icmp6.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/inet6.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/ip6.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/ipv6/ip6_addr.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/mem.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/memp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/netif.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/pbuf.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/raw.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/asn1_dec.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/asn1_enc.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/mib2.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/mib_structs.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/msg_in.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/snmp/msg_out.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/stats.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/sys.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp_in.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/tcp_out.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/core/udp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/autoip.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/icmp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/igmp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/inet.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/inet_chksum.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/ip.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/ip_addr.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv4/lwip/ip_frag.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/icmp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/inet.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/ip.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/ipv6/lwip/ip_addr.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/api.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/api_msg.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/arch.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/debug.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/def.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/dhcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/dns.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/err.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/init.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/mem.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/memp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/memp_std.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/netbuf.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/netdb.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/netif.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/netifapi.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/opt.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/pbuf.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/raw.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/sio.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/snmp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/snmp_asn1.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/snmp_msg.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/snmp_structs.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/sockets.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/stats.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/sys.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/tcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/tcpip.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/lwip/udp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/etharp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/loopif.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/ppp_oe.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/include/netif/slipif.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/FILES
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/etharp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ethernetif.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/loopif.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/auth.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/auth.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/chap.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/chap.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/chpms.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/chpms.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/fsm.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/fsm.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ipcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ipcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/lcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/lcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/magic.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/magic.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/md5.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/md5.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/pap.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/pap.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ppp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ppp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/ppp_oe.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/pppdebug.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/randm.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/randm.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/vj.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/vj.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/ppp/vjbsdhdr.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/src/netif/slipif.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/lwip_check.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/lwip_unittests.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/tcp_helper.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/tcp_helper.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/test_tcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/test_tcp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/test_tcp_oos.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/tcp/test_tcp_oos.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/udp/test_udp.c
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…
Added: branches/tcp-rewrite-branch/lib/drivers/lwip/test/unit/udp/test_udp.h
URL:
http://svn.reactos.org/svn/reactos/branches/tcp-rewrite-branch/lib/drivers/…