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 b7e5348744 fix another small typo 14 years ago
assets add forgotten jquery assets 10 years ago
doc 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
include moved request parser to generic parser. This is now able to create either a request or a response message dependent on the initial message line (version first or last). TODO change constructor of response to use a len parameter for the reason 10 years ago
src fix another small typo 10 years ago
tests make http request and response childs of a common parent http message 10 years ago
.doxygen now a child is spawned and writes random values in a shared memory segment. These values will be shown in the me action 10 years ago
.gitignore more ignores of generated files 10 years ago
AUTHORS initial checkin 10 years ago
COPYING initial checkin 10 years ago
ChangeLog update changelog 10 years ago
Makefile.am make build system work again 10 years ago
NEWS initial checkin 10 years ago
README added first generated documentation 10 years ago
README.md Add README.md 10 years ago
TODO structural changes for worker/process. @TODO actually i have no idea why this happens. 10 years ago
bootstrap initial checkin 10 years ago
configure.ac get rid of some function calls when selection interfaces 10 years ago

README.md

server

abstract

Another abandoned server code base... this is kind of an ancestor of taskrambler.

state

discontinued