public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2005-11-07 16:33 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2005-11-07 16:33 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2005-11-07 16:33:15

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/include/lwip: tcp.h 
	net/net/lwip_tcpip/current/src/core: tcp_in.c 
	net/net/lwip_tcpip/current/src/ecos: init.c 
	net/net/lwip_tcpip/current/tests: nc_test_slave.c socket.c 

Log message:
	* src/core/tcp_in.c: pbuf_free() assert triggered by
	NULLified inseg.p
	* include/lwip/tcp.h Do no longer try to free pbuf
	when TCP_EVENT_RECV() is called without a callback
	handler, and without packet.
	* tests/nc_test_slave.c Fixed test_printf and diag_printf
	format strings that caused errors or warnings.
	* tests/nc_test_slave.c Included <lwip/inet.h> - required
	for compilation
	* src/ecos/init.c Added structs ip_addr ipaddr, netmask and gw
	in lwip_init() if loop interface is used


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2013-06-22 14:58 jld
  0 siblings, 0 replies; 21+ messages in thread
From: jld @ 2013-06-22 14:58 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2013-06-22 14:58:09

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/src/core/snmp: msg_out.c 

Log message:
	* src/core/snmp/msg_out.c: Applied lwip bugfix #29256.
	ip_addr_set_hton(...) does not exist in this revision, so an
	equivalent solution was provided. The application was retested.
	Any application that worked around the problem by using
	htonl(...) will need to be changed by removing it. [ Bugzilla 1001789 ]


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2012-05-27  0:52 vae
  0 siblings, 0 replies; 21+ messages in thread
From: vae @ 2012-05-27  0:52 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	vae@sourceware.org	2012-05-27 00:52:31

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/tests: nc_test_slave.c 

Log message:
	Reduced stack sizes of IDLE, LOAD and TMAIN threads as well as NUM_LOAD_THREADS to 5 (was 10) in order to fit the test for targets with as low as 128KiB RAM. Bug fix: MAX_BUF fixed so that in_buf[] and out_buf[] can accomodate up to messages of up to 10KiB used by some tests.[ Bugzilla 1001344 ]


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2012-03-12 18:45 vae
  0 siblings, 0 replies; 21+ messages in thread
From: vae @ 2012-03-12 18:45 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	vae@sourceware.org	2012-03-12 18:45:00

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/src/core: tcp_out.c 

Log message:
	Fix compiler warning about unused variables. [Bugzilla 1001521]


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2011-08-25 19:47 jld
  0 siblings, 0 replies; 21+ messages in thread
From: jld @ 2011-08-25 19:47 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2011-08-25 19:47:17

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/include: lwipopts.h 

Log message:
	* include/lwipopts.h: Fix naming of CYGNUM_LWIP_NETIF_LOOPBACK_MAX_PBUFS.
	Patch from Christophe Coutand. [ Bugzilla 1001323 ]


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2011-08-24 17:35 sergeig
  0 siblings, 0 replies; 21+ messages in thread
From: sergeig @ 2011-08-24 17:35 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	sergeig@sourceware.org	2011-08-24 17:35:27

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/cdl: lwip_net.cdl 
	net/net/lwip_tcpip/current/include: lwipopts.h 

Log message:
	* cdl/lwip_net.cdl: New CDL option CYGIMP_LWIP_ENDIAN_BY_HAL.
	* include/lwipopts.h: Add HAL override of htonl() and htons().
	[ Bugzilla 1001275 ]


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2011-03-17 11:40 jld
  0 siblings, 0 replies; 21+ messages in thread
From: jld @ 2011-03-17 11:40 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2011-03-17 11:40:36

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/cdl: lwip_net.cdl 
	net/net/lwip_tcpip/current/include/arch: cc.h 

Log message:
	* cdl/lwip_net.cdl: Require CYGPKG_ISOINFRA.
	* include/arch/cc.h: Define ERRNO if CYGINT_ISO_ERRNO is implemented.
	Based on patch from Will Wagner. [ Bugzilla 1001169 ]


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2011-01-31 21:52 sergeig
  0 siblings, 0 replies; 21+ messages in thread
From: sergeig @ 2011-01-31 21:52 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	sergeig@sourceware.org	2011-01-31 21:52:32

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/cdl: lwip_net.cdl 
	net/net/lwip_tcpip/current/include: lwipopts.h 
	net/net/lwip_tcpip/current/src/core: mem.c memp.c 

