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 |