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 636e495d2e fix wrong handling of session queue and thus the memory leak. 12 years ago
..
adapter/http fix wrong handling of session queue and thus the memory leak. 12 years ago
Makefile.am everything builds again 12 years ago
application.c fix wrong handling of session queue and thus the memory leak. 12 years ago
login.c login via ldap and gdbm now works. Signup stores the user account as well as the credentials but still returns a 500 and I have a memory leak most likely within the queue code. To reproduce this one has to start the server and send two requests via telnet to the server...no keep-alive just a single GET. refs #36 12 years ago
session_get.c make sessions start on any request and clean them when they have timed out. 12 years ago
session_start.c make sessions start on any request and clean them when they have timed out. 12 years ago
session_stop.c make sessions start on any request and clean them when they have timed out. 12 years ago
session_update.c make sessions start on any request and clean them when they have timed out. 12 years ago
signup.c now signup and login with storage of a hashed password works. 12 years ago