Log message:
	* cdl/lwip_net.cdl: New CDL option CYGSEM_LWIP_MEM_SECTION.
	* include/lwipopts.h: Enter MEM_SECTION entity.
	* src/mem.c, src/memp.c: Add an ability to use GCC section
	attribute for statically allocated buffers, pbufs, and heap.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2011-01-02 20:23 sergeig
  0 siblings, 0 replies; 21+ messages in thread
From: sergeig @ 2011-01-02 20:23 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	sergeig@sourceware.org	2011-01-02 20:23:20

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/src/ecos: sequential.c simple.c 

Log message:
	* src/ecos/sequential.c, src/ecos/simple.c: Fixed miltiple-line
	comment warnings.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2010-12-16 21:33 jld
  0 siblings, 0 replies; 21+ messages in thread
From: jld @ 2010-12-16 21:33 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2010-12-16 21:33:27

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/include: lwipopts.h 

Log message:
	* include/lwipopts.h: Fix compilation error when compiling SNMP code.
	[ Bugzilla 1001098 ]


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2010-08-02  7:35 jld
  0 siblings, 0 replies; 21+ messages in thread
From: jld @ 2010-08-02  7:35 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2010-08-02 07:35:10

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/include: network.h 

Log message:
	* include/network.h: Match braces when including from C++ code. Issue
	reported by Will Wagner.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2010-02-07 16:17 jld
  0 siblings, 0 replies; 21+ messages in thread
From: jld @ 2010-02-07 16:17 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2010-02-07 16:17:12

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/cdl: lwip_net.cdl 

Log message:
	* cdl/lwip_net.cdl: Rename CFLAGS_ADD and CFLAGS_REMOVE options to  match
	package macro name.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2009-03-25  8:42 jld
  0 siblings, 0 replies; 21+ messages in thread
From: jld @ 2009-03-25  8:42 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Branch: 	ecos-v3_0-branch
Changes by:	jld@sourceware.org	2009-03-25 08:42:33

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/src/netif: slipif.c 

Log message:
	* src/netif/slipif.c (slipif_init): Prevent erase of NETIF_FLAG_UP bit in SLIP
	mode.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2009-03-25  8:41 jld
  0 siblings, 0 replies; 21+ messages in thread
From: jld @ 2009-03-25  8:41 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jld@sourceware.org	2009-03-25 08:41:48

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/src/netif: slipif.c 

Log message:
	* src/netif/slipif.c (slipif_init): Prevent erase of NETIF_FLAG_UP bit in SLIP
	mode.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2007-03-23 18:48 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2007-03-23 18:48 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2007-03-23 18:48:12

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/include/lwip: inet.h netif.h 

Log message:
	* include/lwip/netif.h, include/lwip/inet.h: Added externC macro
	to public fucntions to make them C++ compliant.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2006-05-09 16:27 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2006-05-09 16:27 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2006-05-09 16:27:44

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/include: lwipopts.h 
	net/net/lwip_tcpip/current/src/ecos: init.c 

Log message:
	* src/ecos/init.c (arp_timer): Only compile this function when
	Ethernet is supported.
	* include/lwipopts.h: PAP_SUPPORT & CHAP_SUPPORT must be either 0
	or 1 otherwise we get compiler errors.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2006-03-29 10:33 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2006-03-29 10:33 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2006-03-29 10:33:28

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/cdl: lwip_net.cdl 
	net/net/lwip_tcpip/current/include: lwipopts.h network.h 
	net/net/lwip_tcpip/current/include/arch: cc.h perf.h sys_arch.h 
	net/net/lwip_tcpip/current/include/lwip: api.h api_msg.h debug.h 
	                                         dhcp.h inet.h ip.h 
	                                         ip_addr.h ip_frag.h 
	                                         netif.h opt.h pbuf.h 
	                                         raw.h sockets.h tcp.h 
	                                         udp.h 
	net/net/lwip_tcpip/current/src/api: api_lib.c api_msg.c 
	                                    sockets.c tcpip.c 
	net/net/lwip_tcpip/current/src/core: dhcp.c inet.c mem.c memp.c 
	                                     netif.c pbuf.c raw.c 
	                                     stats.c sys.c tcp.c 
	                                     tcp_in.c tcp_out.c udp.c 
	net/net/lwip_tcpip/current/src/core/ipv4: icmp.c ip.c ip_addr.c 
	                                          ip_frag.c 
	net/net/lwip_tcpip/current/src/ecos: init.c sys_arch.c 
	net/net/lwip_tcpip/current/src/netif: etharp.c loopif.c slipif.c 
	net/net/lwip_tcpip/current/src/netif/ppp: chap.h chpms.h fsm.h 
	                                          ipcp.c ipcp.h lcp.c 
	                                          lcp.h magic.h ppp.c 
	                                          vj.c vj.h 
	net/net/lwip_tcpip/current/tests: httpd.c nc_test_slave.c 
	                                  socket.c tcpecho.c udpecho.c 

