aboutsummaryrefslogtreecommitdiff
path: root/Projects/Webserver/Lib/TELNETServerApp.c
AgeCommit message (Expand)Author
2012-02-05Add new tag for the LUFA-120219-BETA release.LUFA-120219-BETADean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-05-26Update Webserver project to remove DHCP IP configuration status notification.Dean
2011-01-01Update copyright year on all source files.Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-05-08Add svn:eol-style property to source files, so that the line endings are corr...Dean
2010-03-10Added ENABLE_TELNET_SERVER compile time option to the Webserver project to di...Dean
2010-02-15Oops - missing brackets in the declaration of a string in TELNETServerApp.c.Dean
2010-02-12Speed up Webserver demo data rate by not sending a full ethernet frame each t...Dean
2010-02-12Move DHCP negotiation timer into the DHCP connection application state struct...Dean
2010-02-03Fix TELNET server locking up if an invalid command was issued.Dean
2010-02-03Disable uIP connection polling for now - this seems to corrupt the buffers.Dean
2010-02-03Add a TELNET server to the webserver project, which currently can list active...Dean