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
Age
Commit message (
Expand
)
Author
2020-05-01
Add zts_errno to sockets.c
Joseph Henry
2020-04-17
Add address comparators for 6PLANE networks and fix an errno issue
Joseph Henry
2019-02-18
Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept()
Dirk Ziegelmeier
2019-02-18
Fix bug #55513: Uninitialized variable in struct netconn
Dirk Ziegelmeier
2018-11-08
sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsg
Axel Lin
2018-11-06
Remove assertion about the end of pollfd array
Joan Lledó
2018-10-17
alloc_socket(): Check for LWIP_SOCKET_POLL when setting select-related variables
Joan Lledó
2018-08-07
api_lib: fix NETCONN_MBOX_WAITING_DEC() for LWIP_NETCONN_FULLDUPLEX
Simon Goldschmidt
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-07-12
sockets: Make socket_ipv4/ipv6_multicast_memberships array static
Axel Lin
2018-06-20
fix compiling with LWIP_NOASSERT defined
Simon Goldschmidt
2018-04-19
fix compiling sockets.c for SYS_LIGHTWEIGHT_PROT==0
goldsimon
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
2018-04-18
LWIP_NETCONN_FULLDUPLEX: prevent taking recursive sys arch lock
goldsimon
2018-04-06
netconn_accept: reduce number of ifdefs
goldsimon
2018-03-11
api_lib: Remove superfluous #if LWIP_TCP in netconn_recv_data_tcp
Axel Lin
2018-02-28
tcpip_thread: TCPIP_MSG_INPKT: free input pbufs if the input function returns...
goldsimon
2018-02-13
Try to fix issues reported by coverity
goldsimon
2018-02-05
sockets: remove ERR_CLSD case after data receive
Joel Cunningham
2018-02-04
socket/netconn recv: FIN should only be reported once
goldsimon
2018-02-01
sockets: add hooks to implement additional socket options
goldsimon
2018-01-27
fix bug #52976: lwip_ioctl() FIONREAD crash
goldsimon
2018-01-16
sockets: add core lock assert to select_check_waiters
Joel Cunningham
2018-01-12
tcpip_thread_poll_one: remove invalid comment in this function
goldsimon
2018-01-11
tcpip: give the tcpip_thread mbox a better name
goldsimon
2018-01-11
move sys_timeouts_mbox_fetch() to tcpip_timeouts_mbox_fetch()
goldsimon
2018-01-05
Added sys_mbox_trypost_fromisr() and tcpip_callbackmsg_trycallback_fromisr()
goldsimon
2018-01-04
Rename tcpip_trycallback() tcpip_callbackmsg_trycallback() to avoid confusion...
Dirk Ziegelmeier
2018-01-03
sockets: Simplify #if !LWIP_TCPIP_CORE_LOCKING guard in select_check_waiters
Axel Lin
2018-01-02
tcpip: ensure core is locked for init done function
Joel Cunningham
2018-01-02
timers: rework the core locking around timers (bug #52719)
Our Air Quality
2018-01-02
Start working on task #14780: Add debug helper asserts to ensure threading/lo...
Dirk Ziegelmeier
2017-12-24
Use pbuf_clone to replace pbuf_alloc+pbuf_copy
Axel Lin
2017-12-18
Fix bug #52686 (pointer 'to' checked for NULL in lwip_sendto() may be derefer...
goldsimon
2017-11-23
sockets.c: use udp_is_flag_set() instead of udp_flags()
Axel Lin
2017-11-20
Revert "socket/netconn recv: FIN should only be reported once (as '0' for soc...
Joel Cunningham
2017-11-20
netconn: Add LWIP_HOOK_NETCONN_EXTERNAL_RESOLVE (patch #9427)
Joel Cunningham
2017-11-19
sockets: prevent nested SYS_ARCH_PROTECT() for LWIP_NETCONN_FULLDUPLEX==1
goldsimon
2017-11-18
Fix broken MSG_PEEK on TCP sockets (post-2.0.3 bug)
goldsimon
2017-11-17
socket/netconn recv: FIN should only be reported once (as '0' for sockets, as...
goldsimon
2017-11-17
sockets.c: Don't rely on #defines in socket.h to be in sync with ip.h
Dirk Ziegelmeier
2017-11-16
netifapi: add thread safe ARP APIs (task #14724)
Joel Cunningham
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-10-23
sockets: fix missing break regression in event_callback
Joel Cunningham
2017-10-23
Revert "Fix two bad "fall-through" code"
Joel Cunningham
2017-10-22
Fix two bad "fall-through" code
Dirk Ziegelmeier
2017-10-20
Move API description text from rawapi.txt to doxygen docs
Dirk Ziegelmeier
[next]