]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2009-04-21 goldsimonFixed bug #26069: Corrected documentation: if tcp_conne...
2009-04-21 goldsimontask #7507, patch #6786: DNS supports static hosts...
2009-04-19 goldsimonFixed bug #26236: "TCP options (timestamp) don't work...
2009-04-19 goldsimonFixed bug #25094: "Zero-length pbuf" (options are now...
2009-04-19 goldsimontcp_listen_input: format code for #if LWIP_TCP_TIMESTAM...
2009-04-18 goldsimon fixed bug #25695: Segmentation fault in do_writemore()
2009-04-17 goldsimonChanged ??? to LINK_SPEED_OF_YOUR_NETIF_IN_BPS
2009-04-15 goldsimontried to fix bug #23559: lwip_recvfrom problem with tcp
2009-04-15 goldsimonConverted netconn_type() from a function to a macro
2009-04-15 goldsimontask #9192: mem_free of dhcp->options_in and dhcp-...
2009-04-15 goldsimonpatch #6808: Add a utility function ip_hinted_output...
2009-04-15 goldsimonpatch #6765: Supporting new line characters in inet_aton()
2009-04-15 goldsimonpatch #6763: Global DHCP XID can be redefined to someth...
2009-04-15 goldsimonpatch #6764: DHCP rebind and renew did not send hostnam...
2009-04-15 goldsimonbug #26027: netbuf_chain resulted in pbuf memory leak
2009-04-15 goldsimonbug #25763: Corrected 4 occurrences of SMEMCPY to MEMCP...
2009-04-15 goldsimonbug #26121: set_errno can be overridden
2009-04-09 kieranmPatch#6774 TCP_QUEUE_OOSEQ breaks compilation when...
2009-04-09 kieranmPatch#6802 Add do-while-clauses to those function like...
2009-03-31 kieranmBUG20515: rework way TCP window updates are calculated...
2009-03-31 kieranmTASK9218: add support for TCP timestamp options
2009-03-31 kieranmBUG20779: cope with SYN packets received during establi...
2009-03-31 kieranmBUG26010: set push bit correctly when tcp segments...
2009-03-27 kieranmCorrect change to probe window setting
2009-03-26 kieranmBUG25622: handle return code of tcp_enqueue in tcp_list...
2009-03-26 kieranmBUG25629: set TCP_ACK flags on keepalive and zero windo...
2009-03-25 kieranmFix compiler warning about %#p
2009-02-19 goldsimoncc.h: Added printf formatter for size_t: SZT_F
2009-02-18 goldsimonFixed many LWIP_DEBUGF format strings; added new format...
2009-02-18 goldsimonmem_free: fix a warning by converting pointer to mem_pt...
2009-02-18 goldsimonsys_now() must return u32_t, not unsigned long
2009-02-18 goldsimonFixed many warnings: use %p to pass pointers to printf
2009-02-18 goldsimonpatch #6528: the buffer used for IP_FRAG_USES_STATIC_BU...
2009-02-18 goldsimonAdded check: PBUF_POOL_BUFSIZE must be greater than...
2009-02-18 goldsimonetharp_raw: allocating PBUF_RAW for outgoing ARP packet...
2009-02-16 goldsimonpatch #6539: (configurable) response to broadcast-...
2009-02-16 goldsimonfixed arguments of socket functions to match the standa...
2009-02-16 goldsimonfixed bug #24440: TCP connection close problem on 64...
2009-02-16 goldsimonFixed compilation error in LWIP_VERSION
2009-02-15 goldsimonLWIP_VERSION: corrected shifting for 16-bit platforms...
2009-02-12 goldsimonAdded LWIP_VERSION to get the current version of the...
2009-02-12 goldsimonfixed bug #25345 (DHCPDECLINE is sent with "Maximum...
2009-02-11 goldsimonadded MEMP_MEM_MALLOC to use mem_malloc/mem_free instea...
2009-02-11 goldsimonfixed bug #24480 (releasing old udp_pdb and pbuf in...
2009-02-11 goldsimonincluding inet.h because htonl is used
2009-02-11 goldsimonadded configurable default valud for netconn->recv_bufs...
2009-02-11 goldsimonFixed bug #25544: DHCP_COARSE_TIMER_MSECS could overflo...
2009-02-10 goldsimonMoved INADDR_* defines to inet.h; removing dependency...
2009-02-10 goldsimonfixed bug #25467: Listen backlog is not reset on timeou...
2009-01-28 jifl * ipv4/inet_chksum.c, ipv4/lwip/inet_chksum.h: inet_c...
2009-01-28 jifl* pbuf.c: reclaim pbufs from TCP out-of-sequence segmen...
2008-12-20 goldsimonReverted last changes since it's wrong when sizeof...
2008-12-19 goldsimonAnother fix for bug #6683 (and a typo in changelog)
2008-12-19 goldsimonpatch #6699: fixed some warnings on platform where...
2008-12-10 fbernonsockets.c: fixed bug #25051: lwip_recvfrom problem...
2008-12-10 goldsimonAnother modification for patch #6683 (Customizable...
2008-12-04 goldsimonCorrected the range calculation of LWIP_AUTOIP_CREATE_S...
2008-12-03 goldsimonChecked in (slightly modified) patch #6683: Customizabl...
2008-11-12 jiflCorrect commented description of do_recv().
2008-10-18 goldsimonfixed bug ##24596: Vulnerability on faulty TCP options...
2008-10-15 goldsimonfixed bug #24517: IP reassembly crashes on unaligned...
2008-10-03 jifl * etharp.c (etharp_arp_input): Fix type aliasing...
2008-10-02 jifl * sockets.c (lwip_accept): Return EWOULDBLOCK if...
2008-10-02 jifl * dns.c: Hard-code structure sizes, to avoid issues...
2008-09-30 jifl * sockets.c (lwip_accept): check addr isn't NULL...
2008-09-30 jifl * tcp.c: Fix bug #24227, wrong error message in tcp_bind.
2008-09-30 jifl* pbuf.c (pbuf_copy_partial): Improve function descript...
2008-08-26 goldsimonfixed one small warning (compared u16_t to <= 0)
2008-08-26 goldsimonfixed bug #24132: Cross-dependency between ip_addr...
2008-08-26 goldsimonAdded 2 asserts in pbuf_realloc to prevent dereferencin...
2008-07-16 goldsimonFixed some warnings, changed some debug defines to...
2008-07-15 goldsimonremoved invalid call to tcp_connect() in do_close_inter...
2008-07-14 goldsimonfixed bug #23847: do_close_internal references freed...
2008-07-08 fbernonstats.h: Fix some build bugs introduced with patch...
2008-07-07 jiflFix typo of including type in stats_display_memp empty...
2008-06-30 goldsimonfixed bug #21433: Calling mem_free/pbuf_free from inter...
2008-06-27 goldsimonFix typo, add comment
2008-06-27 goldsimonpatch #6483: stats module improvement: Added defines...
2008-06-24 jifl * tcp_in.c: Fix for bug #23693 as suggested by Art...
2008-06-19 goldsimonAdded debug trace for incoming eth packets in ethernet_...
2008-06-19 goldsimonFixed includes in netif.c, removed loop_cnt_max member...
2008-06-17 goldsimonpatch #6459: Made err_t overridable to use a more effic...
2008-06-17 goldsimonChanged two MEMCPY calls to SMEMCPY
2008-06-17 goldsimonAdded a configuration option for slipif for symmetry...
2008-06-17 goldsimonFixed loopif_poll define (now maps directly to netif_poll)
2008-06-17 goldsimonChecked in some ideas of patch #6460 (loop optimization...
2008-06-17 goldsimonIncreasing etharp error stats on unsupported ethtype...
2008-06-17 goldsimonChanged loopback code (less difference between NO_SYS...
2008-06-12 goldsimonGot the date & place of the newest feature wrong ;-)
2008-06-12 goldsimonChecked in slightly modified version of patch # 6370...
2008-05-30 kieranmRemove redundant "if" statement, and use real rcv_wnd
2008-05-30 kieranmFix BUG#23254. Change macro definition of mem_* to...
2008-05-09 jifl * err.h, err.c, sockets.c: Fix bug #23119: Reorder...
2008-04-29 jiflTrivial change: correct sense of comment about LWIP_ERR...
2008-04-26 fbernonsockets.h: minor changes, add comments for ToS options
2008-04-15 goldsimonfixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DH...
2008-04-01 goldsimonFixed comments for pbuf_copy() and find_entry() as...
2008-03-28 goldsimonChanged the pbuf_free/mem_free callback functions a...
2008-03-27 goldsimonfixed bug #21433 (Calling mem_free/pbuf_free from inter...
2008-03-27 goldsimonAdded global #ifndef __SIO_H__ and some comments
next