goldsimon
|
f7627929d5
|
Fixed bug #31722: IP packets sent with an AutoIP source addr must be sent link-local
|
2010-11-22 19:55:05 +00:00 |
|
goldsimon
|
b49cf5e7a2
|
patch #7328: Autoip: ETHADDR16_COPY can be used
|
2010-11-22 17:35:57 +00:00 |
|
goldsimon
|
231a6cecb4
|
patch #7329: tcp_timer_needed prototype was ifdef'ed out for LWIP_TIMERS==0
|
2010-11-22 17:32:12 +00:00 |
|
goldsimon
|
32f02325f9
|
Added a function to deallocate the struct dhcp from a netif (fixes bug #31525).
|
2010-11-21 13:41:11 +00:00 |
|
goldsimon
|
f418782c2c
|
tcp_slowtmr(): change the scope of 'pcb2' to reflect its block-only usage.
|
2010-11-21 10:41:27 +00:00 |
|
goldsimon
|
e52730d1fb
|
Fixed bug #31170: lwip_setsockopt() does not set socket number
|
2010-11-20 18:01:01 +00:00 |
|
goldsimon
|
d2679e58a6
|
Fixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDWR to resemble other stacks.
|
2010-11-20 17:48:10 +00:00 |
|
goldsimon
|
e3817cd549
|
Fixed bug #31535: TCP_SND_QUEUELEN must be at least 2 or else no-copy TCP writes will never succeed.
|
2010-11-20 17:34:10 +00:00 |
|
goldsimon
|
4ace50a7d7
|
Fix alignment checking of tcphdr: check for MEM_ALIGNMENT, not for 4
|
2010-11-20 17:30:48 +00:00 |
|
goldsimon
|
fa092c47c8
|
Fixed bug #31701: Error return value from dns_gethostbyname() does not match documentation: return ERR_ARG instead of ERR_VAL if not initialized or wrong argument.
|
2010-11-20 16:40:35 +00:00 |
|
goldsimon
|
704d90f693
|
Fixed bug #31385: sizeof(struct sockaddr) is 30 but should be 16
|
2010-10-20 17:58:52 +00:00 |
|
goldsimon
|
93dc36e091
|
Once again fixed #30038: DHCP/AutoIP cooperation failed when replugging the network cable after an AutoIP address was assigned.
|
2010-10-06 11:40:30 +00:00 |
|
goldsimon
|
4cc36b2284
|
Fixed bug #30728: tcp_new_port() did not check listen pcbs
|
2010-08-10 20:15:31 +00:00 |
|
goldsimon
|
aaa8d2795e
|
Don't chain empty pbufs when sending them (fixes bug #30625)
|
2010-08-03 08:38:59 +00:00 |
|
goldsimon
|
229137cad1
|
Applied patch #7264 (PPP protocols are rejected incorrectly on big endian architectures)
|
2010-08-01 11:15:48 +00:00 |
|
goldsimon
|
d73262a0e5
|
Fixed compilation with TCP or UDP disabled.
|
2010-07-29 19:25:50 +00:00 |
|
goldsimon
|
cd22a8d851
|
Fixed bug #30565 (tcp_connect() check bound list): that check did no harm but never did anything
|
2010-07-28 16:48:51 +00:00 |
|
goldsimon
|
7f7df4ae19
|
Fixed bug #30447: tcp.c:tcp_bind() - suspicious nested #if
|
2010-07-28 16:44:59 +00:00 |
|
goldsimon
|
3c5723e49d
|
Fixed invalid fix for bug #30402 (CHECKSUM_GEN_IP_INLINE does not add IP options)
|
2010-07-21 12:11:22 +00:00 |
|
kieranm
|
960fb14bf5
|
Update release number for 1.4.0 release candidate 1
|
2010-07-16 12:50:29 +00:00 |
|
kieranm
|
21e17f649a
|
Fixed SNMP ASN constant defines to not use ! operator
|
2010-07-16 12:14:01 +00:00 |
|
goldsimon
|
9782c40d21
|
fixed the change not about tcp_close chang (bug #30444)
|
2010-07-14 15:53:44 +00:00 |
|
goldsimon
|
04beab4f7d
|
IP_MULTICAST_LOOP shall be disabled by default
|
2010-07-12 14:10:28 +00:00 |
|
goldsimon
|
194a85387b
|
patch #7239: make tcp_state_str pointers constant
|
2010-07-12 09:49:00 +00:00 |
|
goldsimon
|
a99219ad1f
|
added missing casts
|
2010-07-12 09:34:17 +00:00 |
|
goldsimon
|
691410ba18
|
task #10495: Added support for IP_MULTICAST_LOOP at socket- and raw-API level.
|
2010-07-12 09:34:11 +00:00 |
|
goldsimon
|
714a43b18c
|
Fixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add IP options
|
2010-07-10 12:02:28 +00:00 |
|
goldsimon
|
9f457d3331
|
Updated to current CHANGELOG
|
2010-07-06 20:18:12 +00:00 |
|
goldsimon
|
60a456f757
|
Added ip_addr_netmask_valid() to check if a netmask is valid (starting with ones, then only zeros)
|
2010-07-05 14:20:58 +00:00 |
|
goldsimon
|
2b355d6b34
|
Added some helper functions to find strings in chained pbufs
|
2010-07-05 14:18:03 +00:00 |
|
goldsimon
|
48be546357
|
fixed bug #30300 (shutdown parameter was not initialized in netconn_delete)
|
2010-06-30 08:33:14 +00:00 |
|
goldsimon
|
0f74a57267
|
Re-enabled timer logging if LWIP_DEBUG_TIMERNAMES!=0 (without function pointers, only function names), changed parameter names from 'h' to 'handler'
|
2010-06-29 19:55:21 +00:00 |
|
kieranm
|
272270c7f4
|
Remove unportable printing of C function pointers
|
2010-06-28 13:32:13 +00:00 |
|
kieranm
|
e2f014f457
|
cleanup: fix minor build failures on unix
|
2010-06-28 13:24:14 +00:00 |
|
goldsimon
|
1fba33628d
|
Fixed compilation error due to unexpected include order
|
2010-06-25 18:59:29 +00:00 |
|
goldsimon
|
7d604a23f0
|
From patch #7221: added flag NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading
|
2010-06-24 20:27:49 +00:00 |
|
goldsimon
|
6929a786aa
|
Fixed bug #10088: Correctly implemented shutdown at socket level.
|
2010-06-24 19:33:14 +00:00 |
|
goldsimon
|
f61b80ca6a
|
Fixed bug #29361 (ip_frag has problems with zero-copy DMA MACs) by adding custom pbufs and implementing custom pbufs that reference other (original) pbufs. Additionally set IP_FRAG_USES_STATIC_BUF=0 as default to be on the safe side.
|
2010-06-21 18:50:16 +00:00 |
|
goldsimon
|
1aba9f031d
|
nicer code for the last fix
|
2010-06-17 11:53:16 +00:00 |
|
goldsimon
|
2ffcc52f03
|
Fixed bug #30159: WomnIP_ACCEPT_LINK_LAYER_ADDRESSING
|
2010-06-16 19:53:07 +00:00 |
|
goldsimon
|
72518a0d6e
|
fixed typos that MSVS did not complain about
|
2010-06-16 12:53:46 +00:00 |
|
goldsimon
|
1242575f0f
|
Added an optional define (LWIP_IP_ACCEPT_UDP_PORT) that can allow link-layer-addressed UDP traffic to be received while a netif is down (just like DHCP during configuration)
|
2010-06-16 12:25:00 +00:00 |
|
goldsimon
|
6ccc2ef804
|
Removed leading underscore from struct name, added a comment
|
2010-06-15 20:33:40 +00:00 |
|
goldsimon
|
b3dc6f2b5b
|
... and forgot one tiny character...
|
2010-06-15 20:21:30 +00:00 |
|
goldsimon
|
2427917db8
|
Fixed bug #29970: DHCP endian issue parsing option responses
|
2010-06-15 20:19:14 +00:00 |
|
goldsimon
|
5ab40f016d
|
Fixed bug #30039: AutoIP does not reuse previous addresses
|
2010-06-14 20:27:14 +00:00 |
|
goldsimon
|
435115d4fb
|
Use ip_addr_set_zero instead of memset(0)
|
2010-06-14 20:17:08 +00:00 |
|
goldsimon
|
24d823dae6
|
bug #30129: struct _ip_addr should be struct ip_addr
|
2010-06-14 19:52:45 +00:00 |
|
goldsimon
|
2c60a48d02
|
ip_addr_set_any does not work on pointers...
|
2010-06-14 19:52:17 +00:00 |
|
goldsimon
|
4b0be4a477
|
Fixed invalid fix for bug #30038
|
2010-06-14 19:18:11 +00:00 |
|