summaryrefslogtreecommitdiff
path: root/nuttx/netutils
Commit message (Expand)AuthorAgeFilesLines
* Fix clean issuepatacongo2008-02-201-1/+1
* errno now defined to be *get_errno_ptr()patacongo2008-02-013-8/+3
* Using tool-specific cleanpatacongo2008-01-101-3/+7
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-5/+4
* Add support for tools that can't make dependenciespatacongo2008-01-081-4/+2
* Need to preserve IP address from spurious OFFERs as wellpatacongo2007-12-111-7/+9
* Fix typos/ommissions in file headerpatacongo2007-12-111-3/+2
* DHCPC logic changes - should now handle case with multiple DHCP serverspatacongo2007-12-112-73/+186
* Fix compilation errorspatacongo2007-12-111-3/+4
* Verified DHCPC on the C5471 EVMpatacongo2007-12-101-0/+7
* Add TELNET front end to NSHpatacongo2007-12-021-1/+1
* Basic DHPC client functionalitypatacongo2007-11-303-15/+55
* Oops checked in debug versionpatacongo2007-11-301-11/+1
* Add netutils/dhcpdpatacongo2007-11-304-0/+1469
* Add examples/dhcpdpatacongo2007-11-308-69/+88
* Improve send/close performancepatacongo2007-11-281-2/+2
* Fixed missing logic in readahead buffer logicpatacongo2007-11-273-15/+16
* Integrated uIP's TELNETDpatacongo2007-11-256-343/+468
* Added UDP test/examplepatacongo2007-11-221-1/+1
* TCP and ICMP protocols may now be disabledpatacongo2007-11-221-0/+2
* Use normal C stringspatacongo2007-11-226-550/+174
* Fix parsing of URLpatacongo2007-11-212-3/+8
* Fix TCP list managment bugpatacongo2007-11-202-3/+16
* Several webserver bugs fixedpatacongo2007-11-205-133/+268
* Add TCP readahead logicpatacongo2007-11-193-72/+89
* uIP webserver now uses listen/acceptpatacongo2007-11-1912-99/+385
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-152-3/+4
* Eliminate most uIP globalspatacongo2007-11-083-46/+50
* 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