summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
...
* Sockets were not being closed when a task exitspatacongo2009-09-163-14/+69
* Consulting wrong list to see if socket is listening for a connectionpatacongo2009-09-162-24/+40
* Fix some errno reportingpatacongo2009-09-161-24/+27
* Reference count must be zero before calling uip_tcpfree()patacongo2009-09-162-0/+2
* Fix reference counting errorspatacongo2009-09-152-0/+3
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1522-117/+118
* Remove check for outstanding un-ACKed data in TX pollpatacongo2009-09-111-5/+2
* Fix race condition that can cause close of socket to hangpatacongo2009-09-112-15/+21
* Clean up THTTPD watch handlingpatacongo2009-09-117-9/+9
* 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