summaryrefslogtreecommitdiff
path: root/nuttx/netutils
Commit message (Expand)AuthorAgeFilesLines
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-2/+2
* Basic TCP send functionalpatacongo2007-11-052-13/+14
* Missed in last commitpatacongo2007-11-021-1/+1
* Add DM90x0 driverpatacongo2007-11-021-1/+1
* in progress updatepatacongo2007-10-313-27/+49
* Fixes found in smtp testingpatacongo2007-10-272-28/+31
* Correct some issues with IP/MAC address handlingpatacongo2007-10-2611-89/+321
* Partial implementation of accept() and listen()patacongo2007-09-232-26/+60
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-235-11/+18
* Fixed for clean Cygwin link; move netutils strings into common librarypatacongo2007-09-223-8/+20
* Refactoring netutils stringspatacongo2007-09-2213-490/+407
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-167-4/+377
* Add basic structure to support multiple network interfacespatacongo2007-09-152-225/+242
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-096-309/+335
* Cleanup and fix problems introduce in last commitpatacongo2007-09-086-119/+133
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-082-146/+176
* Documentation updatepatacongo2007-09-081-1/+1
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-72/+100
* cleanuppatacongo2007-09-038-127/+101
* Add send, sendto, rec, recvfrompatacongo2007-09-033-265/+155
* Implements basic TCP connection logicpatacongo2007-09-024-101/+148
* Added support for socket descriptorspatacongo2007-09-017-424/+452
* smtp now compilespatacongo2007-08-302-149/+216
* Import of uIP 1.0patacongo2007-08-2640-0/+4886