aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/uip.c
Commit message (Collapse)AuthorAgeFilesLines
* Add RNDIS Device support to the Webserver project, so that the files stored ↵Dean Camera2011-05-221-4/+6
| | | | on the device can be viewed from a web-browser while the board is plugged into a host machine.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-76/+77
| | | | tool made by Laszlo Monda
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-4/+4
| | | | EN-GB spelling dictionary.
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-301-6/+6
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-1938/+1938
| | | | correctly converted to the target system's native end of line style.
* Change over unix line-endings to dos line endings.Dean Camera2010-05-071-1938/+1938
|
* Re-add Webserver uIP application polling, apply patch to uIP by Andrew Ruder ↵Dean Camera2010-02-031-0/+2
| | | | to fix corrupt TCP streams when multiple applications are used and the applications are polled for more data.
* Replace the Webserver demo's uIP with the latest code ripped from the ↵Dean Camera2010-02-021-72/+111
| | | | Contiki project by Adam Dunkels.
* Moved initial completed version of the Webserver project out of the ↵Dean Camera2010-01-251-0/+1897
Projects/Incomplete directory.