index
:
mesalab_git/zhangyang/lwip.git
dev_zy
master
Repository for zhangyang/lwip
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
api_msg.c
Age
Commit message (
Expand
)
Author
2019-02-18
Fix bug #55513: Uninitialized variable in struct netconn
Dirk Ziegelmeier
2018-07-18
Revert "Test / RFC: Reformat a few files using clang-format"
Dirk Ziegelmeier
2018-07-17
Test / RFC: Reformat a few files using clang-format
Dirk Ziegelmeier
2018-06-20
fix compiling with LWIP_NOASSERT defined
Simon Goldschmidt
2018-04-18
LWIP_NETCONN_FULLDUPLEX: unblock rx threads on close
goldsimon
2018-04-18
sockets: change closing: netconn is freed when socket is closed, not before
goldsimon
2017-12-24
Use pbuf_clone to replace pbuf_alloc+pbuf_copy
Axel Lin
2017-11-15
fixed bug #52403: netconn: FIN may be sent instead of RST when TCP netconn is...
goldsimon
2017-10-29
docs: replace old reference to TCPIP_APIMSG with netconn_apimsg
Joel Cunningham
2017-09-17
Reformat api_msg.c using astylerc
Dirk Ziegelmeier
2017-08-24
api_msg: Remove superfluous NETIF_NO_INDEX checking
Axel Lin
2017-08-21
Add netconn_join_leave_group_netif() that takes netif index as argument
Dirk Ziegelmeier
2017-08-01
docs: update remaining api_msg_msg references
Joel Cunningham
2017-07-05
work on -Wconversion...
goldsimon
2017-06-20
netconn: switch gethostbyname to use tcpip_send_msg_wait_sem (task #14523)
Joel Cunningham
2017-05-31
Map {tcp, udp, raw}_bind_netif() functions to netconn API
Dirk Ziegelmeier
2017-04-25
sockets: task #14247, add CMSG and IP_PKTINFO
Joel Cunningham
2017-04-20
lwip_netconn_do_close_internal: 'close' -> 'shut_close': don't override globa...
goldsimon
2017-04-20
netconn_tcp_recvd: take size_t, not u32_t
goldsimon
2017-04-19
Try to fix compile without TCP (reported by Axel Lin)
Dirk Ziegelmeier
2017-04-18
netconn_drain(): use lwip_netconn_is_err_msg() on acceptmbox, too.
goldsimon
2017-04-18
api_msg: Use lwip_netconn_is_err_msg instead of NULL test in netconn_drain()
Axel Lin
2017-04-12
netconn/sockets: remove fatal error handling, fix asynchronous error handling...
goldsimon
2017-03-22
api_msg:accept_function(): fix typo
goldsimon
2017-03-22
Possible null-pointer dereference
Mikhail Lappo
2017-03-22
Apply [patch #9287] Possible null-pointer dereference from Mikhail Lappo in a...
Dirk Ziegelmeier
2017-03-04
do_writemore: fix blocking bug
Joel Cunningham
2017-03-02
Vectorize netconn_write for TCP
Joel Cunningham
2017-02-24
lwip_netconn_do_writemore() cleanups
Joel Cunningham
2017-02-17
Move write_offset from struct netconn to struct api_msg
Joel Cunningham
2017-02-16
LWIP_NETCONN_FULLDUPLEX: fixed shutdown during write (bug #50274)
sg
2017-01-11
Minor correction to last patch: Avoid #including socket.h in api_msg.c
Dirk Ziegelmeier
2017-01-11
lwip: fix broken default ICMPv6 handling of checksums.
Knut Andre Tidemann
2016-12-31
added function tcp_listen_with_backlog_and_err() to get the error reason when...
sg
2016-11-23
bug #49684, api_msg: treat non-blocking ERR_MEM as ERR_WOULDBLOCK
Joel Cunningham
2016-11-17
Once more: Try fix compile with clang
Dirk Ziegelmeier
2016-11-17
Try to fix compile error with clang (found by Erik's Travis-CI)
Dirk Ziegelmeier
2016-11-16
Work on dual-stack netconn
Dirk Ziegelmeier
2016-11-16
Cleanup unmap_ipv6_mapped_ipv4() macro
Dirk Ziegelmeier
2016-11-16
api_msg.c: Partly add support for IPv6 mapped IPv4 addresses
Dirk Ziegelmeier
2016-10-14
api_msg.c: Trivial code cleanup
Axel Lin
2016-10-09
Make lwIP compile with clang -Wdocumentation -> several documentation fixes
Dirk Ziegelmeier
2016-10-04
Correctly fix bug #49209: netconn_drain() fails to handle 'netconn_aborted' p...
goldsimon
2016-10-04
Revert "Fixed bug #49209: netconn_drain() fails to handle 'netconn_aborted' p...
goldsimon
2016-09-28
Fixed bug #49209: netconn_drain() fails to handle 'netconn_aborted' pointer
goldsimon
2016-05-23
Fix several doxygen errors all over the code
Dirk Ziegelmeier
2016-04-05
fixed bug# 43739 (Accept not reporting errors about aborted connections): net...
sg
2016-03-25
Fixed possible problems with tcp_backlog_delayed/tcp_backlog_accepted
sg
2016-03-23
call accept-callback with ERR_MEM when allocating a pcb fails on passive open...
sg
2016-03-22
tcp: changed accept handling to be done internally: the application does not ...
sg
[next]