]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - CHANGELOG
Use FreeRTOS heap instead of LwIP heap
[pes-rpp/rpp-lwip.git] / CHANGELOG
2013-06-29 Simon Goldschmidtpartially fixed bug #37585: IPv6 compatibility (in...
2013-06-29 Simon Goldschmidtbug #37585/task #12600: fixed struct in6_addr.s6_addr...
2013-06-19 Simon Goldschmidt- removed include instead of commenting it out;
2013-04-26 Sylvain Rochetpicked up the wrong commit date in CHANGELOG, fixed
2013-04-26 Sylvain Rochetreverted dhcp.c from DOS (CRLF) to UNIX (LF) format
2013-04-26 Sylvain Rochetcleared compilation warning, C++ style comments are...
2013-04-24 Simon Goldschmidtpatch #8008 Fix a potential null pointer dereference...
2013-04-24 Simon Goldschmidtfixed possible division by zero
2013-04-24 Simon Goldschmidtfixed bug #38526 Coverity: Recursive Header Inclusion...
2013-04-24 Simon GoldschmidtFixed bug #38586
2013-01-15 Simon Goldschmidtfixed bug #37665 ip_canforward operates on address...
2013-01-15 Simon Goldschmidtfixed bug #38097 pbuf_free_ooseq() warning
2013-01-14 Simon Goldschmidtfixed bug #37705 Possible memory corruption in DNS...
2013-01-11 Simon Goldschmidtfixed bug #38066 Raw pcbs can alter packet without...
2012-09-26 goldsimonfixed bug #37405 'err_tcp()' uses already freed 'netcon...
2012-09-26 goldsimonAdded brackets, completed CHANGELOG
2012-09-26 goldsimonAdded brackets, completed CHANGELOG
2012-08-22 goldsimonfixed bug #37166: memp_sanity check loops itself
2012-08-13 goldsimonfixed bug #36645: Calling dhcp_release before dhcp_star...
2012-08-13 goldsimonfixed bug #36840 snmp_send_trap() NULL de-reference...
2012-08-13 goldsimonFixed bug #36899 DNS TTL 0 is cached for a long time
2012-05-11 goldsimonfixed bug #36412: memp.c does not compile when MEMP_OVE...
2012-05-11 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-05-08 goldsimonfixed bug: #36380 unsent_oversize mismatch in 1.4.1RC1...
2012-05-05 goldsimonAdded missing name (patch by)
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...
next