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 b20f07df57 small change to rbac role ... this still is not really even started 12 years ago
..
header add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C). 14 years ago
interface more tests...and some little structural changes to make then happen correctly with coverage reports. KEEP IN MIND: coverage reports lie to you. (But they are a good hint to see whats not testes enough 14 years ago
message moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages. 14 years ago
parser changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess... 12 years ago
request add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C). 14 years ago
response add expires header for static assets (right now 1 week in the future) 12 years ago
worker add expires header for static assets (right now 1 week in the future) 12 years ago
writer make write more fair...until now it was written as long a possible given no chance for reading anymore... 12 years ago
Makefile.am build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
cookie.c replace calloc in http/cookie.c with quick fit approach. It seems that domain and path are never set...have to check this (most likely its not implemented now 12 years ago
header.c replace calloc in http/cookie.c with quick fit approach. 12 years ago
message.c most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees. 12 years ago
parser.c change last FREE to MEM_FREE 12 years ago
request.c replace calloc http/request.c with quick fit approach. 12 years ago
response.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
worker.c make sessions start on any request and clean them when they have timed out. 12 years ago
writer.c this is a huge one...removed cbuf for writing again.... This is not needed any more because I use memory mapped io for these. Additionally sanitised write error handling somewhat...anyway, under huge load I still observer unexpected connection closes. But maybe this is related to interrupt while reading...(reading is not handled very well right now) 12 years ago