aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/uipopt.h
Commit message (Collapse)AuthorAgeFilesLines
* AppConfigHeaders: Update several additional user projects to use ↵Dean Camera2012-05-121-0/+2
| | | | configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-3/+3
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-11/+12
| | | | tool made by Laszlo Monda
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-737/+737
| | | | correctly converted to the target system's native end of line style.
* Change over unix line-endings to dos line endings.Dean Camera2010-05-071-737/+737
|
* Speed up Webserver demo data rate by not sending a full ethernet frame each ↵Dean Camera2010-02-121-1/+1
| | | | time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
* Move DHCP negotiation timer into the DHCP connection application state ↵Dean Camera2010-02-121-1/+4
| | | | structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
* Fix DHCPClient init code in the Webserver project writing to the incorrect ↵Dean Camera2010-02-121-1/+0
| | | | application state location (thanks to Mike Alexander).
* Make Webserver allow HTTP requests for files with up to 50 characters in the ↵Dean Camera2010-02-071-1/+1
| | | | | | path instead of 30, to be in synch with the project documentation. Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function.
* Add a TELNET server to the webserver project, which currently can list ↵Dean Camera2010-02-031-19/+41
| | | | active TCP connections.
* Exclude FATFs from the Webserver project documentation. Rename the functions ↵Dean Camera2010-02-031-30/+27
| | | | in the HTTPServerApp.c/.h files so that they use the correct "HTTPServerApp_" prefix, and not "Webserver_".
* Replace the Webserver demo's uIP with the latest code ripped from the ↵Dean Camera2010-02-021-44/+221
| | | | Contiki project by Adam Dunkels.
* Moved initial completed version of the Webserver project out of the ↵Dean Camera2010-01-251-0/+539
Projects/Incomplete directory.