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 1f40d1bc4b alternative approach on delete of single child nodes. This one really exchanges the nodes, thus preventing large copy on big data that might be in the tree...anyway, for small data i think the other approach is faster. 13 years ago
..
auth change build system to accept CFLAGS 13 years ago
cbuf change build system to accept CFLAGS 13 years ago
class change build system to accept CFLAGS 13 years ago
hash change build system to accept CFLAGS 13 years ago
http change build system to accept CFLAGS 13 years ago
interface Now all classes are moved in according archives. Coming closer to the original purpose of the class construct to build small independent reusable code fragments. 14 years ago
logger change build system to accept CFLAGS 13 years ago
queue change build system to accept CFLAGS 13 years ago
server fix some warnings 13 years ago
session change build system to accept CFLAGS 13 years ago
socket change build system to accept CFLAGS 13 years ago
stream fix some warnings 13 years ago
utils fix some warnings 13 years ago
Makefile.am change build system to accept CFLAGS 13 years ago
binarytree.c alternative approach on delete of single child nodes. This one really exchanges the nodes, thus preventing large copy on big data that might be in the tree...anyway, for small data i think the other approach is faster. 13 years ago
cbufpool.c added idea comment for a cbuf pool to not always reinitialize these all the time... 13 years ago
taskrambler.c fix some warnings 13 years ago