summaryrefslogtreecommitdiff
path: root/src/api/api_msg.c
AgeCommit message (Expand)Author
2019-02-18Fix bug #55513: Uninitialized variable in struct netconnDirk Ziegelmeier
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-06-20fix compiling with LWIP_NOASSERT definedSimon Goldschmidt
2018-04-18LWIP_NETCONN_FULLDUPLEX: unblock rx threads on closegoldsimon
2018-04-18sockets: change closing: netconn is freed when socket is closed, not beforegoldsimon
2017-12-24Use pbuf_clone to replace pbuf_alloc+pbuf_copyAxel Lin
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-09-17Reformat api_msg.c using astylercDirk Ziegelmeier
2017-08-24api_msg: Remove superfluous NETIF_NO_INDEX checkingAxel Lin
2017-08-21Add netconn_join_leave_group_netif() that takes netif index as argumentDirk Ziegelmeier
2017-08-01docs: update remaining api_msg_msg referencesJoel Cunningham
2017-07-05work on -Wconversion...goldsimon
2017-06-20netconn: switch gethostbyname to use tcpip_send_msg_wait_sem (task #14523)Joel Cunningham
2017-05-31Map {tcp, udp, raw}_bind_netif() functions to netconn APIDirk Ziegelmeier
2017-04-25sockets: task #14247, add CMSG and IP_PKTINFOJoel Cunningham
2017-04-20lwip_netconn_do_close_internal: 'close' -> 'shut_close': don't override globa...goldsimon
2017-04-20netconn_tcp_recvd: take size_t, not u32_tgoldsimon
2017-04-19Try to fix compile without TCP (reported by Axel Lin)Dirk Ziegelmeier
2017-04-18netconn_drain(): use lwip_netconn_is_err_msg() on acceptmbox, too.goldsimon
2017-04-18api_msg: Use lwip_netconn_is_err_msg instead of NULL test in netconn_drain()Axel Lin
2017-04-12netconn/sockets: remove fatal error handling, fix asynchronous error handling...goldsimon
2017-03-22api_msg:accept_function(): fix typogoldsimon
2017-03-22Possible null-pointer dereferenceMikhail Lappo
2017-03-22Apply [patch #9287] Possible null-pointer dereference from Mikhail Lappo in a...Dirk Ziegelmeier
2017-03-04do_writemore: fix blocking bugJoel Cunningham
2017-03-02Vectorize netconn_write for TCPJoel Cunningham
2017-02-24lwip_netconn_do_writemore() cleanupsJoel Cunningham
2017-02-17Move write_offset from struct netconn to struct api_msgJoel Cunningham
2017-02-16LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274)sg
2017-01-11Minor correction to last patch: Avoid #including socket.h in api_msg.cDirk Ziegelmeier
2017-01-11lwip: fix broken default ICMPv6 handling of checksums.Knut Andre Tidemann
2016-12-31added function tcp_listen_with_backlog_and_err() to get the error reason when...sg
2016-11-23bug #49684, api_msg: treat non-blocking ERR_MEM as ERR_WOULDBLOCKJoel Cunningham
2016-11-17Once more: Try fix compile with clangDirk Ziegelmeier
2016-11-17Try to fix compile error with clang (found by Erik's Travis-CI)Dirk Ziegelmeier
2016-11-16Work on dual-stack netconnDirk Ziegelmeier
2016-11-16Cleanup unmap_ipv6_mapped_ipv4() macroDirk Ziegelmeier
2016-11-16api_msg.c: Partly add support for IPv6 mapped IPv4 addressesDirk Ziegelmeier
2016-10-14api_msg.c: Trivial code cleanupAxel Lin
2016-10-09Make lwIP compile with clang -Wdocumentation -> several documentation fixesDirk Ziegelmeier
2016-10-04Correctly fix bug #49209: netconn_drain() fails to handle 'netconn_aborted' p...goldsimon
2016-10-04Revert "Fixed bug #49209: netconn_drain() fails to handle 'netconn_aborted' p...goldsimon
2016-09-28Fixed bug #49209: netconn_drain() fails to handle 'netconn_aborted' pointergoldsimon
2016-05-23Fix several doxygen errors all over the codeDirk Ziegelmeier
2016-04-05fixed bug# 43739 (Accept not reporting errors about aborted connections): net...sg
2016-03-25Fixed possible problems with tcp_backlog_delayed/tcp_backlog_acceptedsg
2016-03-23call accept-callback with ERR_MEM when allocating a pcb fails on passive open...sg
2016-03-22tcp: changed accept handling to be done internally: the application does not ...sg