]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - CHANGELOG
Minor changes: typo in doc files.
[pes-rpp/rpp-lwip.git] / CHANGELOG
2008-01-21 fbernonMinor changes: typo in doc files.
2008-01-15 kieranm 2008-01-15 Kieran Mansley
2008-01-14 fbernonrawapi.txt, api_msg.c, tcp.c, tcp_in.c, tcp.h: changes...
2008-01-14 fbernonip.c: Integrate patch #6369" ip_input : checking before...
2008-01-12 fbernontcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets...
2008-01-11 fbernonapi_msg.c, opt.h: replace DEFAULT_RECVMBOX_SIZE per...
2008-01-10 fbernontcpip.h, tcpip.c: add tcpip_callback_with_block functio...
2008-01-10 fbernontcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets...
2008-01-09 jifl * opt.h, ip.c: Rename IP_OPTIONS define to IP_OPTIONS_...
2008-01-06 jifl * dhcp.c: fix bug #19927: "DHCP NACK problem" by...
2008-01-05 fbernonsys_arch.txt, api.h, api_lib.c, api_msg.h, api_msg...
2008-01-04 fbernonrawapi.txt, api.h, api_lib.c, api_msg.h, api_msg.c...
2007-12-31 kieranmAdd persist timer
2007-12-31 fbernonautoip.c, etharp.c: ip_addr.h: Integrate patch #6348...
2007-12-30 fbernonip.c: Fix bug #21846 "LwIP doesn't appear to perform...
2007-12-21 goldsimontcp.h, opt.h, api.h, api_msg.h, tcp.c, tcp_in.c, api_li...
2007-12-21 goldsimonsys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698...
2007-12-20 kieranm 2007-12-20 Kieran Mansley (based on patch from Oleg...
2007-12-20 kieranm 2007-12-20 Kieran Mansley (based on patch from Per...
2007-12-13 fbernonapi_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: repla...
2007-12-12 fbernondns.h, dns.c, opt.h: move DNS options to the "right...
2007-12-05 fbernonnetdb.c: add a LWIP_DNS_API_HOSTENT_STORAGE option...
2007-12-04 goldsimonfix bug #21699 (segment leak in ooseq): add assert...
2007-12-03 goldsimonip_input: check if a packet is for inp first before...
2007-12-02 goldsimonfix bug #21654: exclude definition of struct timeval...
2007-12-02 goldsimonfix bug #21656 (recvmbox problem in netconn API): alway...
2007-11-30 goldsimontask #7497: Sort lists (pcb, netif, ...) for faster...
2007-11-30 goldsimonfirst attempt to fix bug #21655 (DHCP doesn't work...
2007-11-28 goldsimonIntroduced ETHARP_STATS
2007-11-28 goldsimonfixed bug #21643 (udp_send/raw_send don't fail if netif...
2007-11-27 goldsimonChanged error handling: ERR_MEM, ERR_BUF and ERR_RTE...
2007-11-27 goldsimonImplemented new function udp_sendto_if which takes...
2007-11-26 goldsimonFixed bug #21582: pcb->acked accounting can be wrong...
2007-11-25 goldsimondhcp_unfold_reply() uses pbuf_copy_partial instead...
2007-11-24 goldsimonMoved lwip_gethostbyname from sockets.c to the new...
2007-11-21 goldsimonImplemented calculating the effective send-mss based...
2007-11-21 goldsimonFixed bug #20287: tcp_output_nagle sends too early...
2007-11-19 fbernonapi_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK...
2007-11-18 goldsimonAdded thread-safe function gethostbyname_r (as in glibc)
2007-11-16 goldsimonMoved inet files into ipv4/ipv6 directory; splitted...
2007-11-16 goldsimonAdded sequential (socket API) function gethostbyname...
2007-11-16 goldsimonAdded sequential dns resolver function for netconn...
2007-11-14 fbernonopt.h, init.c, tcpip.c, dhcp.c, dns.h, dns.c: add DNS...
2007-11-12 fbernonsockets.c, api.h, api_lib.c, api_msg.h, api_msg.c:...
2007-11-10 goldsimonFixed bug: assert fired when MEMP_ARP_QUEUE was empty...
2007-11-06 goldsimonPatch #6215: added ifAdminStatus write support (if...
2007-11-06 goldsimonTask #7410: Removed the need to include core header...
2007-11-02 fbernonapi.h, api_lib.c, api_msg.c, sockets.c, opt.h: add...
2007-11-01 fbernonsockets.h, sockets.c, api.h, api_lib.c, api_msg.h,...
2007-11-01 goldsimonFixed bug #21494: The send mss (pcb->mss) is set to...
2007-11-01 goldsimonFixed bug #21491: The MSS option sent (with SYN) is...
2007-11-01 goldsimonFixed bug #21181: On active open, the initial congestio...
2007-10-24 fbernonapi.h, api_lib.c, api_msg.c: Add macro API_EVENT in...
2007-10-09 goldsimonChanged initialization: many init functions are not...
2007-10-09 goldsimonFixed UDPLite receive: checksum was calculated wrong...
2007-10-08 goldsimonlfree was not updated in mem_realloc!
2007-10-07 goldsimonFixed UDPLite SENDING: Checksum was always generated...
2007-10-07 fbernonFix CHANGELOG entry
2007-10-07 fbernonsockets.c, api.h, api_lib.c: First step to fix "bug...
2007-10-06 goldsimonChanged IP_REASSEMBLY to enqueue the received pbufs...
2007-10-05 goldsimonMoved ethernet_input from tcpip.c to etharp.c so all...
2007-10-05 fbernonnetifapi.h, netifapi.c: add function netifapi_netif_set...
2007-10-03 fbernonnetifapi.h, netifapi.c: add functions netifapi_netif_se...
2007-09-20 goldsimonFixed bug #21080 (tcp_bind without check pcbs in TIME_W...
2007-09-19 kleshovFixed bug #21077: inaccuracy in calculation of lwip_sta...
2007-09-19 goldsimonFixed bug #21107 (didn't reset IP TTL in ICMP echo...
2007-09-15 fbernonudp.h, udp.c, sockets.c: Changes for "#20503 IGMP Impro...
2007-09-10 fbernonenable to remove SNMP timer (which consumne several...
2007-09-09 fbernonigmp.h, igmp.c, netif.h, netif.c, ip.c: To enable to...
2007-09-07 fbernonsockets.c, ip.h, api.h, tcp.h: declare a "struct ip_pcb...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-09-06 fbernonseveral-files: replace some #include "arch/cc.h" by...
2007-09-05 fbernonIntegrate "task #7272 : LWIP_ICMP option". The new...
2007-09-05 fbernonChange parameters list for sys_thread_new (see "task...
2007-09-05 fbernonMove some build time checkings inside init.c for task...
2007-09-04 fbernonReplace mem_malloc call by memp_malloc, and use a new...
2007-09-03 fbernonChanges for "#20503 IGMP Improvement". Initialize igmp_...
2007-08-30 fbernonAdd netbuf.h, netbuf.c, Change api.h, api_lib.c: #7249...
2007-08-30 fbernonigmp.h, igmp.c: Some changes to remove some redundant...
2007-08-30 fbernoninit.c: Add first version of lwip_sanity_check for...
2007-08-29 fbernonigmp.h, igmp.c, tcpip.c, init.c, netif.c: change igmp_i...
2007-08-29 fbernonAdd init.h, init.c, Change opt.h, tcpip.c: Task #7213...
2007-08-29 fbernontcpip.c: Fix TCPIP_MSG_INPKT processing: now, tcpip_inp...
2007-08-27 fbernonFirst fix for "bug #20900 : Potential crash error probl...
2007-08-27 marcbouAdded CHANGELOG entries for my recent contributions.
2007-08-25 fbernonnetif.h, netif.c: Integrate "patch #6163 : Function...
2007-08-24 kieranminet.c Modify (acc >> 16) test to ((acc >> 16) != 0...
2007-08-22 fbernonnetif.h, netif.c, opt.h: Rename LWIP_NETIF_CALLBACK...
2007-08-22 fbernontcpip.h, tcpip.c, ethernetif.c, opt.h: remove options...
2007-08-17 jgrubb*** empty log message ***
2007-08-09 fbernonstats.h, stats.c, igmp.h, igmp.c, opt.h: Fix for bug...
2007-08-09 fbernonudp.c: Fix for bug #20503 : IGMP Improvement. Enable...
2007-08-09 fbernonigmp.h, igmp.c, ip.c: Fix minor changes from bug #20503...
2007-07-26 fbernonigmp.c: Fix bug #20595 to accept IGMPv3 "Query" messages.
2007-07-25 goldsimonAnother fix for bug #20021: by not returning an error...
2007-07-25 goldsimonFixed bug #20429: use the new pbuf_copy_partial instead...
2007-07-25 goldsimontcp_enqueue: pcb->snd_queuelen didn't work for chaine...
2007-07-25 goldsimonFix bug #20506: Slow start / initial congestion window...
2007-07-24 goldsimonFix bug #20480: Check the pcb passed to tcp_listen...
2007-07-14 jgrubb+bug fix #20478: memp_malloc now returns NULL for faile...
next