16 Commits (acbdf63a480bb92b44cea2176acb35a60464ea43)

Author SHA1 Message Date
Simon Goldschmidt 3c40d93f36 fixed bug #43110 (call getpeername() before listen() will cause a error) by re-sorting the error numbers and letting listen() continue on ERR_CONN 12 years ago
goldsimon 7203680146 fixed bug #31748 (Calling non-blocking connect more than once can render a socket useless) since it mainly involves changing "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal. 15 years ago
goldsimon 49c6ce3703 Add a new err_t, ERR_WOULDBLOCK in preparation for non-blocking send 16 years ago
goldsimon e58f4c567a Add non-blocking support for connect (partly from patch #6860) plus many cleanups in socket & netconn API 16 years ago
jifl a3bc6cd666 * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code to 18 years ago
fbernon 2b54da5070 api_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: replace "enum dns_result" by err_t type. Add a new err_t code "ERR_INPROGRESS". 19 years ago
fbernon 1dd1064051 Fix err_stderr[] table with new err.h defines. 19 years ago
fbernon 9152d6671c Comments Fix for Doxygen documentation 19 years ago
goldsimon 1db9013bc4 Done some work on task #1549 (function documentation) 19 years ago
fbernon fdcb87db19 Implement LWIP_SO_RCVTIMEO configuration option to enable/disable SO_RCVTIMEO on UDP sockets/netconn. 19 years ago
goldsimon 7115975212 fixed compiler warning "initialization dircards qualifiers from pointer target type" 19 years ago
likewise e1c4bfad05 Merged from DEVEL, except for the API change in etharp.c. 22 years ago
likewise e4a6d199fe Merged from DEVEL into main tree. 23 years ago
likewise df99ce9d98 Replaced all tabs with two spaces (regardless of indentation is correct). 23 years ago
likewise cc4df7100d Updated lwIP module copyright years to include 2003. Committers must check theirs. 24 years ago
likewise f06e955072 Initial revision 24 years ago