summaryrefslogtreecommitdiff
path: root/apps/netutils/webserver/httpd.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more issues found by cppcheckGregory Nutt2014-11-251-4/+3
* uIP webserver: Missing logic to close sockets on loop termination. From Max.Gregory Nutt2014-07-281-1/+6
* Fix netutils configuration issues: CONFIG_NETUTILS_HTTPD_SENDFILE was missing...Gregory Nutt2014-07-111-18/+29
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_Gregory Nutt2014-07-021-2/+2
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-291-18/+26
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Costmetic changes after review for sense of OK (should be zero)Gregory Nutt2014-06-191-6/+4
* 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