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 ae75d9d635 remove daemonize again 14 years ago
assets changed frontend to make it to use ldap login and simple session setup without username 10 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. 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 added a first basic athentication system with ldap binding. Now login depends on the existens of a valid ldap account 10 years ago
src remove daemonize again 10 years ago
tests some changes on the build system to create the first distribution 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 exclude new executable name from repo 10 years ago
AUTHORS initial checkin 10 years ago
COPYING initial checkin 10 years ago
ChangeLog update changelog 10 years ago
Makefile.am add assets to dist dir 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 log when connect fails 10 years ago
bootstrap initial checkin 10 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 10 years ago

README.md

server

abstract

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

state

discontinued