aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip
Commit message (Expand)AuthorAgeFilesLines
* Spell check all source files once again to find any typos.Dean Camera2010-07-293-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0811-5887/+5887
* Change over unix line-endings to dos line endings.Dean Camera2010-05-0711-5871/+5871
* Use a temporary variable to hold the current URI length in the Webserver, rat...Dean Camera2010-02-181-4/+0
* Add uIP-split code to the Webserver project, so that each packet is split in ...Dean Camera2010-02-182-0/+248
* Speed up Webserver demo data rate by not sending a full ethernet frame each t...Dean Camera2010-02-121-1/+1
* Move DHCP negotiation timer into the DHCP connection application state struct...Dean Camera2010-02-121-1/+4
* Fix DHCPClient init code in the Webserver project writing to the incorrect ap...Dean Camera2010-02-121-1/+0
* 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