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 a8b362f89d fix some warnings 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 replace calloc http/parser.c with quick fit approach. 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 use quick fit approach in message 12 years ago
worker code formatting 12 years ago
writer moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages. 14 years ago
Makefile.am change build system to accept CFLAGS 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 use quick fit approach in message 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 replace calloc in response.c with quick fit approach 12 years ago
worker.c replace calloc http/worker.c with quick fit approach. 12 years ago
writer.c moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages. 14 years ago