summaryrefslogtreecommitdiff
path: root/nuttx/net/net_close.c
Commit message (Expand)AuthorAgeFilesLines
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* networking: Fix one place where the reference count was not being zeroed. Th...Gregory Nutt2014-02-251-0/+1
* If write buffering is enabled, then it is necessary to release the write buff...Gregory Nutt2014-01-141-2/+14
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-141-2/+4
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-131-4/+5
* NET: prevent tcp_connect callback from being double freed. From Max Holtzberg.Gregory Nutt2014-01-131-2/+2
* Add support for the SO_LINGER socket option. Based on logic from Jason Jiang...Gregory Nutt2014-01-131-19/+234
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-2/+2
* Changed net_close debug output to verbose. From Max Holtzberg (2013-10-17)Gregory Nutt2013-10-171-2/+2
* Update to net_close() improvement from Max HoltzbergGregory Nutt2013-10-081-39/+24
* Make net_close() nonblocking and free unestablished connections if no free co...Gregory Nutt2013-10-061-47/+40
* netdev_findbyaddr() will not use a routing table if one is available. It wil...Gregory Nutt2013-10-051-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-1/+1
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+2
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-6/+6
* More SLIP integrationpatacongo2011-03-151-5/+5
* Add LM3S6965 NSH configuration + Prep for 5.5 releasenuttx-5.5patacongo2010-05-091-2/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-3/+3
* Sockets were not being closed when a task exitspatacongo2009-09-161-6/+26
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-2/+2
* Fix race condition that can cause close of socket to hangpatacongo2009-09-111-15/+20
* Clean up THTTPD watch handlingpatacongo2009-09-111-1/+1
* Initialize THTTPD integration changespatacongo2009-08-021-1/+2
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-4/+4
* dup() and dup2() support for socket descriptorspatacongo2009-06-151-19/+61
* More fixes for picky ZDS archiverpatacongo2008-12-121-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-0/+261