summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webserver/httpd.c
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-498/+0
* Move netutils header files from include/net/uip to include/apps/netutilspatacongo2011-03-191-3/+3
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-3/+4
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-36/+10
* Fix various issues, bad ages, etc. with ez80+uIP webserverpatacongo2009-03-221-14/+8
* Changes for clean build on ZDSpatacongo2009-03-211-19/+19
* Filename changes needed by ZDS archiverpatacongo2008-12-121-1/+1
* Misc fixes for ZDS compile/buildpatacongo2008-12-121-1/+1
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-3/+1
* Improve send/close performancepatacongo2007-11-281-2/+2
* Integrated uIP's TELNETDpatacongo2007-11-251-2/+2
* Fix parsing of URLpatacongo2007-11-211-2/+2
* Fix TCP list managment bugpatacongo2007-11-201-2/+2
* Several webserver bugs fixedpatacongo2007-11-201-76/+208
* Add TCP readahead logicpatacongo2007-11-191-48/+72
* uIP webserver now uses listen/acceptpatacongo2007-11-191-75/+143
* Eliminate most uIP globalspatacongo2007-11-081-9/+9
* 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-231-1/+1
* Implement TCP send; remove uIP proto-socketspatacongo2007-09-091-152/+119
* cleanuppatacongo2007-09-031-0/+1
* Import of uIP 1.0patacongo2007-08-261-0/+305