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 126a8ca3e9 fixed various memory management issues detected with valgrind 12 years ago
..
adapter/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
controller fixed various memory management issues detected with valgrind 12 years ago
Makefile.am basic user update functionality 12 years ago
application.c use the new application container 12 years ago
create_user.c fixed various memory management issues detected with valgrind 12 years ago
get_user.c 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
login.c fixed various memory management issues detected with valgrind 12 years ago
logout.c logout no longer tries to stop the session. Now simply the user is removed. 12 years ago
session_cleanup.c 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
session_get.c optimized session handling. closes #41 12 years ago
session_start.c optimized session handling. closes #41 12 years ago
session_stop.c optimized session handling. closes #41 12 years ago
update_password.c fixed various memory management issues detected with valgrind 12 years ago
update_user.c fixed various memory management issues detected with valgrind 12 years ago