summaryrefslogtreecommitdiff
path: root/src/api
AgeCommit message (Expand)Author
2020-05-01Add zts_errno to sockets.cJoseph Henry
2020-04-17Add address comparators for 6PLANE networks and fix an errno issueJoseph Henry
2019-02-18Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept()Dirk Ziegelmeier
2019-02-18Fix bug #55513: Uninitialized variable in struct netconnDirk Ziegelmeier
2018-11-08sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsgAxel Lin
2018-11-06Remove assertion about the end of pollfd arrayJoan Lledó
2018-10-17alloc_socket(): Check for LWIP_SOCKET_POLL when setting select-related variablesJoan Lledó
2018-08-07api_lib: fix NETCONN_MBOX_WAITING_DEC() for LWIP_NETCONN_FULLDUPLEXSimon Goldschmidt
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
2018-07-12sockets: Make socket_ipv4/ipv6_multicast_memberships array staticAxel Lin
2018-06-20fix compiling with LWIP_NOASSERT definedSimon Goldschmidt
2018-04-19fix compiling sockets.c for SYS_LIGHTWEIGHT_PROT==0goldsimon
2018-04-18LWIP_NETCONN_FULLDUPLEX: unblock rx threads on closegoldsimon
2018-04-18sockets: change closing: netconn is freed when socket is closed, not beforegoldsimon
2018-04-18LWIP_NETCONN_FULLDUPLEX: prevent taking recursive sys arch lockgoldsimon
2018-04-06netconn_accept: reduce number of ifdefsgoldsimon
2018-03-11api_lib: Remove superfluous #if LWIP_TCP in netconn_recv_data_tcpAxel Lin
2018-02-28tcpip_thread: TCPIP_MSG_INPKT: free input pbufs if the input function returns...goldsimon
2018-02-13Try to fix issues reported by coveritygoldsimon
2018-02-05sockets: remove ERR_CLSD case after data receiveJoel Cunningham
2018-02-04socket/netconn recv: FIN should only be reported oncegoldsimon
2018-02-01sockets: add hooks to implement additional socket optionsgoldsimon
2018-01-27fix bug #52976: lwip_ioctl() FIONREAD crashgoldsimon
2018-01-16sockets: add core lock assert to select_check_waitersJoel Cunningham
2018-01-12tcpip_thread_poll_one: remove invalid comment in this functiongoldsimon
2018-01-11tcpip: give the tcpip_thread mbox a better namegoldsimon
2018-01-11move sys_timeouts_mbox_fetch() to tcpip_timeouts_mbox_fetch()goldsimon
2018-01-05Added sys_mbox_trypost_fromisr() and tcpip_callbackmsg_trycallback_fromisr()goldsimon
2018-01-04Rename tcpip_trycallback() tcpip_callbackmsg_trycallback() to avoid confusion...Dirk Ziegelmeier
2018-01-03sockets: Simplify #if !LWIP_TCPIP_CORE_LOCKING guard in select_check_waitersAxel Lin
2018-01-02tcpip: ensure core is locked for init done functionJoel Cunningham
2018-01-02timers: rework the core locking around timers (bug #52719)Our Air Quality
2018-01-02Start working on task #14780: Add debug helper asserts to ensure threading/lo...Dirk Ziegelmeier
2017-12-24Use pbuf_clone to replace pbuf_alloc+pbuf_copyAxel Lin
2017-12-18Fix bug #52686 (pointer 'to' checked for NULL in lwip_sendto() may be derefer...goldsimon
2017-11-23sockets.c: use udp_is_flag_set() instead of udp_flags()Axel Lin
2017-11-20Revert "socket/netconn recv: FIN should only be reported once (as '0' for soc...Joel Cunningham
2017-11-20netconn: Add LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE (patch #9427)Joel Cunningham
2017-11-19sockets: prevent nested SYS_ARCH_PROTECT() for LWIP_NETCONN_FULLDUPLEX==1goldsimon
2017-11-18Fix broken MSG_PEEK on TCP sockets (post-2.0.3 bug)goldsimon
2017-11-17socket/netconn recv: FIN should only be reported once (as '0' for sockets, as...goldsimon
2017-11-17sockets.c: Don't rely on #defines in socket.h to be in sync with ip.hDirk Ziegelmeier
2017-11-16netifapi: add thread safe ARP APIs (task #14724)Joel Cunningham
2017-11-15fixed bug #52403: netconn: FIN may be sent instead of RST when TCP netconn is...goldsimon
2017-10-29docs: replace old reference to TCPIP_APIMSG with netconn_apimsgJoel Cunningham
2017-10-23sockets: fix missing break regression in event_callbackJoel Cunningham
2017-10-23Revert "Fix two bad "fall-through" code"Joel Cunningham
2017-10-22Fix two bad "fall-through" codeDirk Ziegelmeier
2017-10-20Move API description text from rawapi.txt to doxygen docsDirk Ziegelmeier