Log message:
	* Updated the complete lwIP source to the latest lwIP
	CVS version 1.1.1
	* src/ecos/init.c Added call to netif_set_up(netif) in
	function lwip_set_addr() - this is required since lwIP
	version 1.0.0
	* cdl/lwip_net.cdl Minor modifications for UDP configuration
	options. Renamed CYGNUM_LWIP_TCPIP_THREAD_PRIORITY to
	CYGNUM_LWIP_NETWORK_THREAD_PRIORITY and moved option outside
	CYGPKG_LWIP_TCPIP component because the network thread needs to
	run in all configurations.
	* tests/nc_slave.c
	* tests/tcpecho.c
	* tests/udpecho.c
	* tests/sockets.c
	* tests/httpd.c Added eCos test infrastructure to tests and
	made tests applicable depending on lwip configuration.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2006-03-15  8:02 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2006-03-15  8:02 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2006-03-15 08:02:39

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/cdl: lwip_net.cdl 
	net/net/lwip_tcpip/current/include: lwipopts.h 
	net/net/lwip_tcpip/current/include/lwip: ip_addr.h 
	net/net/lwip_tcpip/current/include/netif: etharp.h 
	net/net/lwip_tcpip/current/src/api: sockets.c 
	net/net/lwip_tcpip/current/src/ecos: init.c 
	net/net/lwip_tcpip/current/src/netif: etharp.c 
	net/net/lwip_tcpip/current/tests: httpd.c nc_test_slave.c 
	                                  socket.c tcpecho.c udpecho.c 

Log message:
	* tests/nc_test_slave.c (nc_slave): Fix some of the compiler
	warnings.
	* cdl/lwip_net.cdl Changed default value of
	CYGNUM_LWIP_MEMP_NUM_SYS_TIMEOUT (required for DHCP).
	Replaced CYGPKG_LWIP_DHCP_OPTIONS with CYGPKG_LWIP_DHCP
	and add CYGOPT_LWIP_DHCP_MANAGEMENT for automatic DHCP
	management.
	* include/lwip/ip_addr.h Add macro ip_addr_netcmp()
	(copied from lwIP CVS).
	* include/netif/etharp.h Updated file to version of
	lwIP CVS.
	* src/ecos/init.c Add include <pkgconf/net_lwip.h>
	Add lwip_dhcp_fine_tmr() and lwip_dhcp_coarse_tmr()
	for DHCP processing.
	Change tcpip_init_done() to start DHCP timers and
	ARP timer.
	Changed lwip_set_addr() to properly setup IP adress
	if DHCP is used.
	Added lwip_dhcp_init() for start of DHCP client.
	Removed start of ARP timer from ecosclue_init().
	* src/netif/etharp.c Updated file to version of
	lwIP CVS.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2006-03-02 18:28 asl
  0 siblings, 0 replies; 21+ messages in thread
From: asl @ 2006-03-02 18:28 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2006-03-02 18:28:13

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/cdl: lwip_net.cdl 
	net/net/lwip_tcpip/current/include: lwipopts.h 
	net/net/lwip_tcpip/current/include/lwip: api.h 
	net/net/lwip_tcpip/current/src/api: api_lib.c sockets.c 
	net/net/lwip_tcpip/current/src/ecos: init.c 
	net/net/lwip_tcpip/current/tests: httpd.c socket.c tcpecho.c 
	                                  udpecho.c 

Log message:
	* cdl/lwip_net.cdl: Add the interfaces CYGPKG_NET_STACK,
	CYGPKG_NET_STACK_INET and CYGPKG_NET_STACK_INET6 and say that we
	implement a network stack and an IPv4 stack. Without these interfaces
	some of the Ethernet device drivers won't be compiled.
	* cdl/lwip_net.cdl: Changed names of configuration options
	according to eCos configuration option naming convention in
	component writers guide.
	* include/lwipopts.h: Changed mapping of eCos configuration
	parameters to lwip configuration parameters. The mapping
	was wrong because it expected a disabled eCos configuration
	option is defined as 0 but a disabled eCos configuration option
	is not defined.
	* include/lwip/api.h Enumeration values of netconn_type are
	defined conditional now to avoid compiler warnings if these
	values are not evaluated in a switch statement.
	* src/api/api_lib.c Compilation of code in several switch
	statements is now conditional depending on configured
	functionality.
	* src/api/sockets.c Compilation of some code is now conditional
	depending on configured functionality.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2004-05-05  7:28 jani
  0 siblings, 0 replies; 21+ messages in thread
