summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
...
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-102-0/+25
* Cosmetic, synchronize source filespatacongo2009-09-092-1/+2
* Fix errors in return value from non-blocking readpatacongo2009-08-151-3/+9
* accept() now supports non-blocking operationspatacongo2009-08-022-2/+14
* Fix accept() -- it wanted parts of return address initializedpatacongo2009-08-021-5/+13
* THTTPD now gets past initializationpatacongo2009-08-022-5/+6
* Initialize THTTPD integration changespatacongo2009-08-021-1/+2
* Fix some ez80 compilation errorspatacongo2009-08-021-2/+0
* Add non-blocking capability for TCP socketspatacongo2009-07-193-7/+77
* Add fcntl(F_DUPFD)patacongo2009-07-196-14/+41
* Still fleshing out THTTPD examplepatacongo2009-07-182-1/+179
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-3/+3
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-168-50/+50
* Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo2009-06-151-2/+2
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-152-4/+2
* dup() and dup2() support for socket descriptorspatacongo2009-06-1511-35/+503
* Changes for clean build on ZDSpatacongo2009-03-211-1/+1
* Expose more ARP APIspatacongo2009-03-214-144/+271
* cosmeticpatacongo2009-03-193-5/+5
* If port=0, UDP should select a port numberpatacongo2009-03-191-32/+73
* Back out part of last changepatacongo2009-03-161-1/+1
* Better fixpatacongo2009-03-161-0/+17
* Fix calculation of checksum on outgoing ping responsespatacongo2009-03-163-13/+15
* Fix some debug statements that print long as intpatacongo2009-03-151-2/+2
* Typo introduced in previous check-inpatacongo2009-03-141-3/+3
* cosmeticpatacongo2009-03-082-3/+3
* Add more debug outputpatacongo2009-03-081-0/+7
* Changes to work around bug in ZDS compilerpatacongo2009-03-0812-246/+270
* cosmeticpatacongo2009-03-071-1/+1
* Seemingly un-necessary changes but works around some bad ZDS behaviorpatacongo2009-03-071-48/+54
* More fixes for picky ZDS archiverpatacongo2008-12-126-6/+6
* Name changes for ZDS archiverpatacongo2008-12-1231-100/+95
* Filename changes needed by ZDS archiverpatacongo2008-12-1227-65/+63
* Fix compile error only noted with ZDSpatacongo2008-12-121-2/+2
* Eliminate warnings with ZDSpatacongo2008-12-121-2/+2
* cosmeticpatacongo2008-12-121-5/+13
* Add multicast supportpatacongo2008-11-261-14/+60
* Change from doubly- to singly-linked listspatacongo2008-11-211-11/+30
* Completed integration of TCP connection backlog and poll()/select() for conne...patacongo2008-11-205-21/+47
* Add support for TCP/IP connection backlogpatacongo2008-11-2011-67/+479
* Corrected a bug in the buffering of TCP datapatacongo2008-11-191-0/+1
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-12/+13
* Move poll storage slot from pollfd struct to socket structpatacongo2008-11-191-21/+13
* Basic setup of network selectpatacongo2008-11-181-18/+18
* Implement poll/select for socketspatacongo2008-11-182-11/+287
* cosmeticpatacongo2008-11-182-3/+5
* Poll API may be disabledpatacongo2008-11-161-2/+2
* Add infrastructure to support poll()patacongo2008-11-162-1/+81
* Fix recvfrom port bugpatacongo2008-09-061-1/+1
* TFTP Get integrationpatacongo2008-09-061-4/+8