summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webclient
Commit message (Expand)AuthorAgeFilesLines
* 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