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 7005c8860a make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented. 12 years ago
..
application optimized session handling. closes #41 12 years ago
auth some more changes for documentation generation 12 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
config make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented. 12 years ago
hash optimized session handling. closes #41 12 years ago
http show taskrambler version in Frontend 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
storage now signup and login with storage of a hashed password works. 12 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 add facility to de/activate tree base memory optimizations 12 years ago
asset.h a fix in size of asset names and change in logging 12 years ago
auth.h put most of the parts for simple signup/login in place...not tested now as it is late. Hopefully tomorrow I find the time to setup a small testform and bring this whole thing finally to work. refs #36 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 some more changes for documentation generation 12 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 make sessions start on any request and clean them when they have timed out. 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
user.h now signup and login with storage of a hashed password works. 12 years ago