summaryrefslogtreecommitdiff
path: root/nuttx/netutils
Commit message (Expand)AuthorAgeFilesLines
* updatepatacongo2008-09-073-16/+89
* Fix initial block numberpatacongo2008-09-071-2/+3
* Remove non-standard optionpatacongo2008-09-074-232/+48
* Integrating TFTP putpatacongo2008-09-062-13/+60
* fix commentpatacongo2008-09-061-2/+3
* TFTP Get integrationpatacongo2008-09-064-68/+53
* Eliminate warnings in ARM buildpatacongo2008-09-062-2/+2
* Add get and put commands to NSHpatacongo2008-09-062-3/+2
* Added basic TFTP client supportpatacongo2008-09-055-12/+17
* TFTP Clientpatacongo2008-09-055-0/+1465
* Add NSH ping commandpatacongo2008-09-021-23/+33
* 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