Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up Webserver demo data rate by not sending a full ethernet frame each ↵ | Dean Camera | 2010-02-12 | 2 | -29/+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 Camera | 2010-02-12 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Add TCP retransmission support to the HTTP webserver in the Webserver ↵ | Dean Camera | 2010-01-29 | 1 | -1/+1 |
| | | | | project, so that lost segments are retransmitted as needed. | ||||
* | Delete FATFs .lst files from the Webserver project, accidentally committed. | Dean Camera | 2010-01-28 | 2 | -3211/+0 |
| | |||||
* | Oops - fix path case in the Webserver project makefile, to fix *nix builds. | Dean Camera | 2010-01-28 | 2 | -31/+31 |
| | |||||
* | Fix up project documentation files' overview tables, so that multiple items ↵ | Dean Camera | 2010-01-28 | 2 | -31/+31 |
| | | | | occupy multiple lines in the same cell, rather than multiple cells. | ||||
* | Add FatFS library to the Webserver project, extend the HTTP server so that ↵ | Dean Camera | 2010-01-28 | 9 | -0/+7437 |
it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC. |