marcbou
|
ec1c2a714e
|
merged from DEVEL.
|
2003-06-19 11:35:26 +00:00 |
|
marcbou
|
506a57392c
|
Merged from DEVEL
|
2003-06-19 11:08:57 +00:00 |
|
likewise
|
ba786dc49b
|
Applied patch #1596 fixing wrongly cast LWIP_DEBUGF arguments.
(printf expects integers on the var args stack)
|
2003-06-11 22:11:42 +00:00 |
|
likewise
|
af384440f8
|
Applied patch #1597
|
2003-06-11 21:22:58 +00:00 |
|
kieranm
|
8014551908
|
Changed DEBUGF to LWIP_DEBUGF
|
2003-06-10 10:45:29 +00:00 |
|
likewise
|
df99ce9d98
|
Replaced all tabs with two spaces (regardless of indentation is correct).
|
2003-06-09 21:14:47 +00:00 |
|
jani
|
ea08652416
|
fixed sio_read_abort prototype
|
2003-06-02 11:30:47 +00:00 |
|
jani
|
26d9b28f77
|
sio and PPP updates from Marc
|
2003-06-02 11:12:56 +00:00 |
|
jani
|
2bfd55fd69
|
sys_msleep and sys_jiffies used by PPP code.From Marc
|
2003-06-02 11:10:20 +00:00 |
|
jani
|
39a6db4097
|
inet_ntoa and inet_aton from Marc
|
2003-06-02 11:09:01 +00:00 |
|
jani
|
6719f10034
|
put LWIP_MAX and LWIP_MIN macros in def.h and use these instead of locally declaring them in .c files
|
2003-05-27 13:44:08 +00:00 |
|
jani
|
cd65d36822
|
patches 1492, 1493 and 1494 from Marc
|
2003-05-19 14:41:54 +00:00 |
|
likewise
|
cda867d52b
|
Applied patches posted by Marc Boucher on lwip-users May 18th 2003.
|
2003-05-18 22:29:10 +00:00 |
|
jani
|
24a9063721
|
add sio_read and sio_write to beused by PPP
|
2003-05-06 12:20:57 +00:00 |
|
jani
|
840953c0e3
|
empty lightweight protection macros defined not only for no_sys
|
2003-05-06 12:19:53 +00:00 |
|
jani
|
c3fa5819fd
|
simplify MEM_ALIGN_SIZE macro
|
2003-05-06 11:24:42 +00:00 |
|
likewise
|
7e73e4728d
|
Made pbuf flags unsigned. Added "incoming broadcast" flag.
|
2003-05-03 09:44:09 +00:00 |
|
jani
|
4c3f44b0d2
|
add PPP_DEBUG option and align all options to teh same colums using spaces and no tabs.closes patch #1306 too
|
2003-05-01 09:36:08 +00:00 |
|
likewise
|
b031be753a
|
Patch #1308. Disabled, as one issue in dhcp.c (file field overloading) needs fix.
|
2003-05-01 09:03:20 +00:00 |
|
anderscarlman
|
084c45d3db
|
Added dummy parameters for the empty macros snmp_add_ifinoctets and
snmp_add_ifoutoctets in order to avoid compiler warnings.
|
2003-04-27 09:51:59 +00:00 |
|
likewise
|
12bb78a425
|
Either first or last packet can be queued through ARP_QUEUE_FIRST option.
|
2003-04-22 15:09:56 +00:00 |
|
jani
|
1204e461c8
|
add definitions for PF_UNSPEC and IPPROTO_IP
|
2003-04-22 13:37:14 +00:00 |
|
likewise
|
9bc16878ea
|
Fixed tabs into spaces. Fixed other stylos.
|
2003-04-16 07:39:48 +00:00 |
|
likewise
|
a1efd95d0f
|
hexadecimal notation for NETIF_FLAGS_
|
2003-04-15 12:44:15 +00:00 |
|
likewise
|
a8976fd367
|
Again accepted NULL to indicate IP_ADDR_ANY.
|
2003-04-15 09:16:39 +00:00 |
|
likewise
|
11e0cf6f40
|
Added NETIF_FLAG_LINK_UP. Not used yet.
|
2003-04-14 12:29:45 +00:00 |
|
likewise
|
dc1ac6107f
|
Disabled pbuf_dechain() as it not currently in use.
|
2003-04-14 12:17:08 +00:00 |
|
likewise
|
4bcfd81923
|
Macro IP_ADDR_ are cast non-const as lots of functions miss const qualifier for arguments.
|
2003-04-11 08:45:15 +00:00 |
|
likewise
|
f6a8994521
|
ip_addr_any and _broadcast are type-declared as being const.
|
2003-04-11 08:10:17 +00:00 |
|
davidhaas
|
0bce6f8974
|
Fixed bug where tearing down a connection would cause loss of memory.
|
2003-04-09 20:12:12 +00:00 |
|
jani
|
a3087737bd
|
initial PPP options
|
2003-04-07 08:54:18 +00:00 |
|
likewise
|
e36394e6cc
|
Only changes to comments.
|
2003-04-03 19:11:02 +00:00 |
|
likewise
|
af8f280811
|
Fixed ip_addr_set() to deal with IP_ADDR_ANY. Added "ip_addr.h" include.
|
2003-04-01 15:00:26 +00:00 |
|
likewise
|
7842a0190a
|
IP_ADDR_ANY is now a pointer to { 0UL } (see IP_ADDR_BROADCAST).
For easier debugging of IP addresses.
|
2003-04-01 14:50:00 +00:00 |
|
likewise
|
1a72feb128
|
etharp_query() has error return type now. Matched dhcp.c with this change.
Added debug messages in other places.
|
2003-04-01 14:02:50 +00:00 |
|
likewise
|
a70f478ef1
|
Fixed pbuf_dechain() assertion. Removed old documentation from pbuf.h.
|
2003-03-31 11:39:48 +00:00 |
|
likewise
|
6c147709b6
|
Documentation changes. Added missing trailing newlines to debug messages.
|
2003-03-31 10:32:35 +00:00 |
|
likewise
|
c50f80da92
|
Corrected more pbuf.c functions to comply with pbuf->ref and ->tot_len invariant.
|
2003-03-30 22:24:10 +00:00 |
|
davidhaas
|
c4ff244c4e
|
Fixed minor compile issues.
|
2003-03-28 19:45:37 +00:00 |
|
likewise
|
002998cf49
|
Fixed bugs #2968 (ref count) and #2670 (total length).
Name of pbuf_unref() falsely suggests to undo pbuf_ref(), renamed to pbuf_take().
|
2003-03-28 08:49:05 +00:00 |
|
likewise
|
cf188ba15c
|
Brackets around debug in DEBUGF. Cleaned comments.
|
2003-03-26 00:31:24 +00:00 |
|
likewise
|
fa34d51b7e
|
Added documentation and comments.
|
2003-03-25 12:59:42 +00:00 |
|
jani
|
c60d0de919
|
Add sio.h containing interface to platform specific serial layer.Make slipif use it instead of defining extern functions.This is in preparation for PPP
|
2003-03-24 10:54:03 +00:00 |
|
likewise
|
6457b93a1f
|
Made some flag defines unsigned.
|
2003-03-24 10:30:12 +00:00 |
|
jani
|
84697ce713
|
Add priority argument to thread sys_thread_new.Patch from floriZ but slightly modfied
|
2003-03-19 15:27:56 +00:00 |
|
jani
|
0846206bc0
|
rename STATS to LWIP_STATS and make it checked by #if not #ifdef.The rest of the _STATS defines should follow
|
2003-03-19 12:37:46 +00:00 |
|
jani
|
441e9b8431
|
add tcpip_callback patch from Marc
|
2003-03-19 11:23:46 +00:00 |
|
davidhaas
|
2673568cfd
|
Added default settings for DBG_MIN_LEVEL and definitions for the possible
levels.
|
2003-03-17 16:59:22 +00:00 |
|
likewise
|
d47ef79c04
|
Moved DBG_MIN_LEVEL out of here to lwipopts.h
|
2003-03-11 14:16:27 +00:00 |
|
likewise
|
400ff200ee
|
Added comments on some ARP options.
|
2003-03-11 13:57:25 +00:00 |
|