Another abandoned server code base... this is kind of an ancestor of taskrambler.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Georg Hopp 45b4b354ba fix inf loop. @TODO: This whole handling has to be cleaned. 14 years ago
..
message more generalizing of response writing (implemented a response writer...now it should be possible to implement a stream writer for images 10 years ago
request lots of changes but primarily change the request parser to use a ringbuffer. The ringbuffer is implemented using the shared memory trick. 10 years ago
response now the separated http worker works. Changed some size_t to ssize_t as i use -1 and -2 es error indicator in my server and fixed caculation of remainig buffer size in reader 10 years ago
header.h change response to tree based header storage and make everything work. 10 years ago
message.h better response handling but still buggy with stream piping 10 years ago
request.h first working version of content delivery from file....very crude... @TODO: rewrite complete response handline. 10 years ago
response.h better response handling but still buggy with stream piping 10 years ago
worker.h lots of changes but primarily change the request parser to use a ringbuffer. The ringbuffer is implemented using the shared memory trick. 10 years ago