summaryrefslogtreecommitdiff
path: root/nuttx/net/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Add psock_connect()patacongo2012-03-131-9/+88
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-1/+1
* Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-1/+1
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-221-92/+18
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-5/+28
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-021-6/+1
* More SLIP integrationpatacongo2011-03-151-8/+8
* Add IGMP initialization logicpatacongo2010-07-081-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-6/+7
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-3/+3
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-5/+5
* cosmeticpatacongo2009-03-081-2/+2
* More fixes for picky ZDS archiverpatacongo2008-12-121-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-121-2/+2
* Add uIP support more multi-threaded socket accesspatacongo2008-09-011-65/+82
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-0/+2
* Must disconnect TCP socket on close()patacongo2007-11-241-1/+5
* Debug can now be selectively enabled by subystempatacongo2007-11-231-3/+3
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-1/+21
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-1/+2
* Eliminate most uIP globalspatacongo2007-11-081-16/+21
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-8/+6
* Basic TCP send functionalpatacongo2007-11-051-1/+13
* Add DM90x0 driverpatacongo2007-11-021-1/+0
* in progress updatepatacongo2007-10-311-25/+266
* dhcpc debugpatacongo2007-10-311-1/+1
* Fixes found in smtp testingpatacongo2007-10-271-2/+1
* Add basic structure to support multiple network interfacespatacongo2007-09-151-11/+71
* Implment TCP recv()patacongo2007-09-091-3/+1
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-2/+18
* Make file name convention consistentpatacongo2007-09-081-1/+1
* Documentation updatepatacongo2007-09-081-6/+6
* Add send, sendto, rec, recvfrompatacongo2007-09-031-1/+2
* Implements basic TCP connection logicpatacongo2007-09-021-3/+71
* Adding socket(), bind() logicpatacongo2007-09-011-0/+126