aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/DHCPClientApp.h
Commit message (Collapse)AuthorAgeFilesLines
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Add RNDIS Device support to the Webserver project, so that the files stored ↵Dean Camera2011-05-221-109/+2
| | | | on the device can be viewed from a web-browser while the board is plugged into a host machine.
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-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 Camera2010-10-131-18/+19
| | | | tool made by Laszlo Monda
* Update all demos, projects and bootloaders to indent all function ↵Dean Camera2010-07-211-5/+10
| | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos.
* Minor documentation cleanups.Dean Camera2010-06-031-25/+25
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-169/+169
| | | | correctly converted to the target system's native end of line style.
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-2/+2
|
* Added ENABLE_TELNET_SERVER compile time option to the Webserver project to ↵Dean Camera2010-03-101-4/+7
| | | | | | disable the TELNET server if desired. Change over static strings in the Webserver project to use PROGMEM where possible.
* Add a TELNET server to the webserver project, which currently can list ↵Dean Camera2010-02-031-0/+166
active TCP connections.