Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -162/+162 |
* | Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di... | Dean Camera | 2010-03-10 | 1 | -8/+13 |
* | Oops - missing brackets in the declaration of a string in TELNETServerApp.c. | Dean Camera | 2010-02-15 | 1 | -1/+1 |
* | Speed up Webserver demo data rate by not sending a full ethernet frame each t... | Dean Camera | 2010-02-12 | 1 | -4/+10 |
* | Move DHCP negotiation timer into the DHCP connection application state struct... | Dean Camera | 2010-02-12 | 1 | -7/+7 |
* | Fix TELNET server locking up if an invalid command was issued. | Dean Camera | 2010-02-03 | 1 | -1/+5 |
* | Disable uIP connection polling for now - this seems to corrupt the buffers. | Dean Camera | 2010-02-03 | 1 | -4/+4 |
* | Add a TELNET server to the webserver project, which currently can list active... | Dean Camera | 2010-02-03 | 1 | -0/+147 |