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 14cdc46429 experiment with attributes 12 years ago
..
application 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
asset only mmap a file if its size is larger than 0 bytes 12 years ago
auth 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
cbuf add subdir-objects to each Makefile.am 12 years ago
class add subdir-objects to each Makefile.am 12 years ago
hash code with abstraced application compiles again, but does not work correctly, start debugging. refs #24 12 years ago
http 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
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 add subdir-objects to each Makefile.am 12 years ago
queue 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
server use any value less than 0 as event done for ssl accept. 12 years ago
session 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
socket add subdir-objects to each Makefile.am 12 years ago
storage 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
stream fix error handling on SSL handles 12 years ago
tree code formatting 12 years ago
user now signup and login with storage of a hashed password works. 12 years ago
utils now signup and login with storage of a hashed password works. 12 years ago
Makefile.am everything builds again 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 now signup and login with storage of a hashed password works. 12 years ago
usertest.c use user class to load and get user informations. 12 years ago
uuid.c make sessions start on any request and clean them when they have timed out. 12 years ago