]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/ipv4/lwip/inet.h
partially fixed bug #37585: IPv6 compatibility (in socket structs)
[pes-rpp/rpp-lwip.git] / src / include / ipv4 / lwip / inet.h
2013-06-29 Simon Goldschmidtpartially fixed bug #37585: IPv6 compatibility (in...
2010-05-22 goldsimonbug #27352: removed packing from ip_addr_t, the packed...
2010-02-08 goldsimonAdded reentrant versions of inet_ntoa/ipaddr_ntoa inet_...
2010-02-04 goldsimonReplaced struct ip_addr by typedef ip_addr_t to make...
2010-02-04 goldsimonUse macros defined in ip_addr.h (some of them new)...
2010-01-29 goldsimonCleanly separate the portability file inet.h and its...
2009-02-10 goldsimonMoved INADDR_* defines to inet.h; removing dependency...
2008-08-26 goldsimonfixed bug #24132: Cross-dependency between ip_addr...
2007-11-16 goldsimonMoved inet files into ipv4/ipv6 directory; splitted...
2007-10-07 goldsimonFixed UDPLite SENDING: Checksum was always generated...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-05-10 goldsimonIncluded patch #5448: include '#ifdef __cplusplus ...
2006-05-30 curtmcdUse isprint() instead of isascii() as it's more common
2006-03-29 christiaansAdded LWIP_PLATFORM_BYTESWAP optimalisation flag and...
2006-02-13 christiaansCode style fix, C++ into C comments.
2005-12-14 likewiseAdded Curt McDowell's platform-independent optimized...
2005-11-25 christiaansIntroduced cc.h formatters and removed SO_REUSE from...
2004-03-10 janifix inet_ntoa prototype to be standard, and fix ppp...
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2003-11-14 likewiseAn overriden merge from DEVEL to main was needed as...
2003-07-07 likewiseMade hton/ntoh argument name in prototypes match those...
2003-06-27 marcbouMerged from DEVEL.
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-06-02 janiinet_ntoa and inet_aton from Marc
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-10-19 likewiseInitial revision