]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/shortlog
pes-rpp/rpp-lwip.git
2010-02-20 goldsimonAdded UPGRADING doc file that should help to upgrade...
2010-02-19 goldsimonRenamed mem_realloc() to mem_trim() to prevent confusio...
2010-02-16 goldsimonAdd matching comment to #endif
2010-02-16 goldsimonBug #28917: don't increase error counters for icmp...
2010-02-16 goldsimontcp_seg(s)_free: remove return value, noone uses it
2010-02-16 goldsimonAdded missing cast; added more debug output
2010-02-16 goldsimonAdded missing casts
2010-02-15 goldsimonLink status does not depend on LWIP_NETIF_LINK_CALLBACK...
2010-02-14 goldsimonFixed bug #28877 (Duplicate ARP gratuitous packet with...
2010-02-14 goldsimonDisable ETHARP_TRUST_IP_MAC by default since it slows...
2010-02-14 goldsimonFixed ARP input processing: only add a new entry if...
2010-02-14 goldsimonFixed bug #28183 (ARP and TCP/IP cannot be disabled...
2010-02-14 goldsimonDocumented the use of netif flags
2010-02-14 goldsimonRevert my last changes and remove structure packing...
2010-02-14 goldsimonUse pointers instead of using SMEMCPY
2010-02-14 goldsimonMinor speedups: use ip_addr_copy, use SMEMCPY, use...
2010-02-14 goldsimonUse new macro ip_addr_copy where applicable
2010-02-14 goldsimonImproved some defines working on ip addresses, added...
2010-02-14 goldsimonfixed compilation for LWIp_SNMP && PPP_INPROC_MULTITHREADED
2010-02-14 goldsimonstruct ip_hdr: split u16_t _ttl_proto to u8_t _ttl...
2010-02-14 goldsimonFixed compiler warnings for checksum algorithms 2 and 3
2010-02-14 goldsimonUse checksum algorithm 2 as default as it should be...
2010-02-13 goldsimonAdded stats for mutexes
2010-02-13 goldsimonFixed old comments
2010-02-13 goldsimontask #7865 (implement non-blocking send operation)
2010-02-13 goldsimonAdd a new err_t, ERR_WOULDBLOCK in preparation for...
2010-02-13 goldsimonFixed compilation for LWIP_DNS==1 after changing sys...
2010-02-13 goldsimonFixed compilation with LWIP_DNS==1 after changing sys...
2010-02-13 goldsimonDon't use C++ reserved keyword 'class'
2010-02-13 goldsimonFixed compilation for LWIP_SO_RCVBUF==0
2010-02-12 goldsimonAdded a minimal version of posix fctl() to have a stand...
2010-02-12 goldsimonFixed indentation
2010-02-12 goldsimonnetif_set_link_up/down: only do something if the link...
2010-02-12 goldsimontask #10139 (Prefer statically allocated memory): added...
2010-02-12 goldsimonpatch #6865: use so_options SOF_REUSEADDR instead of...
2010-02-12 goldsimonCode layout: splitted long line
2010-02-12 goldsimonFixed comment to our flag names
2010-02-12 goldsimonpatch #6865 (SO_REUSEADDR for TCP): if tcp_pcb.flags...
2010-02-12 goldsimonFixed bug #28865 (Cannot close socket/netconn in non...
2010-02-12 goldsimonAdded comment about mem_realloc() vs. realloc()
2010-02-12 goldsimonFixed compilation for NO_SYS==1
2010-02-12 goldsimontask #10139 (Prefer statically allocated memory): conve...
2010-02-12 goldsimonstruct netconn.socket is only used with LWIP_SOCKET...
2010-02-12 goldsimonUse braces for if blocks
2010-02-12 goldsimonFixed bug #28866 (mem_realloc function defined in mem.h)
2010-02-10 goldsimonFixed a compiler warning (comparison between signed...
2010-02-10 goldsimonRemoved invalid assert (always true)
2010-02-10 goldsimonFixed wrong printf formatter
2010-02-09 goldsimonRemoved sys_sem_wait_timeout, added comments to the...
2010-02-09 goldsimonUse sys_arch_sem_wait instead of sys_sem_wait_timeout...
2010-02-09 goldsimonFixed bug #22110 (recv() makes receive window update...
2010-02-09 goldsimonAnother fix for bug #28853 (recv returns 0 on recv...
2010-02-09 goldsimonFixed bug #28853 (lwip_recvfrom() returns 0 on receive...
2010-02-09 goldsimonMerge 3 u8_t for netconn-internal status into one u8_t...
2010-02-09 goldsimontask #10154 (PPP: Update snmp in/out counters for tx...
2010-02-09 goldsimonAdded function sys_restart_timeouts() from patch #7085...
2010-02-09 goldsimonFixed compilation for NO_SYS==1
2010-02-09 goldsimonFor loopback packets, adjust the stats- and snmp-counte...
2010-02-09 goldsimonFixed unit tests after changing struct ip_addr to ip_addr_t
2010-02-09 goldsimontask #10153 (Integrate loopif into netif.c) - loopif...
2010-02-09 goldsimonFixed copying multiple IP addresses from options (e...
2010-02-09 goldsimonMinor: Fixed indentation after changing struct ip_addr...
2010-02-09 goldsimonFixed a missing cast warning
2010-02-08 goldsimonAdded reentrant versions of inet_ntoa/ipaddr_ntoa inet_...
2010-02-08 goldsimonInternalize another function; use the supplied max_resp...
2010-02-08 goldsimonMoved most defines from igmp.h to igmp.c for clarity...
2010-02-08 goldsimonadded netif_s/get_igmp_mac_filter() macros
2010-02-08 goldsimonImproved IGMP stats (patch from bug #28798)
2010-02-08 goldsimonFixed bug #28798 (Error in "Max Response Time" processi...
2010-02-08 goldsimonReduced the time SYS_ARCH_PROTECT is protecting the...
2010-02-08 goldsimonAdded yet another IP-address-modifying define, ip_addr_...
2010-02-08 goldsimonMinor: source code layout
2010-02-08 goldsimonMinor: removed one space
2010-02-08 goldsimonMinot: Fixed comments and code style
2010-02-08 goldsimonFixed bug #28818 (New connection probably not marked...
2010-02-08 goldsimonFixed macro ip_addr_set_loopback(): htonl was missing...
2010-02-08 goldsimonFixed compiler warnings
2010-02-05 goldsimonCorrectly initialize netif flags in pppifNetifInit
2010-02-05 goldsimonAdded function-like macros to get/set the hostname...
2010-02-05 goldsimonFixed another compiler warning (missing cast)
2010-02-05 goldsimonAdded missing casts to suppress compiler warnings ...
2010-02-05 goldsimonUse macros to compare IP addresses
2010-02-05 goldsimonAdded missing casts to suppress compiler warnings
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-02-04 goldsimonAccidentally changed the member name of struct ip_addr...
2010-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-02-04 goldsimonAdded an own debug-print option for timers.c (used...
2010-02-02 goldsimonFixed compiler warnings when MEM_SIZE < 64000
2010-02-02 goldsimonFix handling of zero-padding and parse file before...
2010-02-02 goldsimonFixed an error in dhcp_free_request() from dhcp_inform()
2010-02-01 goldsimonLet netdb use a memp pool for allocating memory when...
2010-02-01 goldsimonPrevent mem_free (leave struct dhcp allocated on dhcp_s...
2010-02-01 goldsimonPrevent mem_malloc in dhcp_inform, fix check for subnet...
2010-01-31 goldsimonDon't parse broadcast option, we don't use it anyway...
2010-01-31 goldsimonReworked the code that parses DHCP options: parse them...
2010-01-31 goldsimonDon't call the link-callback from netif_set_up/down...
2010-01-30 goldsimonUpdated comment about recv_bufsize
2010-01-30 goldsimonUse SYS_LIGHTWEIGHT_PROT instead of a semaphore to...
2010-01-30 goldsimonMoved freeing a socket to its own function (free_socket...
2010-01-29 goldsimonAdded except set support in select (patch #6860)
next