summaryrefslogtreecommitdiffstats
path: root/src/proto/http.c
Commit message (Collapse)AuthorAgeFilesLines
* Removing because of conflict with new HTTP protocolDerek Pryor2006-08-111-173/+0Star
|
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-1/+1
| | | | even when __atribute__ (( unused )) is correctly set...
* Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)Michael Brown2006-03-231-1/+1
| | | | tcp.h.
* Fixes for gcc >= 3.2 from Georg BaumMichael Brown2005-05-241-7/+8
|
* Update to use buffer rather than processorMichael Brown2005-05-171-40/+11Star
|
* Updated to use new URL parser and new protocol API.Michael Brown2005-05-021-75/+70Star
| | | | | | Sort of works; the HTTP stuff is fine but the TCP code seems to be broken; it doesn't ACK the packets and just hands us the retransmitted packets instead.
* Moved protocols to proto/Michael Brown2005-05-011-0/+206