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 3300067ba3 delete temporary uuid data structures. 12 years ago
..
application added a generic router. This is a REST router that maps urls to specific functions which it tries to find via dlsym. That way the only thing to do to get a new REST functionality is to add a function that fits into the namesheme. All existing functionality is moved accordingly 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 build shared libraries from the parts that might be useful on their on and let taskrambler use them 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 build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
config build shared libraries from the parts that might be useful on their on and let taskrambler use them 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 added a generic router. This is a REST router that maps urls to specific functions which it tries to find via dlsym. That way the only thing to do to get a new REST functionality is to add a function that fits into the namesheme. All existing functionality is moved accordingly 12 years ago
interface implemented an application class as well as an http adapter for it and use it to start application logic by http requests as well as creating a fitting repsonse. Not perfect, but a start. This code is not finish and will not work...in fact it won't even compile i think. refs #24 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 add code to generate uuid version 3 and 5. With this we can generate the same uuid for a given name all the time 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 fix crash if storage files could not be opened. TODO give a fitting error message 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 fix and test uuidCompare 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 code to generate uuid version 3 and 5. With this we can generate the same uuid for a given name all the time 12 years ago
utils 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
uuid delete temporary uuid data structures. 12 years ago
Makefile.am add code to generate uuid version 3 and 5. With this we can generate the same uuid for a given name all the time 12 years ago
taskrambler.c added a generic router. This is a REST router that maps urls to specific functions which it tries to find via dlsym. That way the only thing to do to get a new REST functionality is to add a function that fits into the namesheme. All existing functionality is moved accordingly 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