summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webclient/webclient.c
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-583/+0
* Move netutils header files from include/net/uip to include/apps/netutilspatacongo2011-03-191-4/+4
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-9/+10
* Fixes for clean ez80 compilationpatacongo2009-06-261-0/+1
* 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-261-304/+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-221-97/+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 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-031-3/+4
* Add send, sendto, rec, recvfrompatacongo2007-09-031-8/+12
* Implements basic TCP connection logicpatacongo2007-09-021-11/+31
* Import of uIP 1.0patacongo2007-08-261-0/+450