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 6a837618b5 add todo for session memory overflow 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 moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 12 years ago
message utilize libtrdata 12 years ago
parser utilize libtrdata 12 years ago
request 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
response utilize libtrdata 12 years ago
worker utilize libtrdata 12 years ago
writer utilize libtrdata 12 years ago
Makefile.am 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
cookie.c move all hashing helper code in separate library 12 years ago
header.c utilize libtrdata 12 years ago
message.c utilize libtrdata 12 years ago
parser.c utilize libtrdata 12 years ago
request.c utilize libtrdata 12 years ago
response.c moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 12 years ago
worker.c utilize libtrdata 12 years ago
writer.c utilize libtrdata 12 years ago