goldsimon
|
60696a8485
|
Removed unused function declaration for netbuf_len (is a macro now)
|
2010-01-21 17:18:15 +00:00 |
|
goldsimon
|
7044385d8e
|
Fixed netconn_err() macro
|
2010-01-20 07:37:24 +00:00 |
|
goldsimon
|
a7139ef06b
|
Added missing include
|
2010-01-20 07:36:45 +00:00 |
|
goldsimon
|
52389fc09a
|
Fixed bug #27316 (netconn: Possible deadlock in err_tcp) by using sys_mbox_trypost in err_tcp
|
2010-01-19 18:34:01 +00:00 |
|
goldsimon
|
972ca9e6c1
|
reorganised PPP sourcecode to 2.3.11 including some bugfix backports from 2.4.x.
|
2010-01-18 20:49:43 +00:00 |
|
goldsimon
|
e0c5c4de88
|
Fixed bug #28679: mem_realloc calculates mem_stats wrong and added test case for it
|
2010-01-18 17:45:41 +00:00 |
|
goldsimon
|
149f21dc58
|
Only check for LWIP_RAND() if IGMP is used, for now
|
2010-01-18 08:19:48 +00:00 |
|
goldsimon
|
9632632b85
|
Minor: source code layout
|
2010-01-18 08:11:57 +00:00 |
|
goldsimon
|
cc1e9370af
|
Minor: fixed argument casts for mbox_fetch parameters (to fix compiler warnings)
|
2010-01-18 08:11:39 +00:00 |
|
goldsimon
|
34139606ca
|
task #10102: "netconn: clean up conn->err threading issues" by adding error return value to struct api_msg_msg
|
2010-01-17 18:28:56 +00:00 |
|
goldsimon
|
3e1cca65bd
|
task #10102: "netconn: clean up conn->err threading issues" by adding error return value to struct api_msg_msg
|
2010-01-17 18:28:56 +00:00 |
|
goldsimon
|
0e3c256667
|
Added comment
|
2010-01-17 17:37:10 +00:00 |
|
goldsimon
|
618355f5a7
|
Minor: source code layout
|
2010-01-17 16:23:26 +00:00 |
|
goldsimon
|
ca11baf1cd
|
Changed netconn_recv() and netconn_accept() to return err_t (bugs #27709 and #28087)
|
2010-01-17 16:21:07 +00:00 |
|
goldsimon
|
7ede02ca8b
|
Fixed bug #27856: PPP: Set netif link- and status-callback by adding ppp_set_netif_statuscallback()/ppp_set_netif_linkcallback()
|
2010-01-14 20:04:52 +00:00 |
|
goldsimon
|
2d4e76874c
|
Using typedefs for function prototypes and -pointers throughout the stack for clarity
|
2010-01-14 20:02:15 +00:00 |
|
goldsimon
|
b463562241
|
Use protocol definition from tcp.h, not from sockets.h
|
2010-01-14 19:59:28 +00:00 |
|
goldsimon
|
04f17c4709
|
Improved includes in snmp
|
2010-01-14 19:59:03 +00:00 |
|
goldsimon
|
97f797e859
|
do_connect(): set conn->err to an error if conn->pcb is NULL
|
2010-01-14 19:49:27 +00:00 |
|
goldsimon
|
9521f54741
|
Another fix for bug #28562: Segfault @ err_tcp
|
2010-01-14 15:43:11 +00:00 |
|
goldsimon
|
0e38a52edc
|
Again: Fixed bug #26672 (close connection when receive window = 0) by correctly draining recvmbox/acceptmbox
|
2010-01-13 15:59:47 +00:00 |
|
goldsimon
|
6df94d3c76
|
Coding style
|
2010-01-13 15:17:01 +00:00 |
|
goldsimon
|
59005b544f
|
Minor fix: bug #28555: Retransmission timer only stopped if TCP_QUEUE_OOSEQ==1
|
2010-01-13 14:24:15 +00:00 |
|
goldsimon
|
8596bb7e7e
|
The heap now may be moved to user-defined memory by defining LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address (patch #6966 and bug #26133)
|
2010-01-13 13:09:55 +00:00 |
|
goldsimon
|
1c47d15577
|
Minor speedup ip_output_if when writing TTL/proto to ip header
|
2010-01-13 12:52:15 +00:00 |
|
goldsimon
|
67c587f9f7
|
Fixed NO_SYS==0: starting pppInputThread failed; fixed some comments
|
2010-01-13 11:19:03 +00:00 |
|
goldsimon
|
052be0a328
|
Added comments
|
2010-01-13 11:16:47 +00:00 |
|
goldsimon
|
68ddcc6ca7
|
Fixed bug #13315 (PPP PAP authentication can result in erroneous callbacks) by copying the code from recent pppd
|
2010-01-11 16:38:56 +00:00 |
|
goldsimon
|
9a2d97ec41
|
Fixed bug #28551 (Compiler warning introduced with closed bug #28506)
|
2010-01-11 09:51:33 +00:00 |
|
goldsimon
|
47e770dffa
|
Fixed comment on struct mem.prev
|
2010-01-11 09:49:31 +00:00 |
|
goldsimon
|
8292cebfd9
|
Fixed bug #28506 (raw_bind should filter received packets)
|
2010-01-10 13:45:24 +00:00 |
|
goldsimon
|
c483c13dc4
|
Fixed bug #28248 (netif_remove doesn't call netif callback) by calling netif_set_down() from netif_remove()
|
2010-01-10 13:34:21 +00:00 |
|
goldsimon
|
86f2942c2a
|
Minor coding style changes, added assertion
|
2010-01-10 13:32:36 +00:00 |
|
goldsimon
|
e4d19dc4a0
|
GCC didn't like memp_memory_XXX -> now using memp_memory_XXX_base (as in Bill's original patch)
|
2010-01-10 13:09:55 +00:00 |
|
goldsimon
|
763760503b
|
patch #6822 (Add option to place memory pools in separate arrays) - new config option MEMP_SEPARATE_POOLS
|
2010-01-10 12:44:09 +00:00 |
|
goldsimon
|
13c9d2dade
|
Added/changed comments
|
2010-01-10 11:48:28 +00:00 |
|
goldsimon
|
97f6c5b239
|
D'Oh!
|
2010-01-10 11:42:31 +00:00 |
|
goldsimon
|
f4a9d173a1
|
bug #28127: remove call to tcp_output() from tcp_ack(_now)()
|
2010-01-10 11:41:25 +00:00 |
|
goldsimon
|
d85a18752f
|
patch #6463 (IGMP - Adding Random Delay): added define LWIP_RAND() for lwip-wide randomization (to be defined in cc.h)
|
2010-01-10 10:47:27 +00:00 |
|
goldsimon
|
aa7dd9a8ad
|
Forgot one line & comments
|
2010-01-10 10:32:56 +00:00 |
|
goldsimon
|
27c9670718
|
Fixed bug #28529: macro LWIP_DEBUG_TIMERNAMES in timers.h
|
2010-01-09 19:14:23 +00:00 |
|
goldsimon
|
32833bcd56
|
Inlined netif_is_up() and netif_is_link_up() as defines for speed reasons; fixed type and macro definition.
|
2010-01-09 13:25:15 +00:00 |
|
goldsimon
|
53bc34f3e2
|
Fixed bug #28195 (PPP: remove duplicate TCP/IP protocol header definitions - use the lwIP ones) - deleted unused header file
|
2010-01-09 12:45:23 +00:00 |
|
goldsimon
|
81640c4a83
|
Fixed compilation of VJ_SUPPORT after separating tx and rx
|
2010-01-08 15:52:17 +00:00 |
|
goldsimon
|
533e6b5f8d
|
Fixed bug #26672 (close connection when receive window = 0) by correctly draining recvmbox/acceptmbox
|
2010-01-08 15:10:03 +00:00 |
|
goldsimon
|
28f0bbd575
|
Fixed bug #28519 (lwip_recvfrom bug with len > 65535)
|
2010-01-08 14:51:14 +00:00 |
|
goldsimon
|
39717b2d9d
|
Copy hostname for DNS_LOCAL_HOSTLIST_IS_DYNAMIC==1 since string passed to dns_local_addhost() might be volatile
|
2010-01-08 14:42:09 +00:00 |
|
goldsimon
|
79c88cdcfd
|
Added function names to timer debug output
|
2010-01-08 14:08:47 +00:00 |
|
goldsimon
|
8a34c16aee
|
Improved assertion message when MEMP_SYS_TIMEOUT pool is empty
|
2010-01-08 13:40:50 +00:00 |
|
goldsimon
|
cce192a671
|
Call tcp_timer_needed() with NO_SYS==1, too
|
2010-01-07 09:47:30 +00:00 |
|