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 646d1e1c50 Added a new abstraction: hash. A a lot of things within http are key/value things based on stings i created this generic hash class and use it to store the header right now. In future it will also be used to store cookie, get and post vars 15 years ago
assets just a small change to update session info (and the session because every request does this) on window focus 11 years ago
certs closes #19: first integration of OpenSSL...this makes leak testing with valgrind a pain so i will think about some conditional to activate and deactivate it. Additionally it seems that some memory will be left over somewhere, maybe i missed somed cleanup function i have to call and finally the integration really needs error handling. 11 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. 11 years ago
include Added a new abstraction: hash. A a lot of things within http are key/value things based on stings i created this generic hash class and use it to store the header right now. In future it will also be used to store cookie, get and post vars 11 years ago
src Added a new abstraction: hash. A a lot of things within http are key/value things based on stings i created this generic hash class and use it to store the header right now. In future it will also be used to store cookie, get and post vars 11 years ago
tests some changes on the build system to create the first distribution 11 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 11 years ago
.gitignore more ignores of generated files 11 years ago
AUTHORS initial checkin 11 years ago
COPYING initial checkin 11 years ago
ChangeLog update changelog 11 years ago
Makefile.am add assets to dist dir 11 years ago
NEWS initial checkin 11 years ago
README added first generated documentation 11 years ago
README.md Add README.md 11 years ago
TODO log when connect fails 11 years ago
bootstrap initial checkin 11 years ago
configure.ac refs #19: Added a stream class. This is a delegate that uses the correct read and write methods for the given stream type. This is implemented as prerequesite for the SSL implemented 11 years ago

README.md

server

abstract

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

state

discontinued