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 6899a0c11e updated changelog 12 years ago
..
interface most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees. 12 years ago
Makefile.am 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
add.c use now my own tree implementation as base for my hashes....sadly this thing is leaking memory again...on the other hand I workarounded the problem of a sometimes occuring infinite loop within connect. 12 years ago
cleanup.c optimized session handling. closes #41 12 years ago
delete.c code with abstraced application compiles again, but does not work correctly, start debugging. refs #24 12 years ago
each.c use now my own tree implementation as base for my hashes....sadly this thing is leaking memory again...on the other hand I workarounded the problem of a sometimes occuring infinite loop within connect. 12 years ago
get.c code with abstraced application compiles again, but does not work correctly, start debugging. refs #24 12 years ago
get_first.c optimized session handling. closes #41 12 years ago
hash.c optimized session handling. closes #41 12 years ago
value.c replace calloc in hash/value.c with quick fit approach 12 years ago