4971 Commits (d3fc3985806a97b15e363276c33c19bc50a10f24)
 

Author SHA1 Message Date
David van Moolenbroek d3fc398580 arp/ndp: allow overriding the decision to copy pbufs 9 years ago
Dirk Ziegelmeier 27c835aa56 Remove netif_invoke_ext_callback() from doxygen docs, it is intended for internal use only 9 years ago
Dirk Ziegelmeier e4b356f08c Add netif extended callback to doxygen docs 9 years ago
Dirk Ziegelmeier 01f9a04e4a Add pbuf_get_contiguous() to doxygen docs 9 years ago
Dirk Ziegelmeier 9ab2eefc37 Fix documentation in sockets.c 9 years ago
Dirk Ziegelmeier 08931b33c1 Fix documentation on pbuf_get_contiguous() 9 years ago
Joel Cunningham 36b9a45c3b netconn_write_partly cleanups 9 years ago
Joel Cunningham 36fa1a97d4 lwip_netconn_do_writemore() cleanups 9 years ago
goldsimon 0da9cf70ea Added pbuf_get_contiguous() to get data in one piece (either zero copy from pbuf or memcpied into a supplied buffer) 9 years ago
goldsimon a38e937dd6 fixed close race conditions in lwip_select (for LWIP_NETCONN_FULLDUPLEX) 9 years ago
goldsimon f4d13d52d3 fixed get_socket, fixed LWIP_SOCKET_OFFSET != 0 9 years ago
goldsimon 8bb43e7388 Added a few missing calls to done_socket() 9 years ago
goldsimon 6786c9f143 Start working on bug #44032: added sock->fd_used that is != 0 when at least one thread is using a socket 9 years ago
goldsimon 9afe10e23d make get_socket use tryget_socket, added tryget_socket_unconn in preparation of properly fixing bug #44032 9 years ago
goldsimon f1f6050ad7 minor: comment, whitespace 9 years ago
goldsimon d73e225519 lwip_select: check for correct 'maxfdp1' parameter range 9 years ago
goldsimon 3107d4a0fa fixed that select ignored invalid/not open sockets in the fd_sets (bug #50392) 9 years ago
goldsimon 01cc06bcb8 netif_add: ensure netif->num is unique even if more than 255 netifs have been added/removed since system startup (e.g. by ppp) 9 years ago
goldsimon 76763c9bcd pbuf_ref: assert-check for 'ref' overflow 9 years ago
Dirk Ziegelmeier e94e2da3ec opt.h: Set LWIP_PBUF_REF_T back to u8_t, s8_t has no advantage any more after reverting last commit 9 years ago
Dirk Ziegelmeier 2cf3bbddd4 pbuf_free: Use correct type LWIP_PBUF_REF_T for local variable 9 years ago
Dirk Ziegelmeier 0f6d8ccd90 Revert "Improve pbuf refcount underflow check by checking the local variable on the stack that was assigned in a protected region" 9 years ago
Dirk Ziegelmeier 62c44138da Improve pbuf refcount underflow check by checking the local variable on the stack that was assigned in a protected region 9 years ago
Dirk Ziegelmeier 0a7734cf64 Preparation for task #14369: Define ways to work with a netif having multiple ports 9 years ago
Dirk Ziegelmeier 0eeb10d4bb Preparation for task #14369: Define ways to work with a netif having multiple ports 9 years ago
Dirk Ziegelmeier 2e1b12d09f Make pbuf refcount type an LWIP option and #define it to s8_t (to be able to check for underflow!) 9 years ago
goldsimon 5c55978f10 Revert "Added LWIP_SOCKERR_T to adapt the size of sock->err to what is needed." 9 years ago
goldsimon 5d6c9ce77b Added LWIP_SOCKERR_T to adapt the size of sock->err to what is needed. 9 years ago
goldsimon d1049511cc post-fixups for patch #9262: fix SO_ERROR, fix !LWIP_TCPIP_CORE_LOCKING 9 years ago
Joan Lledó 703a22fae5 Support for 32bit errno codes 9 years ago
sg ff3fe1f489 Fixed bug #50231 (nd6: several option size related issues in Router Advertisement message processing) 9 years ago
Joel Cunningham 4c76fd500c Move write_offset from struct netconn to struct api_msg 9 years ago
goldsimon deaa6e9406 Improved DNS_LOCAL_HOSTLIST interface (bug #50325) 9 years ago
goldsimon 19d63e6aa0 Fix portable initialization of non-dynamic DNS_LOCAL_HOSTLIST 9 years ago
sg 6dca664217 LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274) 9 years ago
Dirk Ziegelmeier d7b51b5906 MDNS: Fix accessing wrong union member in netif ext callback 9 years ago
Dirk Ziegelmeier 3c9e05a6d9 Minor: Fix documentation in netif.h 9 years ago
Dirk Ziegelmeier 498913b982 Third draft of task #14283: Add more detailed status callback 9 years ago
Dirk Ziegelmeier 35e148e26d MDNS: Use new netif callback, now does not need mdns_resp_netif_settings_changed() calls from user any more when LWIP_NETIF_EXT_STATUS_CALLBACK is enabled 9 years ago
Dirk Ziegelmeier 454927151d Continue working on ext netif callback 9 years ago
Dirk Ziegelmeier d46d8bcda2 Add some asserts to netif callback functions 9 years ago
Dirk Ziegelmeier 4434762a08 Some minor documentation fixes 9 years ago
Dirk Ziegelmeier bbedb35bf3 Fix name clash between typedef and struct definition. 9 years ago
Dirk Ziegelmeier f4f204b850 Implement a better way to initialize all fields in ip address than using memset() (better fix than my last commit) 9 years ago
Dirk Ziegelmeier feba38a1f4 Fix unportable struct initializer I introcduced while working on task #14283: Add more detailed status callback 9 years ago
Dirk Ziegelmeier 1b2c8974b8 Forgot to adapt #define in my last commit 9 years ago
Dirk Ziegelmeier 8025b85694 Second draft of task #14283: Add more detailed status callback 9 years ago
Joel Cunningham b2beb42c14 Remove forward declaration of struct lwip_sock 9 years ago
Dirk Ziegelmeier 7dd21e93c4 Fix my last commits (unused variable warning) 9 years ago
Dirk Ziegelmeier 3c1713406e Work on task #14283: Add more detailed status callback 9 years ago