summaryrefslogtreecommitdiff
path: root/nuttx/netutils
Commit message (Expand)AuthorAgeFilesLines
* Fixes for clean ez80 compilationpatacongo2009-06-261-0/+1
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-255-122/+19
* Remove all options from examples/uip except for the webserverpatacongo2009-03-281-0/+7
* Fix parsing of port numberpatacongo2009-03-281-2/+3
* Add wget command to NSHpatacongo2009-03-281-2/+2
* Numerous fixes; seems to handle redirection pretty well nowpatacongo2009-03-281-41/+66
* Make HTTP URL parsing commonpatacongo2009-03-282-1/+148
* Add tftpcpatacongo2009-03-281-1/+2
* Fix examples/wget buildpatacongo2009-03-281-11/+11
* Fix problem in conditional compilationpatacongo2009-03-281-10/+37
* More bugfixespatacongo2009-03-271-44/+49
* wget bugfixes (still lots of problems)patacongo2009-03-261-132/+210
* Add host based test for wget()patacongo2009-03-262-11/+23
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-262-509/+231
* Fix various issues, bad ages, etc. with ez80+uIP webserverpatacongo2009-03-228-747/+717
* Changes for clean build on ZDSpatacongo2009-03-212-29/+29
* Oops.. interrupts must be disabled when uip_arp_update is calledpatacongo2009-03-211-11/+29
* Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2009-03-211-1/+39
* Fix numerous bugs, mostly associated with broadcastpatacongo2009-03-191-33/+45
* Add examples/dhcpdpatacongo2009-03-174-127/+1
* Changes for clean compilation with ZDSpatacongo2009-03-141-1/+1
* Filename changes needed by ZDS archiverpatacongo2008-12-127-17/+17
* Misc fixes for ZDS compile/buildpatacongo2008-12-1217-229/+264
* 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