Dean Camera
|
f1b6ddb710
|
Update file contributor copyrights for 2012.
|
2012-02-04 22:38:44 +00:00 |
Dean Camera
|
2c806f6cee
|
Update file header copyrights for 2012.
|
2012-02-04 22:32:30 +00:00 |
Dean Camera
|
7dffa15c16
|
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
|
2011-06-05 13:55:56 +00:00 |
Dean Camera
|
edc4db41f4
|
Update Webserver project to remove DHCP IP configuration status notification.
|
2011-05-26 10:50:22 +00:00 |
Dean Camera
|
1d433d4506
|
Update copyright year on all source files.
|
2011-01-01 13:00:56 +00:00 |
Dean Camera
|
cb779e3d7d
|
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
|
2010-10-28 06:08:58 +00:00 |
Dean Camera
|
5a4def7478
|
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
|
2010-10-13 14:05:35 +00:00 |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
2010-05-08 03:12:14 +00:00 |
Dean Camera
|
aca7863350
|
Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired.
Change over static strings in the Webserver project to use PROGMEM where possible.
|
2010-03-10 12:48:20 +00:00 |
Dean Camera
|
015956baba
|
Oops - missing brackets in the declaration of a string in TELNETServerApp.c.
|
2010-02-15 13:50:04 +00:00 |
Dean Camera
|
c6f21fde62
|
Speed up Webserver demo data rate by not sending a full ethernet frame each time, preventing the receiver from using a delayed ACK scheme which slows down the connection. TELNET server cleanup.
|
2010-02-12 07:54:28 +00:00 |
Dean Camera
|
8154331da6
|
Move DHCP negotiation timer into the DHCP connection application state 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.
|
2010-02-12 07:27:26 +00:00 |
Dean Camera
|
7d3ed40070
|
Fix TELNET server locking up if an invalid command was issued.
|
2010-02-03 13:08:37 +00:00 |
Dean Camera
|
b9cf4815e5
|
Disable uIP connection polling for now - this seems to corrupt the buffers.
|
2010-02-03 11:31:59 +00:00 |
Dean Camera
|
16ea5aa7a2
|
Add a TELNET server to the webserver project, which currently can list active TCP connections.
|
2010-02-03 10:39:33 +00:00 |