summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webclient
Commit message (Expand)AuthorAgeFilesLines
* Add wget command to NSHpatacongo2009-03-281-2/+2
* Numerous fixes; seems to handle redirection pretty well nowpatacongo2009-03-281-41/+66
* Fix examples/wget buildpatacongo2009-03-281-11/+11
* 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-261-11/+18
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-262-509/+231
* Misc fixes for ZDS compile/buildpatacongo2008-12-121-7/+25
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-9/+9
* Use normal C stringspatacongo2007-11-222-99/+131
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-2/+2
* Eliminate most uIP globalspatacongo2007-11-081-25/+28
* Basic TCP send functionalpatacongo2007-11-051-8/+8
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-1/+1
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-232-2/+2
* Refactoring netutils stringspatacongo2007-09-224-195/+0
* Add basic structure to support multiple network interfacespatacongo2007-09-151-18/+20
* Cleanup and fix problems introduce in last commitpatacongo2007-09-081-13/+20
* cleanuppatacongo2007-09-032-51/+45
* Add send, sendto, rec, recvfrompatacongo2007-09-031-8/+12
* Implements basic TCP connection logicpatacongo2007-09-021-11/+31
* Import of uIP 1.0patacongo2007-08-267-0/+896