]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2007-11-24 goldsimonAdded the wiki and a note about the mailing lists
2007-11-24 goldsimonAdded some documentation (mainly what is unimplemented...
2007-11-24 goldsimonMoved lwip_gethostbyname from sockets.c to the new...
2007-11-24 goldsimontcpip.h was not compilable with both NO_SYS and LWIP_NE...
2007-11-22 fbernonMinor changes (typo and wrong defines names in sanity...
2007-11-21 goldsimonImplemented calculating the effective send-mss based...
2007-11-21 goldsimonFixed bug #20287: tcp_output_nagle sends too early...
2007-11-20 fbernonMinor changes in DNS client.
2007-11-20 goldsimonAdded return value comments to netconn_gethostbyname
2007-11-20 goldsimonAdopted lwip_gethostbyname and lwip_gethostbyname_r...
2007-11-20 goldsimonAdded function documentation to dns.c, removed function...
2007-11-19 fbernonapi_msg.c, dns.h, dns.c: Implement DNS_DOES_NAME_CHECK...
2007-11-18 fbernonFix DNS client TTL processing.
2007-11-18 fbernonMinor changes on DNS.
2007-11-18 fbernonfix DNS problem with pbuf chain.
2007-11-18 fbernonChanges on DNS client. Add multiples dns servers support.
2007-11-18 goldsimonAdded thread-safe function gethostbyname_r (as in glibc)
2007-11-18 fbernonMinor changes on DNS client. Coding style & add "respon...
2007-11-18 fbernonMinor changes on DNS client. Note that "compressed...
2007-11-18 fbernonMinor changes on DNS client.
2007-11-16 goldsimonDeleted old inet.c/inet6.c files
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-16 goldsimonTurned all hostname variables and parameters into ...
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-12 goldsimontcp_send_ctrl(): call tcp_enqueue with the new flag...
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 fbernonMinor change, add comment for "apiflags" parameters.
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-28 goldsimonAdded some explaining comments.
2007-10-24 fbernonapi.h, api_lib.c, api_msg.c: Add macro API_EVENT in...
2007-10-22 goldsimonRemoved check for conn->err for functions whose counter...
2007-10-22 goldsimonMinor coding style fixes, added comment
2007-10-16 fbernonMinor change (coding style, #if/#endif to include icmp...
2007-10-15 fbernonMinor change (define DHCP_COARSE_TIMER_MSECS - using...
2007-10-15 goldsimonIP_REASSEMBLY: send ICMP time exceeded when discarding...
2007-10-15 goldsimonIP_REASSEMBLY: Changed 'packet' to 'datagram' to match...
2007-10-15 goldsimonRemoved bug on memory failure introduced 3 months ago...
2007-10-12 fbernonMinor change (sanity check for MEMP_NUM_REASSDATA only...
2007-10-11 goldsimonAdded code to free the oldest packets if the IP_REASS_M...
2007-10-11 goldsimonAdded check that MEMP_NUM_REASSDATA is bigger than...
2007-10-11 goldsimonAdded description for MEMP_NUM_REASSDATA and changed...
2007-10-11 goldsimonGave the parameters of pbuf_cat() and pbuf_chain()...
2007-10-10 fbernonMinor fix (remove warning)
2007-10-10 fbernonUpdate documentation for the SNMP uptime timestamp.
2007-10-10 fbernonUpdate documentation for the SNMP uptime timestamp.
2007-10-09 fbernonAdd sanity checking on TCP_MAXRTX and TCP_SYNMAXRTX
2007-10-09 goldsimonForgot two explicit initializations...
2007-10-09 goldsimonChanged initialization: many init functions are not...
2007-10-09 goldsimonFixed UDPLite receive: checksum was calculated wrong...
2007-10-09 goldsimonAdded todo: free the oldest entry when the MEMP_REASSDA...
2007-10-09 goldsimonPreprocessor statements have to start at the beginning...
2007-10-09 goldsimonRemoved <warning: potential uninitialized reference to
2007-10-09 goldsimonTypo in chain_frag_into_packet_and_validate (but obviou...
2007-10-08 goldsimonRemoved type conversion warning in debug statement.
2007-10-08 goldsimonlfree was not updated in mem_realloc!
2007-10-08 fbernonMinor change (add a default value to tune for MEMP_NUM_...
2007-10-07 goldsimonFixed UDPLite SENDING: Checksum was always generated...
2007-10-07 fbernonMinor change (coding style)
2007-10-07 fbernonFix CHANGELOG entry
2007-10-07 fbernonsockets.c, api.h, api_lib.c: First step to fix "bug...
2007-10-07 goldsimonAdded check for overlapping or duplicate fragments...
2007-10-07 goldsimonCheck for TCP_SND_QUEUELEN overflow.
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-10-03 jiflSmall tweak: clarify use of link speed in comments...
2007-09-22 fbernonMinor changes for debug (indent, and set LWIP_DBG_TYPES...
2007-09-21 fbernonMinor change, sys_prot_t is undefined is NO_SYS=1
2007-09-21 jiflAdd further checking that MEMP_NUM_SYS_TIMEOUT is high...
2007-09-21 fbernonMinor changes by Andrew Dennison: add sanity check...
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-15 kleshovFix bug #21077: inaccuracy in calculation of lwip_stat...
2007-09-15 fbernonFix "bug #21075 : pbuf_realloc() use with PBUF_RAM...
2007-09-13 kleshovIndentation fix
2007-09-13 fbernonAvoid to lost previous error codes in sockets.c and...
2007-09-12 fbernonAdd a sanity check for PPP, and a #if !NO_SYS/#endif...
2007-09-12 fbernonAdd missing #if/#endif to fix build problems with:
2007-09-12 fbernonAdd missing #if/#endif to fix build problems
2007-09-10 fbernonenable to remove SNMP timer (which consumne several...
2007-09-10 jgrubbMake pbuf_alloc a bit easier to read (change parameter...
2007-09-10 jgrubbDHCP_DOES_ARP_CHECK is set to 1 by default -- the compi...
2007-09-10 fbernonRemove CVS keyword
2007-09-09 fbernonAdd missing include files.
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 fbernonAdd some deprecated options from "task #7142 : Sanity...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
next