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 8f04b4a8dd version bump 12 years ago
..
asset add subdir-objects to each Makefile.am 12 years ago
auth add subdir-objects to each Makefile.am 12 years ago
cbuf add subdir-objects to each Makefile.am 12 years ago
class add subdir-objects to each Makefile.am 12 years ago
hash add subdir-objects to each Makefile.am 12 years ago
http add subdir-objects to each Makefile.am 12 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 add subdir-objects to each Makefile.am 12 years ago
queue add subdir-objects to each Makefile.am 12 years ago
server fix deactivation of SSL 12 years ago
session add subdir-objects to each Makefile.am 12 years ago
socket add subdir-objects to each Makefile.am 12 years ago
stream add subdir-objects to each Makefile.am 12 years ago
tree add subdir-objects to each Makefile.am 12 years ago
utils fix post order traversal used for destruction of existing tree 12 years ago
Makefile.am add subdir-objects to each Makefile.am 12 years ago
binarytree.c realize that delete does not work correct. 12 years ago
cbufpool.c added idea comment for a cbuf pool to not always reinitialize these all the time... 12 years ago
hash.c fix post order traversal used for destruction of existing tree 12 years ago
mmapfiletest.c added thought about memory mapped asset handling, as well as a small mmap file test program. 12 years ago
mmapfiletest2.c added asset class and move mimetype handling in separate helper. Tested this with mmapfiletest2.c 12 years ago
rbtree.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
rbtree2.c now do all things within rbtree2 that are also done in rbtree 12 years ago
taskrambler.c changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess... 12 years ago