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 d3e7244592 disabled SSL support for now, cause it seems that it crashed the whole thing right now. 12 years ago
..
asset a fix in size of asset names and change in logging 12 years ago
auth as I currently have no idea whats the problem I first fixed all warnings...included the ldap warnings that where caused by the use of deprecated ldap_simple_bind_s and ldap_unbind_s. 12 years ago
cbuf changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess... 12 years ago
class change build system to accept CFLAGS 12 years ago
hash 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
http 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
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 12 years ago
queue change build system to accept CFLAGS 12 years ago
server disabled SSL support for now, cause it seems that it crashed the whole thing right now. 12 years ago
session change build system to accept CFLAGS 12 years ago
socket a fix in size of asset names and change in logging 12 years ago
stream changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess... 12 years ago
tree fix post order traversal used for destruction of existing tree 12 years ago
utils fix post order traversal used for destruction of existing tree 12 years ago
Makefile.am 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
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