index
:
lwip.git
DEVEL-1_4_1
STABLE-2_0_0
STABLE-2_1_x
master
lwIP - A Lightweight TCPIP stack
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-26
fixed bug #37405 'err_tcp()' uses already freed 'netconn' object
STABLE-1_4_1
DEVEL-1_4_1
goldsimon
2
-0
/
+11
2012-09-26
Added brackets, completed CHANGELOG
goldsimon
2
-1
/
+4
2012-09-26
Fix corner case with dhcp timeouts
Henrik Persson
1
-0
/
+5
2012-09-26
Added brackets, completed CHANGELOG
goldsimon
2
-1
/
+4
2012-09-26
Segfault in dhcp_parse_reply if no end marker
Henrik Persson
1
-2
/
+8
2012-09-19
fixed bug #37166: memp_sanity check loops itself
goldsimon
2
-7
/
+11
2012-05-08
fixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1 (this was a debug-chec...
goldsimon
2
-1
/
+7
2012-03-28
fixed the fix for bug #35945 (SYN packet should provide the recv MSS not the ...
goldsimon
1
-1
/
+7
2012-03-27
fixed bug #35756 header length calculation problem in ppp/vj.c - removed unus...
goldsimon
3
-7
/
+8
2012-03-27
fixed bug #35945: SYN packet should provide the recv MSS not the send MSS
goldsimon
2
-1
/
+5
2012-03-25
added posix-compatibility include files posix/netdb.h and posix/sys/socket.h ...
goldsimon
3
-0
/
+70
2012-03-25
fixed bug #35927: missing refragmentaion in ip_forward
goldsimon
2
-0
/
+18
2012-03-20
patch by Mason: fixed bug #35907: lwip_gethostbyname_r returns an invalid h_a...
goldsimon
2
-7
/
+11
2012-03-12
patch by Bostjan Meglic: fixed bug #35809: PPP GetMask(): Compiler warning on...
STABLE-1_4_1-RC1
goldsimon
2
-1
/
+5
2012-02-23
fixed bug #35595: Impossible to send broadcast without a gateway (introduced ...
goldsimon
2
-42
/
+46
2012-02-23
Removed IPv6 code slipped in while cherry picking: MEMP_NUM_SYS_TIMEOUT defau...
goldsimon
3
-7
/
+1
2012-02-22
unit tests lwipopts.h: NO_SYS==1, disable netconn and sockets (not tests) -> ...
goldsimon
1
-0
/
+5
2012-02-22
Minor: cosmetic source code layout changes
goldsimon
2
-9
/
+7
2012-02-22
Fixed unit tests: adapted lwipopts.h and fixed test_tcp_new_counters_pcb() af...
goldsimon
2
-250
/
+10
2012-02-22
Added lwipopts.h file for unit tests
goldsimon
1
-0
/
+286
2012-02-22
fixed pbuf leak when PPP session is aborted through pppSigHUP() (bug #35541: ...
goldsimon
2
-6
/
+24
2012-02-22
fixed bug #35531: Impossible to send multicast without a gateway (introduced ...
goldsimon
2
-1
/
+5
2012-02-22
Patch by Stéphane Lesage:
goldsimon
3
-17
/
+29
2012-02-22
fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with MEMP_MEM_M...
goldsimon
2
-15
/
+27
2012-02-22
Correctly calculate the default value of MEMP_NUM_SYS_TIMEOUT as needed
goldsimon
1
-1
/
+3
2012-02-22
Fixed unused local variable warning (patch #7711)
goldsimon
1
-0
/
+2
2012-02-14
Removed unused variable in ip_debug_print()
goldsimon
1
-3
/
+0
2012-02-12
partly fixed bug #25882: TCP hangs on MSS > pcb->snd_wnd (by not creating seg...
goldsimon
4
-6
/
+19
2012-02-12
tcp pcb: persist_cnt can be u8_t instead of u32_t (since it is compared again...
goldsimon
1
-1
/
+1
2012-02-12
fixed bug #35435: No pcb state check before adding it to time-wait queue whil...
goldsimon
2
-8
/
+13
2012-02-12
fixed bug #35305: pcb may be freed too early on shutdown(WR)
goldsimon
3
-12
/
+27
2012-02-12
fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb: don't let PCBs ...
goldsimon
2
-4
/
+12
2012-02-12
Fixed my last chagne to pbuf_copy
goldsimon
1
-6
/
+6
2012-02-12
- fixed bug #35151: DHCP asserts on incoming option lengths;
goldsimon
2
-31
/
+35
2012-02-12
pbuf_copy(): moved the check for "p_to != NULL" to a better place.
goldsimon
1
-1
/
+1
2012-02-12
fixed bug #35291: NULL pointer in pbuf_copy
goldsimon
2
-1
/
+4
2012-02-12
implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW) (fi...
goldsimon
7
-25
/
+36
2012-02-12
Added option CHECKSUM_GEN_ICMP
goldsimon
3
-0
/
+14
2011-12-15
Fixed some merge errors
goldsimon
2
-3
/
+1
2011-12-14
Merged from trunk: fixed compilation of tcp_helper.c
goldsimon
1
-1
/
+2
2011-12-14
Merged from trunk: tcp_abandon: call tcp_rst before freeing the pcb to preven...
goldsimon
1
-9
/
+3
2011-12-14
Merged from trunk: use constants for 'offset' based on pbuf_layer instead of ...
goldsimon
1
-12
/
+12
2011-12-14
Merged from trunk: use a define to set/reset netif->addr_hint to prevent too ...
goldsimon
6
-25
/
+17
2011-12-14
Merged from trunk: removed empty function autoip_init() (converted to an empt...
goldsimon
2
-22
/
+13
2011-12-14
Fixed typo in define check: LWIP_IPv6_FRAG -> LWIP_IPV6_FRAG
goldsimon
1
-1
/
+1
2011-12-14
bug #33634 ip_forward() have a faulty behaviour: Added pbuf flags to mark inc...
Simon Goldschmidt
5
-4
/
+127
2011-12-14
correctly prefix all functions with 'etharp_' (also static functions)
Simon Goldschmidt
1
-29
/
+27
2011-12-14
fixed bug #31177: tcp timers can corrupt tcp_active_pcbs in some cases
goldsimon
5
-24
/
+85
2011-12-14
fix for bug #34684 was wrong (netif for arp table entries was only set/reset ...
goldsimon
1
-4
/
+0
2011-12-14
fixed bug #34884: sys_msleep() body needs to be surrounded with '#ifndef sys_...
goldsimon
2
-0
/
+6
[next]