aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/uip-split.c
Commit message (Collapse)AuthorAgeFilesLines
* Add RNDIS Device support to the Webserver project, so that the files stored ↵Dean Camera2011-05-221-3/+12
| | | | 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-6/+7
| | | | tool made by Laszlo Monda
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-141/+141
| | | | 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-141/+141
|
* Use a temporary variable to hold the current URI length in the Webserver, ↵Dean Camera2010-02-181-4/+0
| | | | rather than calling strlen() multiple times on an unchanged buffer. Clean up uip-split.c.
* Add uIP-split code to the Webserver project, so that each packet is split in ↵Dean Camera2010-02-181-0/+145
| | | | 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.
* Replace the Webserver demo's uIP with the latest code ripped from the ↵Dean Camera2010-02-021-136/+0
| | | | Contiki project by Adam Dunkels.
* Moved initial completed version of the Webserver project out of the ↵Dean Camera2010-01-251-0/+136
Projects/Incomplete directory.