]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - CHANGELOG
bug #34406 dhcp_option_hostname() can overflow the pbuf
[pes-rpp/rpp-lwip.git] / CHANGELOG
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...
2011-02-18 goldsimonAdded missing U/UL modifiers to fix 16-bit-arch portabi...
2011-02-17 goldsimonFixed constant not being 32 bit.
2011-01-24 goldsimonFixed bug #31741: lwip_select seems to have threading...
2010-12-20 goldsimonMreged back changes that were lost during the savannah...
2010-12-02 goldsimonFixed ERR_IS_FATAL so that ERR_WOULDBLOCK is not fatal.
2010-11-22 goldsimonFixed bug #31590: getsockopt(... SO_ERROR ...) gives...
2010-11-22 goldsimonFixed bug #31722: IP packets sent with an AutoIP source...
2010-11-22 goldsimonpatch #7329: tcp_timer_needed prototype was ifdef'ed...
2010-11-21 goldsimonAdded a function to deallocate the struct dhcp from...
2010-11-20 goldsimonFixed bug #31170: lwip_setsockopt() does not set socket...
2010-11-20 goldsimonFixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDW...
2010-11-20 goldsimonFixed bug #31535: TCP_SND_QUEUELEN must be at least...
2010-11-20 goldsimonFixed bug #31701: Error return value from dns_gethostby...
2010-10-20 goldsimonFixed bug #31385: sizeof(struct sockaddr) is 30 but...
2010-10-06 goldsimonOnce again fixed #30038: DHCP/AutoIP cooperation failed...
2010-08-10 goldsimonFixed bug #30728: tcp_new_port() did not check listen...
2010-08-03 goldsimonDon't chain empty pbufs when sending them (fixes bug...
2010-08-01 goldsimonApplied patch #7264 (PPP protocols are rejected incorre...
2010-07-29 goldsimonFixed compilation with TCP or UDP disabled.
2010-07-28 goldsimonFixed bug #30565 (tcp_connect() check bound list):...
2010-07-21 goldsimonFixed invalid fix for bug #30402 (CHECKSUM_GEN_IP_INLIN...
2010-07-16 kieranmFixed SNMP ASN constant defines to not use ! operator
2010-07-12 goldsimontask #10495: Added support for IP_MULTICAST_LOOP at...
2010-07-10 goldsimonFixed bug #30402: CHECKSUM_GEN_IP_INLINE does not add...
2010-06-30 goldsimonfixed bug #30300 (shutdown parameter was not initialize...
2010-06-28 kieranmRemove unportable printing of C function pointers
2010-06-24 goldsimonFrom patch #7221: added flag NO_SYS_NO_TIMERS to drop...
2010-06-24 goldsimonFixed bug #10088: Correctly implemented shutdown at...
2010-06-21 goldsimonFixed bug #29361 (ip_frag has problems with zero-copy...
2010-06-16 goldsimonAdded an optional define (LWIP_IP_ACCEPT_UDP_PORT)...
2010-06-15 goldsimonFixed bug #29970: DHCP endian issue parsing option...
2010-06-14 goldsimonFixed bug #30039: AutoIP does not reuse previous addresses
2010-06-12 goldsimonFixed bug #30038: dhcp_network_changed doesn't reset...
2010-05-22 goldsimonbug #27352: removed packing from ip_addr_t, the packed...
2010-05-17 goldsimonCorrectly NULL-terminate h_addr_list
2010-05-16 goldsimonAdd preprocessor-macros for compile-time htonl calculat...
2010-05-16 goldsimonchanged the semantics of LWIP_PREFIX_BYTEORDER_FUNCS...
2010-05-16 goldsimonPPPoE now uses its own MEMP pool instead of the heap...
2010-05-16 goldsimonDNS_LOCAL_HOSTLIST_IS_DYNAMIC uses its own MEMP pool...
2010-05-15 goldsimonAdded new option SO_REUSE_RXTOALL to pass received...
2010-05-12 goldsimontask #6995: Implement SO_REUSEADDR (correctly)
2010-05-05 goldsimon.. and deleted NAT again as Christian obviously didn...
2010-05-05 goldsimontask #7506: added NAT support
2010-05-04 goldsimonFixed bug #29769 (sys_check_timeouts: sys_now() may...
2010-05-02 goldsimonuse checksum-on-copy for sending UDP data for LWIP_NETI...
2010-04-30 goldsimontask #6849: added udp_send(_to/_if) functions that...
next