summaryrefslogtreecommitdiff
path: root/apps/netutils/webserver
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more issues found by cppcheckGregory Nutt2014-11-251-4/+3
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* 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-112-20/+31
* 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-292-18/+35
* Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Ren...Gregory Nutt2014-06-241-1/+1
* Move include/nuttx/net/uipopt.h to include/nuttx/net/netconfig.hGregory Nutt2014-06-241-1/+1
* httpd_fs_open() should return OK on success and ERROR on failure, not 1 and 0Gregory Nutt2014-06-231-2/+3
* Costmetic changes after review for sense of OK (should be zero)Gregory Nutt2014-06-191-6/+4
* More trailing whilespace removalGregory Nutt2014-04-134-6/+6
* Make sure that there is one space after forGregory Nutt2014-04-121-5/+5
* New touchscreen scaling algorithm for the case where measured X values vary w...Gregory Nutt2013-10-171-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-8/+7
* Various Kconfig files still have references to CONFIG_ variables. Some in ha...Gregory Nutt2013-04-251-2/+2
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+8
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-3/+3
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-171-5/+6
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* 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-222-13/+81
* More webserver updates from Katepatacongo2012-09-221-52/+161
* Add support for Fire STM32v3; sscanf fixes from Katepatacongo2012-09-211-1/+3
* webserver update from Katepatacongo2012-09-181-20/+38
* Add default file name if URL is a directory, giving index.html behavior. Fro...patacongo2012-09-183-9/+66
* Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Katepatacongo2012-09-182-199/+122
* Fix ENC28J60 Tx transmit (still a receive problem); Add HTTP 408 logic from Katepatacongo2012-09-172-10/+76
* Add option for single connection web server. From Kate.patacongo2012-09-172-2/+75
* Resync new repository with old repo r5166patacongo2012-09-171-0/+6
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-111-5/+5
* AVR corrections from Richard Cochran; uIP webserver enhancements from Katepatacongo2012-09-115-10/+201
* More M3 Wildfire logic; mmap-related bug fixes from Katepatacongo2012-09-101-2/+14
* Add URL/CGI function mapping option to uIP web serverpatacongo2012-09-053-10/+52
* Syntax error in last apps/netutils/webserver/Kconfigpatacongo2012-09-041-2/+2
* Enhancements to the uIP web server from Katepatacongo2012-09-045-33/+255
* The content for uIP web server demo is no longer canned, but is not built dyn...patacongo2012-08-319-994/+105
* Fix some places in library where semaphore is not released on error conditionspatacongo2012-08-311-1/+1
* Developing a new way to handle application configurationspatacongo2012-04-141-0/+9
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-034-5/+5
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-2/+7