Commit History

Author SHA1 Message Date
  Gregory Nutt f6b00e1966 tools/nxstyle.c: Fix logic error that prevent detecion of '/' and '/=' as operators. net/: Minor updates resulting from testing tools/nxstyle. 5 years ago
  Gregory Nutt 9546481054 Fix some typographical errors. 6 years ago
  ligd e840038f2d net/ and include/nuttx/net: Add getpeername() support 6 years ago
  Gregory Nutt 706a6a2c19 Trivial typo fixes 6 years ago
  Gregory Nutt b54ffe858a Standardization of some function headers. 6 years ago
  Gregory Nutt 2683f713ab Make sure that labeling is used consistently in all function headers (part 3). 6 years ago
  Juha Niskanen 31f3f990c3 net/local: fix typo in config macro name 7 years ago
  Gregory Nutt 7ebef900fb Networking: Fix a race condition. The accept() operation is performed with the network locked. However, the network is unlocked BEFORE the connected state is set. Therefore, a context switch may occur and the socket may no longer be connected when it is marked so. Noted by Pascal Speck. 7 years ago
  Simon Piriou d88dc9b2e5 net_pkt: fix typo and symbol collision 7 years ago
  Gregory Nutt c964cd4612 Socket interface: Fix some configuration chaos. Sometime CONFIG_NET_UDP/TCP was used when CONFIG_NET_LOCAL_DGRAM/STREAM was intended. 7 years ago
  Gregory Nutt b4467a5cf5 Socket I/F: Fixes to LOCAL socket interface to get sim/udgram to build. 7 years ago
  Gregory Nutt 8bf8c3fa86 Socket I/F: Add address family support for poll() and sendfile() 7 years ago
  Gregory Nutt ac543648b8 Socket interface: Added getsockname[C() interfaces. 7 years ago
  Simon Piriou ac72978072 Networking: Fix typos introduced with network interface changes. 7 years ago
  Gregory Nutt 5033a6def7 Socket interface: Added addref() and sockcaps() interfaces. 7 years ago
  Gregory Nutt 833ee2275d Socket interface: Added close() interface. 7 years ago
  Gregory Nutt 0c840ed22f Socket interface: Added listen() and accept() interfaces. 7 years ago
  Gregory Nutt 85b1ae4cf0 Socket interface: Added bind() and connect() interfaces. 7 years ago
  Gregory Nutt a71c504142 Socket I/F: Add recvfrom() method to interface. 7 years ago
  Gregory Nutt 1b9cb70828 Sockets: Initial steps to adde a socket interface to the networking. Each address family will have an interface that describes how to perform socket operations on that address family. Currently only a couple of methods are defined in the table as a proof of concept. More to come. Currently there are only tables for the INET/INET6 family, the Unix LOCAL family, and the raw PACKET family. Hopefully there will be AF_IEEE802154 and AF_BLUETOOTH comming down the pike. 7 years ago