A task management system. At least this was the initial idea. Basically this it the base code for the taskrambler framework.
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 75b3ca4a48 hopefully improve performance of gdbm...currently I think about replacing gdbm by tokyo cabinet 12 years ago
..
application fixed various memory management issues detected with valgrind 12 years ago
asset build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
auth created an authentication container. This could initialize the needed authentications and then be injected as a single object into the application class 12 years ago
cbuf build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
class add function to create an object with a va_list pointer instead of its argument list. Obviously the va_list must contain the correct values for the class constructor. 12 years ago
config fixed various memory management issues detected with valgrind 12 years ago
hash build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
http fix urldecode of post vars. I can't urldecode the whole body and then start splitting it into values because the urldecode can add reserved characters. I have to urldecode each value by it's own. TODO: check if the keys have to be urldecoded too. 12 years ago
interface remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid 12 years ago
logger build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
queue build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
router basic user update functionality 12 years ago
server NSA makes me paranoid ... try to get best supported cipher of the used browser and don't use RC4 at all 12 years ago
session build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
socket change download link for 0.1.7 12 years ago
storage hopefully improve performance of gdbm...currently I think about replacing gdbm by tokyo cabinet 12 years ago
stream build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
testers test code for zeroUuid on stack 12 years ago
tree build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
user add username to user class. This will contain the common name (cn) of an ldap authenticated user and the email address of an otherwise authenticated user. This is done to be able to have a good way to store an application user for ldap authenticated users. 12 years ago
utils urldecode post values 12 years ago
uuid add zero uuid instance 12 years ago
Makefile.am remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid 12 years ago
taskrambler.c more valgrind indicated fixes 12 years ago
testconfig.cfg make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented. 12 years ago