summaryrefslogtreecommitdiff
path: root/nuttx/net/net_sockets.c
Commit message (Expand)AuthorAgeFilesLines
* Move socket data from TCB to task group structure.patacongo2013-01-261-81/+19
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-2/+2
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-0/+1
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-301-8/+8
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-4/+4
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* More SLIP integrationpatacongo2011-03-151-6/+6
* 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