]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/sockets.h
partially fixed bug #37585: IPv6 compatibility (in socket structs)
[pes-rpp/rpp-lwip.git] / src / include / lwip / sockets.h
2013-06-29 Simon Goldschmidtpartially fixed bug #37585: IPv6 compatibility (in...
2012-08-13 goldsimonMerge branch 'master' of git.sv.gnu.org:/srv/git/lwip
2012-07-03 James SmithApplied patch by James Smith to implement IPV6_V6ONLY...
2011-10-18 goldsimonfixed bug #34580 fcntl() is missing in LWIP_COMPAT_SOCKETS
2011-08-24 Simon Goldschmidtfixed bug #34057 socklen_t should be a typedef
2011-05-25 goldsimonCombined IPv4 and IPv6 code where possible, added defin...
2011-05-17 goldsimon... and finally, we got a first working version of...
2010-11-20 goldsimonFixed bug #31304: Changed SHUT_RD, SHUT_WR and SHUT_RDW...
2010-10-20 goldsimonFixed bug #31385: sizeof(struct sockaddr) is 30 but...
2010-06-24 goldsimonFixed bug #10088: Correctly implemented shutdown at...
2010-05-12 goldsimonSO_REUSEADDR / SO_REUSE is implemented and safe to use
2010-03-13 goldsimonReverted the change in struct sockaddr since it wasn...
2010-03-10 goldsimonUse a union to let struct sockaddr have the same alignm...
2010-02-12 goldsimonAdded a minimal version of posix fctl() to have a stand...
2010-01-29 goldsimonAdd non-blocking support for connect (partly from patch...
2009-07-27 kieranmAdd missing #include directives
2009-04-29 fbernonraw.c, udp.c, init.c, opt.h, ip.h, sockets.h: bug ...
2009-02-16 goldsimonfixed arguments of socket functions to match the standa...
2009-02-10 goldsimonMoved INADDR_* defines to inet.h; removing dependency...
2008-04-26 fbernonsockets.h: minor changes, add comments for ToS options
2007-12-02 goldsimonfix bug #21654: exclude definition of struct timeval...
2007-11-24 goldsimonAdded some documentation (mainly what is unimplemented...
2007-11-24 goldsimonMoved lwip_gethostbyname from sockets.c to the new...
2007-11-18 goldsimonAdded thread-safe function gethostbyname_r (as in glibc)
2007-11-18 fbernonMinor changes on DNS client.
2007-11-16 goldsimonAdded sequential (socket API) function gethostbyname...
2007-11-01 fbernonsockets.h, sockets.c, api.h, api_lib.c, api_msg.h,...
2007-09-07 fbernonMinor changes (but in lot of files): add #if/#endif...
2007-09-05 fbernonMinor fix (add some parenthesis where macro expansion...
2007-09-04 fbernonFix warnings inside sockets.c with "gcc" compilers...
2007-06-30 fbernonsockets.h, sockets.c: Implement MSG_PEEK flag for recv...
2007-06-17 goldsimonImplemented socket options SO_NO_CHECK for UDP sockets...
2007-06-11 goldsimonAdded UDP lite support for sockets
2007-05-17 goldsimonAdded comments whether fields are host or network byte...
2007-05-14 fbernonInclude inet.h to avoid warnings (see http://savannah...
2007-05-13 goldsimonFixed bug from patch #5865 by moving the defines for...
2007-05-10 goldsimonIncluded patch #5448: include '#ifdef __cplusplus ...
2007-04-17 jifl * sockets.h: FD_SETSIZE needs to match number of...
2007-04-11 kieranmApply patch #5745: Fix "Constant is long" warnings...
2007-03-11 fbernonNew configuration option LWIP_IGMP to enable IGMP proce...
2007-03-11 goldsimonFixed bug #19251 (missing `const' qualifier in socket...
2007-03-06 fbernonImplement SO_RCVTIMEO on UDP sockets/netconn.
2007-03-05 fbernonopt.h, sockets.h: add new configuration options (LWIP_P...
2007-02-26 jifl * sockets.h, sockets.c: Move socket initialization...
2004-07-04 likewiseLWIP_TIMEVAL_PRIVATE must be defined in architecture...
2004-03-26 janido not export struct timeval to external users of socke...
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2003-11-14 likewiseMerged from DEVEL into main tree.
2003-06-09 likewiseReplaced all tabs with two spaces (regardless of indent...
2003-06-02 janiinet_ntoa and inet_aton from Marc
2003-04-22 janiadd definitions for PF_UNSPEC and IPPROTO_IP
2003-03-03 janisocket functions use socklen_t, patch from floriZ.Also...
2003-02-24 janicleaned up opt.h a bit, added more option defaults...
2003-02-17 janimove FD_SET defines to sockets.h from arch.h .Last...
2003-02-06 davidhaasAdd the following features and bugfixes:
2003-01-22 janiFix udp_bind to allow rebind for same socket (yesterday...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-10-19 likewiseInitial revision