summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webserver
Commit message (Expand)AuthorAgeFilesLines
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-36/+10
* Fix problem in conditional compilationpatacongo2009-03-281-10/+37
* Fix various issues, bad ages, etc. with ez80+uIP webserverpatacongo2009-03-228-747/+717
* Changes for clean build on ZDSpatacongo2009-03-211-19/+19
* Filename changes needed by ZDS archiverpatacongo2008-12-127-17/+17
* Misc fixes for ZDS compile/buildpatacongo2008-12-124-194/+199
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-3/+1
* Fix compilation errorspatacongo2007-12-111-3/+4
* Improve send/close performancepatacongo2007-11-281-2/+2
* Integrated uIP's TELNETDpatacongo2007-11-252-4/+4
* 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-192-49/+73
* uIP webserver now uses listen/acceptpatacongo2007-11-193-90/+183
* Eliminate most uIP globalspatacongo2007-11-081-9/+9
* Breaking uip.c into smaller functions/filespatacongo2007-11-061-2/+2
* Fixes found in smtp testingpatacongo2007-10-271-0/+1
* Partial implementation of accept() and listen()patacongo2007-09-231-14/+47
* Add framework for listen() and connect() -- still missing logicpatacongo2007-09-232-2/+2
* Refactoring netutils stringspatacongo2007-09-224-211/+0
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-095-199/+233
* Cleanup and fix problems introduce in last commitpatacongo2007-09-082-31/+41
* cleanuppatacongo2007-09-031-0/+1
* Implements basic TCP connection logicpatacongo2007-09-021-77/+85
* Import of uIP 1.0patacongo2007-08-2612-0/+1693