summaryrefslogtreecommitdiff
path: root/src/api/err.c
AgeCommit message (Expand)Author
2018-07-18Revert "Test / RFC: Reformat a few files using clang-format"Dirk Ziegelmeier
2018-07-17Test / RFC: Reformat a few files using clang-formatDirk Ziegelmeier
2017-09-17Reformat err.c using astylercDirk Ziegelmeier
2016-12-01Minor code layout cleanup in err.c and errno.hDirk Ziegelmeier
2016-10-07Try to fix !defined(LWIP_PROVIDE_ERRNO)goldsimon
2016-10-07err: Fixup error code range checking in err_to_errnoAxel Lin
2016-10-06One more compile fix in err.cDirk Ziegelmeier
2016-10-06Try to fix unix build after Simon's errno changes (need sys_arch.h)Dirk Ziegelmeier
2016-10-06bug #48823: posix errors should be removed from arch.h (to new file 'lwip/err...goldsimon
2016-03-06fixed typo in one of the last commitssg
2016-03-05ERR_IF is not necessarily a fatal error (fixes bug #46338: UDP netconns block...sg
2015-10-06minor/coding style: removed spaces before line ending (from file header)sg
2015-10-06minor/coding style: removed spaces before line endingsg
2015-07-27err, debug: add missing ERR_ALREADY to lwip_strerr()Erik Ekman
2014-09-02fixed bug #43110 (call getpeername() before listen() will cause a error) by r...Simon Goldschmidt
2011-03-14fixed bug #31748 (Calling non-blocking connect more than once can render a so...goldsimon
2010-02-13Add a new err_t, ERR_WOULDBLOCK in preparation for non-blocking sendgoldsimon
2010-01-29Add non-blocking support for connect (partly from patch #6860) plus many clea...goldsimon
2008-05-09 * err.h, err.c, sockets.c: Fix bug #23119: Reorder timeout error code tojifl
2007-12-13api_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: replace "enum dns_result" b...fbernon
2007-12-12Fix err_stderr[] table with new err.h defines.fbernon
2007-08-09Comments Fix for Doxygen documentationfbernon
2007-06-16Done some work on task #1549 (function documentation)goldsimon
2007-03-08Implement LWIP_SO_RCVTIMEO configuration option to enable/disable SO_RCVTIMEO...fbernon
2007-03-06fixed compiler warning "initialization dircards qualifiers from pointer targe...goldsimon
2004-02-07Merged from DEVEL, except for the API change in etharp.c.likewise
2003-11-14Merged from DEVEL into main tree.likewise
2003-06-09Replaced all tabs with two spaces (regardless of indentation is correct).likewise
2003-01-08Updated lwIP module copyright years to include 2003. Committers must check th...likewise
2002-10-19Initial revisionlikewise