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