Dean Camera
|
3cba88e4c0
|
Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.
|
2011-05-22 08:28:40 +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
|
28401f7bb7
|
Spell check all source files once again to find any typos.
|
2010-07-29 16:20:45 +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
|
27eb17cb93
|
Change over unix line-endings to dos line endings.
|
2010-05-07 06:40:47 +00:00 |
Dean Camera
|
42b850f2b9
|
Use a temporary variable to hold the current URI length in the Webserver, rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
|
2010-02-18 05:33:35 +00:00 |
Dean Camera
|
3b6987bca3
|
Add uIP-split code to the Webserver project, so that each packet is split in half to avoid the delayed-ACK problem when communicating with other devices. Condense HTTP server code, so that the HTTP headers are all sent from the one state. Make default filename append to any directory URI, rather than just the root directory.
|
2010-02-18 02:19:43 +00:00 |
Dean Camera
|
84e1241f80
|
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
|
2010-02-02 12:51:05 +00:00 |
Dean Camera
|
15c408ab86
|
Moved initial completed version of the Webserver project out of the Projects/Incomplete directory.
|
2010-01-25 12:10:13 +00:00 |