Commit History

Author SHA1 Message Date
  Gregory Nutt 3b275fcf4e net/: Run nxstyle against all C files. 5 years ago
  Gregory Nutt 1346f29151 net/: Fix alignment and spacing problems found by tools/nxstyle. 5 years ago
  Gregory Nutt 3a4984a40b Rename file_close_detached() to juse file_close() for better consistency in naming. 6 years ago
  Gregory Nutt 21041af8a7 This commit modifies the Unix domain local socket design. Local sockets are built on top of pipes. The Local socket implementation maintained file descriptors to interrupt with the pipes. File descriptors have the bad property that they are valid only while running on the thread within the task that created the local socket. 7 years ago
  Gregory Nutt d5207efb5a Be consistent... Use Name: consistent in function headers vs Function: 7 years ago
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 years ago
  Gregory Nutt 6209c51206 net/: More clean-up of spacing/alignment issues 9 years ago
  Gregory Nutt 0fc8d2fcc5 Unix domain: Add options to build in stream or datagram support separately 9 years ago
  Gregory Nutt 62b706fa68 If a Unix domain socket is non-blocking, then the underlying FIFO should also be opened non-blocking 9 years ago
  Gregory Nutt 2a39105b3f Unix domain: Add logic to release references to the half duplex FIFO after sendto and recvfrom 9 years ago
  Gregory Nutt 0deca5b039 Unix domain: Various fixes to get apps/examplex/udgram working 9 years ago
  Gregory Nutt e5f820a2cd Unix domain: Add sendto logic for SOCK_DRAM protocoal 9 years ago
  Gregory Nutt 2c7123197c Networking: Move UDP-specifc parts of sendto() out of socket/sendto.c and into udp/udp_sendto.c. Hook in Unix domain sokcet sendto() logic (still just a stub for the moment) 9 years ago
  Gregory Nutt 2201c9b449 Add stub files for sending and receiving on FIFOs 9 years ago