aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/uip/uip-split.h
Commit message (Collapse)AuthorAgeFilesLines
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵Dean Camera2011-11-181-1/+1
| | | | driver source filenames to prevent ambiguities.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-25/+26
| | | | tool made by Laszlo Monda
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-103/+103
| | | | 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-103/+103
|
* Add uIP-split code to the Webserver project, so that each packet is split in ↵Dean Camera2010-02-181-0/+103
| | | | 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-96/+0
| | | | Contiki project by Adam Dunkels.
* Moved initial completed version of the Webserver project out of the ↵Dean Camera2010-01-251-0/+96
Projects/Incomplete directory.