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 7ba8e72588 some additions to the project page 12 years ago
..
application code with abstraced application compiles again, but does not work correctly, start debugging. refs #24 12 years ago
auth huge changes in build system. Moved a lot of stuff to separate archives, not finished right now. Additionally add some support for coverage reports. Next step after build restructuring is to write tests. 14 years ago
class 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
hash code with abstraced application compiles again, but does not work correctly, start debugging. refs #24 12 years ago
http 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
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 moved logger to separate archive 14 years ago
stream Now all classes are moved in according archives. Coming closer to the original purpose of the class construct to build small independent reusable code fragments. 14 years ago
utils now every date header is formatted in GMT. Commment: We still have a very weak Etag implementation. 12 years ago
asset.h a fix in size of asset names and change in logging 12 years ago
auth.h add comment 12 years ago
cbuf.h simplified the quick fit interface 12 years ago
cbufpool.h more comments regarding cbuf pools. 12 years ago
class.h made all class and interface basics to a small lib. This is the first one. All other parts will become libs too. Right now these are only static libs but this way its easy to split them out if needed 14 years ago
commons.h 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
hash.h huge changes in build system. Moved a lot of stuff to separate archives, not finished right now. Additionally add some support for coverage reports. Next step after build restructuring is to write tests. 14 years ago
http.h moved logger to separate archive 14 years ago
logger.h moved logger to separate archive 14 years ago
queue.h moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages. 14 years ago
server.h 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
session.h code with abstraced application compiles again, but does not work correctly, start debugging. refs #24 12 years ago
socket.h changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess... 12 years ago
stream.h Now all classes are moved in according archives. Coming closer to the original purpose of the class construct to build small independent reusable code fragments. 14 years ago
tree.h 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