From: jani @ 2004-05-05  7:28 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jani@sourceware.org	2004-05-05 07:28:33

Modified files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/src/netif/ppp: ppp.c 

Log message:
	src/netif/ppp/ppp.c: Decrease sleep period in main thread from 250 to 1 ms.


^ permalink raw reply	[flat|nested] 21+ messages in thread
* ecos-opt/net/net/lwip_tcpip/current ChangeLog  ...
@ 2004-05-04 12:32 jani
  0 siblings, 0 replies; 21+ messages in thread
From: jani @ 2004-05-04 12:32 UTC (permalink / raw)
  To: ecos-cvs

CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	jani@sourceware.org	2004-05-04 12:32:34

Added files:
	net/net/lwip_tcpip/current: ChangeLog 
	net/net/lwip_tcpip/current/cdl: lwip_net.cdl 
	net/net/lwip_tcpip/current/include: lwipopts.h network.h 
	net/net/lwip_tcpip/current/include/arch: cc.h perf.h sys_arch.h 
	net/net/lwip_tcpip/current/include/lwip: api.h api_msg.h arch.h 
	                                         debug.h def.h dhcp.h 
	                                         err.h icmp.h inet.h 
	                                         ip.h ip_addr.h 
	                                         ip_frag.h mem.h memp.h 
	                                         netif.h opt.h pbuf.h 
	                                         raw.h sio.h snmp.h 
	                                         sockets.h stats.h sys.h 
	                                         tcp.h tcpip.h udp.h 
	net/net/lwip_tcpip/current/include/netif: etharp.h loopif.h 
	                                          slipif.h 
	net/net/lwip_tcpip/current/src/api: api_lib.c api_msg.c err.c 
	                                    sockets.c tcpip.c 
	net/net/lwip_tcpip/current/src/core: dhcp.c inet.c mem.c memp.c 
	                                     netif.c pbuf.c raw.c 
	                                     stats.c sys.c tcp.c 
	                                     tcp_in.c tcp_out.c udp.c 
	net/net/lwip_tcpip/current/src/core/ipv4: icmp.c ip.c ip_addr.c 
	                                          ip_frag.c 
	net/net/lwip_tcpip/current/src/ecos: init.c sio.c sys_arch.c 
	net/net/lwip_tcpip/current/src/netif: etharp.c loopif.c slipif.c 
	net/net/lwip_tcpip/current/src/netif/ppp: auth.c auth.h chap.c 
	                                          chap.h chpms.c chpms.h 
	                                          fsm.c fsm.h ipcp.c 
	                                          ipcp.h lcp.c lcp.h 
	                                          magic.c magic.h md5.c 
	                                          md5.h pap.c pap.h 
	                                          ppp.c ppp.h pppdebug.h 
	                                          randm.c randm.h vj.c 
	                                          vj.h vjbsdhdr.h 
	net/net/lwip_tcpip/current/tests: httpd.c nc_test_framework.h 
	                                  nc_test_slave.c socket.c 
	                                  sys_timeout.c tcpecho.c 
	                                  udpecho.c 

Log message:
	Initial import of lwIP TCP/IP stack


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-06-22 14:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-07 16:33 ecos-opt/net/net/lwip_tcpip/current ChangeLog asl
  -- strict thread matches above, loose matches on Subject: below --
2013-06-22 14:58 jld
2012-05-27  0:52 vae
2012-03-12 18:45 vae
2011-08-25 19:47 jld
2011-08-24 17:35 sergeig
2011-03-17 11:40 jld
2011-01-31 21:52 sergeig
2011-01-02 20:23 sergeig
2010-12-16 21:33 jld
2010-08-02  7:35 jld
2010-02-07 16:17 jld
2009-03-25  8:42 jld
2009-03-25  8:41 jld
2007-03-23 18:48 asl
2006-05-09 16:27 asl
2006-03-29 10:33 asl
2006-03-15  8:02 asl
2006-03-02 18:28 asl
2004-05-05  7:28 jani
2004-05-04 12:32 jani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).