Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AppConfigHeaders: Update several additional user projects to use ↵ | Dean Camera | 2012-05-12 | 1 | -2/+2 |
| | | | | configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
| | |||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -1/+1 |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | ||||
* | Update Webserver project to remove DHCP IP configuration status notification. | Dean Camera | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 1 | -1/+1 |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | ||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 1 | -15/+16 |
| | | | | tool made by Laszlo Monda | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -162/+162 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Added ENABLE_TELNET_SERVER compile time option to the Webserver project to ↵ | Dean Camera | 2010-03-10 | 1 | -8/+13 |
| | | | | | | disable the TELNET server if desired. Change over static strings in the Webserver project to use PROGMEM where possible. | ||||
* | 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 ↵ | Dean Camera | 2010-02-12 | 1 | -4/+10 |
| | | | | 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 | -7/+7 |
| | | | | 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 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 ↵ | Dean Camera | 2010-02-03 | 1 | -0/+147 |
active TCP connections. |