]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/history - src/include/lwip/err.h
partially fixed bug #37585: IPv6 compatibility (in socket structs)
[pes-rpp/rpp-lwip.git] / src / include / lwip / err.h
2011-03-14 goldsimonfixed bug #31748 (Calling non-blocking connect more...
2010-12-02 goldsimonFixed ERR_IS_FATAL so that ERR_WOULDBLOCK is not fatal.
2010-03-20 goldsimonCorrected spelling of ERR_WOULDBLOCK (D was missing)
2010-02-13 goldsimonAdd a new err_t, ERR_WOULDBLOCK in preparation for...
2010-02-08 goldsimonMinor: removed one space
2010-01-29 goldsimonAdd non-blocking support for connect (partly from patch...
2008-06-17 goldsimonpatch #6459: Made err_t overridable to use a more effic...
2008-05-09 jifl * err.h, err.c, sockets.c: Fix bug #23119: Reorder...
2007-12-13 fbernonapi_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: repla...
2007-11-27 fbernonFix macro ERR_IS_FATAL (else, no error is fatal).
2007-11-27 goldsimonChanged error handling: ERR_MEM, ERR_BUF and ERR_RTE...
2007-09-06 fbernonseveral-files: replace some #include "arch/cc.h" by...
2007-05-10 goldsimonIncluded patch #5448: include '#ifdef __cplusplus ...
2007-03-06 fbernonImplement SO_RCVTIMEO on UDP sockets/netconn.
2007-03-06 goldsimonfixed compiler warning "initialization dircards qualifi...
2004-03-11 likewiseMake udp_disconnect() clear its remote address association.
2004-02-07 likewiseUpdated some copyright notices to include 2004 (a few...
2003-02-21 janibyte-order handling functions are in inet.c now and...
2003-02-20 janimake netif->init return err_t instead of void.Patch...
2003-01-08 likewiseUpdated lwIP module copyright years to include 2003...
2002-10-19 likewiseInitial revision