summaryrefslogtreecommitdiff
path: root/apps/netutils/webserver/httpd.c
Commit message (Expand)AuthorAgeFilesLines
* Several bugfixes, mostly from Darcy Gongpatacongo2012-10-061-1/+1
* Add missing STM32 F1 pin remapping definitionspatacongo2012-09-221-1/+0
* Adds support for keep-alive connections to webserverpatacongo2012-09-221-13/+63
* More webserver updates from Katepatacongo2012-09-221-52/+161
* webserver update from Katepatacongo2012-09-181-20/+38
* Add default file name if URL is a directory, giving index.html behavior. Fro...patacongo2012-09-181-9/+42
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-181-199/+116
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-171-5/+63
* Add option for single connection web server. From Kate.patacongo2012-09-171-2/+63
* Resync new repository with old repo r5166patacongo2012-09-171-0/+6
* AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-111-3/+23
* Add URL/CGI function mapping option to uIP web serverpatacongo2012-09-051-1/+24
* Enhancements to the uIP web server from Katepatacongo2012-09-041-29/+89
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-311-17/+40
* Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-311-1/+1
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-1/+1
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-2/+7
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-0/+498