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
/
sockets.c
Age
Commit message (
Expand
)
Author
2019-05-06
sockets: Get rid of sock_set_errno
HEAD
master
Axel Lin
2019-01-28
Fix bug #55536: lwIP 2.1.2: netconn_delete() called twice from lwip_accept()
Dirk Ziegelmeier
2018-11-09
sockets: Trivial comment fixes
Axel Lin
2018-11-08
sockets: Fix missing err_to_errno conversion for ERR_VAL in lwip_recvmsg
Axel Lin
2018-11-01
Remove assertion about the end of pollfd array
Joan Lledó
2018-10-08
alloc_socket(): Check for LWIP_SOCKET_POLL when setting select-related variables
Joan Lledó
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-04-19
fix compiling sockets.c for SYS_LIGHTWEIGHT_PROT==0
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-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-03
sockets: Simplify #if !LWIP_TCPIP_CORE_LOCKING guard in select_check_waiters
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-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
sockets.c: Don't rely on #defines in socket.h to be in sync with ip.h
Dirk Ziegelmeier
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
2017-10-19
Enable support for MSG_DONTWAIT in lwip_recvmsg()
Nate Karstens
2017-10-19
lwip_poll_dec_sockets_used: remove unused SYS_ARCH_DECL_PROTECT(lev);
goldsimon
2017-10-18
docs: correct LWIP_IPV6_MLD reference on #endif comment
Joel Cunningham
2017-10-16
Allow LWIP_SOCKET_OFFSET with an external FD_SET
Our Air Quality
2017-10-16
sockets: poll clean ups
Joel Cunningham
2017-09-21
sockets: adapt poll to LWIP_MPU_COMPATIBLE; make LWIP_SOCKET_POLL and LWIP_SO...
goldsimon
2017-09-21
New sockets function: lwip_poll
Kalle Olavi Niemitalo
2017-09-21
Fix compiling with LWIP_SOCKET_SELECT==0
goldsimon
2017-09-21
Move select_cb list handling to functions (prepare for adding "poll")
Kalle Olavi Niemitalo
2017-09-17
Reformat sockets.c using astylerc
Dirk Ziegelmeier
2017-09-13
Remove double free on select_cb (bug #51990)
Joel Cunningham
2017-09-12
Slightly rework the fix for bug #51990: allocate select_cb only if we actuall...
goldsimon
2017-09-12
Fixed bug #51990: Calling select() from different threads with MPU enabled tr...
David Lockyer
2017-09-11
sockets: add readv() implementation (task #14610)
Joel Cunningham
2017-08-25
Fix function signature of fcntl() for LWIP_COMPAT_SOCKETS == 2 && LWIP_POSIX_...
goldsimon
2017-08-21
Add assertion that netif index is within sane range in sockets.h.
Dirk Ziegelmeier
2017-08-21
lwip_socket_drop_registered_mld6_memberships: Fix if_idx got lost :-(
Dirk Ziegelmeier
2017-08-21
Use netconn_join_leave_group_netif() in sockets.c, lwip_socket_drop_registere...
Dirk Ziegelmeier
2017-08-21
sockets.c, lwip_socket_drop_registered_mld6_memberships: Remove membership fr...
Dirk Ziegelmeier
2017-08-17
sockets IPv6: cast interface index to u8_t
Joel Cunningham
2017-08-16
Fixup my last commit
Dirk Ziegelmeier
2017-08-16
Implement IPv6 IPV6_JOIN_GROUP/IPV6_LEAVE_GROUP socket options
Dirk Ziegelmeier
[next]