summaryrefslogtreecommitdiff
path: root/nuttx/net/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-26/+87
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-1/+0
* Fix some errno reportingpatacongo2009-09-161-24/+27
* Add fcntl(F_DUPFD)patacongo2009-07-191-1/+1
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-2/+33
* Changes for clean build on ZDSpatacongo2009-03-211-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-2/+2
* TFTP Get integrationpatacongo2008-09-061-4/+8
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-29/+38
* Add TCP readahead logicpatacongo2007-11-191-1/+4
* Fixed for CYGWIN buildpatacongo2007-09-181-2/+0
* Make file name convention consistentpatacongo2007-09-081-1/+1
* Add send, sendto, rec, recvfrompatacongo2007-09-031-2/+19
* Implements basic TCP connection logicpatacongo2007-09-021-3/+13
* Adding socket(), bind() logicpatacongo2007-09-011-1/+80
* Basic infrastructure for socket() and bind()patacongo2007-08-281-0/+72