summaryrefslogtreecommitdiff
path: root/nuttx/net/net_sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-2/+2
* Sockets were not being closed when a task exitspatacongo2009-09-161-8/+38
* Add fcntl(F_DUPFD)patacongo2009-07-191-3/+5
* Filename changes needed by ZDS archiverpatacongo2008-12-121-0/+280
* Make file name convention consistentpatacongo2007-09-081-254/+0
* Add send, sendto, rec, recvfrompatacongo2007-09-031-1/+1
* Adding socket(), bind() logicpatacongo2007-09-011-0/+83
* Added support for socket descriptorspatacongo2007-09-011-0/+171