提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 3b275fcf4e net/: Run nxstyle against all C files. 5 年之前
  Gregory Nutt 1346f29151 net/: Fix alignment and spacing problems found by tools/nxstyle. 5 年之前
  Gregory Nutt 3a4984a40b Rename file_close_detached() to juse file_close() for better consistency in naming. 6 年之前
  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 年之前
  Gregory Nutt d5207efb5a Be consistent... Use Name: consistent in function headers vs Function: 7 年之前
  Gregory Nutt a1469a3e95 Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 8 年之前
  Gregory Nutt 6209c51206 net/: More clean-up of spacing/alignment issues 9 年之前
  Gregory Nutt 0fc8d2fcc5 Unix domain: Add options to build in stream or datagram support separately 9 年之前
  Gregory Nutt 62b706fa68 If a Unix domain socket is non-blocking, then the underlying FIFO should also be opened non-blocking 9 年之前
  Gregory Nutt 2a39105b3f Unix domain: Add logic to release references to the half duplex FIFO after sendto and recvfrom 9 年之前
  Gregory Nutt 0deca5b039 Unix domain: Various fixes to get apps/examplex/udgram working 9 年之前
  Gregory Nutt e5f820a2cd Unix domain: Add sendto logic for SOCK_DRAM protocoal 9 年之前
  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 年之前
  Gregory Nutt 2201c9b449 Add stub files for sending and receiving on FIFOs 9 年之前