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 66e84a7e5a update TODO 12 years ago
..
application display lines of code in page footer 12 years ago
auth remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid 12 years ago
class add makros to create an instance of a class on the stack (ment for global constant instances that never change, eg. defined NULL values) 12 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 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
interface remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid 12 years ago
logger moved logger to separate archive 14 years ago
rbac some more work on rbac 12 years ago
storage add storage delete functionality 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
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
permission.h some more stuff in rbac files...still nothing really useful, but finally I have more or less an idea how to implement it 12 years ago
queue.h some more changes for documentation generation 12 years ago
role.h some more stuff in rbac files...still nothing really useful, but finally I have more or less an idea how to implement it 12 years ago
router.h 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
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 add code to generate uuid version 3 and 5. With this we can generate the same uuid for a given name all the time 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 remove unnecessary stuff in user declaration 12 years ago
uuid.h add zero uuid instance 12 years ago