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 ed5dc629a2 add username to user class. This will contain the common name (cn) of an ldap authenticated user and the email address of an otherwise authenticated user. This is done to be able to have a good way to store an application user for ldap authenticated users. 12 years ago
..
application add username to user class. This will contain the common name (cn) of an ldap authenticated user and the email address of an otherwise authenticated user. This is done to be able to have a good way to store an application user for ldap authenticated users. 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 created an authentication container. This could initialize the needed authentications and then be injected as a single object into the application class 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 add function to create an object with a va_list pointer instead of its argument list. Obviously the va_list must contain the correct values for the class constructor. 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 remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid 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 generalise user handling more so that not only signup and login is possible but also password or userdata changes and further administration. 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 add storage delete functionality 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 test code for zeroUuid on stack 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 username to user class. This will contain the common name (cn) of an ldap authenticated user and the email address of an otherwise authenticated user. This is done to be able to have a good way to store an application user for ldap authenticated users. 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 add zero uuid instance 12 years ago
Makefile.am remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid 12 years ago
taskrambler.c use the new application container 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