]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/net/lwip_tcpip/v2_0/ChangeLog
6c802135a75a562d2bda55f1557a24a35e8abd80
[karo-tx-redboot.git] / packages / net / lwip_tcpip / v2_0 / ChangeLog
1 2004-05-05  Jani Monoses <jani@iv.ro>
2
3         * src/netif/ppp/ppp.c: Decrease sleep period in main thread
4         from 250ms to 1ms. Was a leftover of debugging the code and
5         slowing things down.
6
7 2004-05-04  Jani Monoses <jani@iv.ro>
8
9         * cdl/lwip_net.cdl
10         * src/api/err.c
11         * src/api/tcpip.c
12         * src/api/sockets.c
13         * src/api/api_lib.c
14         * src/api/api_msg.c
15         * src/core/tcp_in.c
16         * src/core/ipv4/ip.c
17         * src/core/ipv4/ip_addr.c
18         * src/core/ipv4/ip_frag.c
19         * src/core/ipv4/icmp.c
20         * src/core/tcp_out.c
21         * src/core/mem.c
22         * src/core/raw.c
23         * src/core/tcp.c
24         * src/core/sys.c
25         * src/core/udp.c
26         * src/core/stats.c
27         * src/core/dhcp.c
28         * src/core/netif.c
29         * src/core/inet.c
30         * src/core/memp.c
31         * src/core/pbuf.c
32         * src/ecos/sio.c
33         * src/ecos/sys_arch.c
34         * src/ecos/init.c
35         * src/netif/ppp/vj.c
36         * src/netif/ppp/vj.h
37         * src/netif/ppp/randm.c
38         * src/netif/ppp/randm.h
39         * src/netif/ppp/vjbsdhdr.h
40         * src/netif/ppp/fsm.c
41         * src/netif/ppp/fsm.h
42         * src/netif/ppp/lcp.c
43         * src/netif/ppp/lcp.h
44         * src/netif/ppp/md5.c
45         * src/netif/ppp/md5.h
46         * src/netif/ppp/pap.c
47         * src/netif/ppp/pap.h
48         * src/netif/ppp/ppp.c
49         * src/netif/ppp/ppp.h
50         * src/netif/ppp/magic.c
51         * src/netif/ppp/magic.h
52         * src/netif/ppp/pppdebug.h
53         * src/netif/ppp/auth.c
54         * src/netif/ppp/auth.h
55         * src/netif/ppp/chap.c
56         * src/netif/ppp/chap.h
57         * src/netif/ppp/ipcp.c
58         * src/netif/ppp/ipcp.h
59         * src/netif/ppp/chpms.c
60         * src/netif/ppp/chpms.h
61         * src/netif/etharp.c
62         * src/netif/slipif.c
63         * src/netif/loopif.c
64         * tests/tcpecho.c
65         * tests/udpecho.c
66         * tests/nc_test_framework.h
67         * tests/nc_test_slave.c
68         * tests/httpd.c
69         * tests/sys_timeout.c
70         * tests/socket.c
71         * include/arch/cc.h
72         * include/arch/sys_arch.h
73         * include/arch/perf.h
74         * include/lwip/ip.h
75         * include/lwip/debug.h
76         * include/lwip/ip_addr.h
77         * include/lwip/api.h
78         * include/lwip/def.h
79         * include/lwip/err.h
80         * include/lwip/mem.h
81         * include/lwip/opt.h
82         * include/lwip/ip_frag.h
83         * include/lwip/raw.h
84         * include/lwip/sio.h
85         * include/lwip/tcp.h
86         * include/lwip/sys.h
87         * include/lwip/udp.h
88         * include/lwip/tcpip.h
89         * include/lwip/stats.h
90         * include/lwip/arch.h
91         * include/lwip/dhcp.h
92         * include/lwip/netif.h
93         * include/lwip/icmp.h
94         * include/lwip/inet.h
95         * include/lwip/memp.h
96         * include/lwip/pbuf.h
97         * include/lwip/snmp.h
98         * include/lwip/sockets.h
99         * include/lwip/api_msg.h
100         * include/netif/etharp.h
101         * include/netif/slipif.h
102         * include/netif/loopif.h
103         * include/network.h
104         * include/lwipopts.h : Initial import of the lwIP TCP/IP stack.
105
106 //===========================================================================
107 //####ECOSGPLCOPYRIGHTBEGIN####
108 // -------------------------------------------
109 // This file is part of eCos, the Embedded Configurable Operating System.
110 // Copyright (C) 2004 eCosCentric  
111 //
112 // eCos is free software; you can redistribute it and/or modify it under
113 // the terms of the GNU General Public License as published by the Free
114 // Software Foundation; either version 2 or (at your option) any later version.
115 //
116 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
117 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
118 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
119 // for more details.
120 //
121 // You should have received a copy of the GNU General Public License along
122 // with eCos; if not, write to the Free Software Foundation, Inc.,
123 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
124 //
125 // As a special exception, if other files instantiate templates or use macros
126 // or inline functions from this file, or you compile this file and link it
127 // with other works to produce a work based on this file, this file does not
128 // by itself cause the resulting work to be covered by the GNU General Public
129 // License. However the source code for this file must still be made available
130 // in accordance with section (3) of the GNU General Public License.
131 //
132 // This exception does not invalidate any other reasons why a work based on
133 // this file might be covered by the GNU General Public License.
134 //
135 // -------------------------------------------
136 //####ECOSGPLCOPYRIGHTEND####
137 //===========================================================================