aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip
Commit message (Expand)AuthorAgeFilesLines
* Make Webserver allow HTTP requests for files with up to 50 characters in the ...Dean Camera2010-02-071-1/+1
* Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder ...Dean Camera2010-02-031-0/+2
* Add a TELNET server to the webserver project, which currently can list active...Dean Camera2010-02-033-21/+45
* Exclude FATFs from the Webserver project documentation. Rename the functions ...Dean Camera2010-02-032-34/+30
* Remove now unused conf directory from the uIP stack in the Webserver project.Dean Camera2010-02-025-223/+0
* Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean Camera2010-02-0222-3196/+1137
* Clean up HTTP webserver code in the Webserver project, so that it follows the...Dean Camera2010-01-311-6/+7
* Better HTTP GET parsing in the Webserver demo, add application polling.Dean Camera2010-01-311-1/+1
* Add TCP retransmission support to the HTTP webserver in the Webserver project...Dean Camera2010-01-291-1/+4
* Add MIME type handling to the Webserver project, so that files of different t...Dean Camera2010-01-291-0/+1
* Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean Camera2010-01-281-1/+4
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean Camera2010-01-271-0/+6
* Add DHCP server to the Webserver demo for automatic network configuration. Co...Dean Camera2010-01-274-14/+22
* Moved initial completed version of the Webserver project out of the Projects/...Dean Camera2010-01-2528-0/+7879