提交歷史

作者 SHA1 備註 提交日期
  Meco Man c6dfd2e33e adapt for rt-thread lwip 1.4.1 3 年之前
  goldsimon 5b8b5d459e fixed bug #37405 'err_tcp()' uses already freed 'netconn' object 13 年之前
  goldsimon 6d8dee6d68 Added brackets, completed CHANGELOG 13 年之前
  Henrik Persson 3db149b42e Fix corner case with dhcp timeouts 13 年之前
  goldsimon 03fb581252 Added brackets, completed CHANGELOG 13 年之前
  Henrik Persson 5e224aba6d Segfault in dhcp_parse_reply if no end marker 13 年之前
  goldsimon 6b3179fbbf fixed bug #37166: memp_sanity check loops itself 13 年之前
  goldsimon d0a25c2574 fixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1 (this was a debug-check issue only) 13 年之前
  goldsimon 45e142af55 fixed the fix for bug #35945 (SYN packet should provide the recv MSS not the send MSS) if TCP_CALCULATE_EFF_SEND_MSS==0 13 年之前
  goldsimon 3eccdf65aa fixed bug #35756 header length calculation problem in ppp/vj.c - removed unused/invalid defines TCPH_OFFSET(_SET). 13 年之前
  goldsimon 2b9933eb1e fixed bug #35945: SYN packet should provide the recv MSS not the send MSS 13 年之前
  goldsimon fe7bbae8a7 added posix-compatibility include files posix/netdb.h and posix/sys/socket.h which are a simple wrapper to the correct lwIP include files. 14 年之前
  goldsimon d77b354377 fixed bug #35927: missing refragmentaion in ip_forward 14 年之前
  goldsimon ca30f4b02e patch by Mason: fixed bug #35907: lwip_gethostbyname_r returns an invalid h_addr_list 14 年之前
  goldsimon 21a1cf9c80 patch by Bostjan Meglic: fixed bug #35809: PPP GetMask(): Compiler warning on big endian, possible bug on little endian system 14 年之前
  goldsimon 6486c4b1d7 fixed bug #35595: Impossible to send broadcast without a gateway (introduced when fixing bug# 33551) 14 年之前
  goldsimon 5deeaa652a Removed IPv6 code slipped in while cherry picking: MEMP_NUM_SYS_TIMEOUT default value must not depend on LWIP_IPV6, tcp unit tests failed, slipif assigned netif->output_ip6 14 年之前
  goldsimon 3db3811054 unit tests lwipopts.h: NO_SYS==1, disable netconn and sockets (not tests) -> lwipopts.h is now usable for unix unit test makefile, too 14 年之前
  goldsimon f8bafcb298 Minor: cosmetic source code layout changes 14 年之前
  goldsimon eb658da462 Fixed unit tests: adapted lwipopts.h and fixed test_tcp_new_counters_pcb() after adding snd_wnd_max to struct tcp_pcb. 14 年之前
  goldsimon d8b2bc2788 Added lwipopts.h file for unit tests 14 年之前
  goldsimon 07af231f2b fixed pbuf leak when PPP session is aborted through pppSigHUP() (bug #35541: PPP Memory Leak) 14 年之前
  goldsimon 8d04da8c6e fixed bug #35531: Impossible to send multicast without a gateway (introduced when fixing bug# 33551) 14 年之前
  goldsimon 6b37e7ec74 Patch by Stéphane Lesage: 14 年之前
  goldsimon 8c5edcf564 fixed bug #35537: MEMP_NUM_* sanity checks should be disabled with MEMP_MEM_MALLOC==1 14 年之前
  goldsimon 162432fe24 Correctly calculate the default value of MEMP_NUM_SYS_TIMEOUT as needed 14 年之前
  goldsimon 13791ccff3 Fixed unused local variable warning (patch #7711) 14 年之前
  goldsimon aecc5db1be Removed unused variable in ip_debug_print() 14 年之前
  goldsimon d4b169a6de partly fixed bug #25882: TCP hangs on MSS > pcb->snd_wnd (by not creating segments bigger than half the window) 14 年之前
  goldsimon 61588f9d90 tcp pcb: persist_cnt can be u8_t instead of u32_t (since it is compared against u8_t only) 14 年之前