]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - CHANGELOG
In ip6_input(), accept solicited node packets that match the receiving
[pes-rpp/rpp-lwip.git] / CHANGELOG
2012-05-03 goldsimonpatch by Sylvain Rochet: fixed bug #36283 (PPP struct...
2012-05-03 goldsimonfixed bug #36388 (PPP: checksum-only in last pbuf leads...
2012-03-27 goldsimonfixed bug #35756 header length calculation problem...
2012-03-27 goldsimonfixed bug #35945: SYN packet should provide the recv...
2012-03-25 goldsimonadded posix-compatibility include files posix/netdb...
2012-03-25 goldsimonFixed bug #35817: do_connect() invalidly signals op_com...
2012-03-25 goldsimonfixed bug #35931: Name space pollution in api_msg.c...
2012-03-22 goldsimonfixed bug #35927: missing refragmentaion in ip_forward
2012-03-20 goldsimonpatch by Mason: fixed bug #35907: lwip_gethostbyname_r...
2012-03-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-03-12 goldsimonpatch by Bostjan Meglic: fixed bug #35809: PPP GetMask...
2012-02-23 goldsimonfixed bug #35595: Impossible to send broadcast without...
2012-02-16 goldsimonfixed pbuf leak when PPP session is aborted through...
2012-02-16 goldsimonfixed bug #35531: Impossible to send multicast without...
2012-02-16 goldsimonPatch by Stéphane Lesage:
2012-02-16 goldsimonfixed bug #35537: MEMP_NUM_* sanity checks should be...
2012-02-12 goldsimonpartly fixed bug #25882: TCP hangs on MSS > pcb->snd_wn...
2012-02-11 goldsimonfixed bug #35435: No pcb state check before adding...
2012-01-22 goldsimonfixed bug #35305: pcb may be freed too early on shutdow...
2012-01-21 goldsimonfixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of...
2012-01-20 goldsimon- fixed bug #35151: DHCP asserts on incoming option...
2012-01-20 goldsimonfixed bug #35291: NULL pointer in pbuf_copy
2012-01-16 goldsimonAdded option CHECKSUM_GEN_ICMP
2012-01-12 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2011-12-17 goldsimonimplemented API functions to access so_options of IP...
2011-11-25 goldsimonfixed bug #31177: tcp timers can corrupt tcp_active_pcb...
2011-11-24 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2011-11-23 goldsimonfixed bug #34884: sys_msleep() body needs to be surroun...
2011-11-22 goldsimonfixed bug #34684: Clear the arp table cache when netif...
2011-10-28 goldsimonfixed bug #34638: Dead code in tcp_receive - pcb->dupacks
2011-10-23 goldsimonfixed bug #34429: possible memory corruption with LWIP_...
2011-10-18 Simon Goldschmidtfixed bug #34592: lwip_gethostbyname_r uses nonstandard...
2011-10-18 Simon Goldschmidtfixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELO...
2011-10-18 Simon Goldschmidtfixed bug #34587: TCP_BUILD_MSS_OPTION doesn't consider...
2011-10-18 goldsimonfixed bug #34581 missing parentheses in udplite sockets...
2011-10-18 goldsimonfixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS
2011-10-17 Simon Goldschmidtfixed bug #34569: shutdown(SHUT_WR) crashes netconn...
2011-10-13 Simon Goldschmidtfixed bug #34517 (persist timer is started although...
2011-10-13 Simon Goldschmidtfixed bug #34541: LWIP_U32_DIFF is unnecessarily comple...
2011-10-13 Simon Goldschmidtfixed bug #34540: compiler error when CORE_LOCKING...
2011-10-12 Simon Goldschmidtfixed bug #34534: Error in sending fragmented IP if...
2011-10-09 Simon Goldschmidtfixed bug #34426: tcp_zero_window_probe() transmits...
2011-10-09 Simon Goldschmidtfixed bug #34447 LWIP_IP_ACCEPT_UDP_PORT(dst_port)...
2011-09-29 Simon GoldschmidtTried to fix bug #32417 ("TCP_OVERSIZE seems to have...
2011-09-27 Simon GoldschmidtImplemented limiting data on ooseq queue (task #9989...
2011-09-27 Simon Goldschmidtfixed bug #28288: Data after FIN in oos queue
2011-09-27 goldsimonbug #34406 dhcp_option_hostname() can overflow the...
2011-09-24 Simon Goldschmidtfixed bug #34377 MEM_SIZE_F is not defined if MEM_LIBC_...
2011-09-23 Simon GoldschmidtReverted invalid fix for invalid bug #34360 done yester...
2011-09-23 Simon GoldschmidtMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-09-23 Simon Goldschmidtfixed bug #33871: rejecting TCP_EVENT_RECV() for the...
2011-09-22 Simon Goldschmidtfixed bug #34360 tcp_shutdown: RST on unacked is not...
2011-09-22 Simon Goldschmidtfixed bug #34355: nagle does not take snd_buf/snd_queue...
2011-09-21 Simon GoldschmidtImplemented timeout on send (TCP only, bug #33820)
2011-09-21 Simon Goldschmidtfixed default value of TCP_SND_BUF to not violate the...
2011-09-21 Simon GoldschmidtConverted runtime-sanity-checks into compile-time check...
2011-09-20 goldsimonfixed bug #34337 (possible NULL pointer in sys_check_ti...
2011-09-11 Simon Goldschmidtsplitted ppp.h to an internal and external header file...
2011-09-11 Simon Goldschmidtuse pcb->mss instead of TCP_MSS for preallocate mss...
2011-09-11 Simon GoldschmidtAdded a config option to randomize initial local TCP...
2011-09-09 Simon Goldschmidtfixed bug #34072: UDP broadcast is received from wrong...
2011-09-03 Simon GoldschmidtDHCP uses LWIP_RAND() for xid's (bug #30302)
2011-09-03 Simon Goldschmidtfixed bug #33952 PUSH flag in incoming packet is lost...
2011-09-01 Simon Goldschmidtfixed bug #31809 LWIP_EVENT_API in opts.h is inconsiste...
2011-09-01 Simon GoldschmidtMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2011-09-01 Simon Goldschmidtfixed bug #34111 RST for ACK to listening pcb has wrong...
2011-08-24 Simon Goldschmidtadded netif remove callback (bug #32397)
2011-08-24 Simon Goldschmidtfixed bug #34124 struct in6_addr does not conform to...
2011-08-24 Simon Goldschmidtfixed bug #33956 Wrong error returned when calling...
2011-08-24 Simon Goldschmidtfixed bug #34057 socklen_t should be a typedef
2011-08-24 Simon Goldschmidtfixed bug #34112 Odd check in pbuf_alloced_custom ...
2011-08-24 Simon Goldschmidtfixed bug #34122 dhcp: hostname can overflow
2011-08-24 Simon Goldschmidtfixed bug #34121 netif_add/netif_set_ipaddr fail on...
2011-08-22 Simon Goldschmidtfixed bug #33962 TF_FIN not always set after FIN is...
2011-07-26 Simon GoldschmidtETHARP_SUPPORT_VLAN: add support for an external VLAN...
2011-07-22 Simon Goldschmidtfixed bug #31084 (socket API returns always EMSGSIZE...
2011-07-22 Simon Goldschmidtforgot CHANGELOG: freeing ooseq pbufs when the pbuf...
2011-07-21 Simon Goldschmidtbug #33634 ip_forward() have a faulty behaviour: Added...
2011-07-21 Simon Goldschmidtfixed bug #33551 (ARP entries may time out although...
2011-07-21 Simon Goldschmidt(bug #30185): added LWIP_FIONREAD_LINUXMODE that makes...
2011-07-04 goldsimonFixed documentation after changing sys arch prototypes...
2011-06-26 goldsimonfixed bug #31723 (tcp_kill_prio() kills pcbs with the...
2011-06-26 goldsimonfixed bug #33545: With MEM_USE_POOLS==1, mem_malloc...
2011-06-26 goldsimonFixed bug #33544 (warning in mem.c in lwip 1.4.0 with...
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2011-05-14 goldsimonpatch #7449 allow tcpip callback from interrupt with...
2011-05-06 kieranmUpdate CHANGELOG and version numbers for 1.4.0 release
2011-04-20 goldsimonsys_arch_timeouts() is not needed any more.
2011-04-13 goldsimonFixed bug #33048 (Bad range for IP source port numbers...
2011-03-29 goldsimonFixed broken VLAN support.
2011-03-27 goldsimonFixed bug #32926 (TCP_RMV(&tcp_bound_pcbs) is called...
2011-03-27 goldsimonFixed bug #32280 (ppp: a pbuf is freed twice)
2011-03-27 goldsimonFixed bug #32906: lwip_connect+lwip_send did not work...
2011-03-27 goldsimonFixed bug #32820 (Outgoing TCP connections created...
2011-03-27 goldsimonRemoved 'dataptr' from 'struct tcp_seg' and calculate...
2011-03-22 goldsimonFixed bug #32648 (PPP code crashes when terminating...
2011-03-14 goldsimonfixed bug #31748 (Calling non-blocking connect more...
2011-03-13 goldsimonfixed bug #32769 (ESHUTDOWN is linux-specific) by fixin...
2011-02-21 goldsimonFixed bug #32561 tcp_poll argument definition out-of...
next