summaryrefslogtreecommitdiff
path: root/nuttx/net/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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