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
eb2c5299e7
changed favicon
|
12 years ago |
| .. |
|
application
|
now it works mostly as before...the only difference is that you really have to be logged in to see the rand value
|
12 years ago |
|
asset
|
only mmap a file if its size is larger than 0 bytes
|
12 years ago |
|
auth
|
add subdir-objects to each Makefile.am
|
12 years ago |
|
cbuf
|
add subdir-objects to each Makefile.am
|
12 years ago |
|
class
|
add subdir-objects to each Makefile.am
|
12 years ago |
|
hash
|
code with abstraced application compiles again, but does not work correctly, start debugging. refs #24
|
12 years ago |
|
http
|
most stuff works...the session timeout will not be reset correctly within some answers, anyway it mostly works. 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
|
add subdir-objects to each Makefile.am
|
12 years ago |
|
queue
|
add subdir-objects to each Makefile.am
|
12 years ago |
|
server
|
use any value less than 0 as event done for ssl accept.
|
12 years ago |
|
session
|
code with abstraced application compiles again, but does not work correctly, start debugging. refs #24
|
12 years ago |
|
socket
|
add subdir-objects to each Makefile.am
|
12 years ago |
|
stream
|
fix error handling on SSL handles
|
12 years ago |
|
tree
|
add subdir-objects to each Makefile.am
|
12 years ago |
|
utils
|
now every date header is formatted in GMT. Commment: We still have a very weak Etag implementation.
|
12 years ago |
|
Makefile.am
|
code with abstraced application compiles again, but does not work correctly, start debugging. refs #24
|
12 years ago |
|
binarytree.c
|
realize that delete does not work correct.
|
12 years ago |
|
cbufpool.c
|
added idea comment for a cbuf pool to not always reinitialize these all the time...
|
12 years ago |
|
hash.c
|
fix post order traversal used for destruction of existing tree
|
12 years ago |
|
mmapfiletest.c
|
added thought about memory mapped asset handling, as well as a small mmap file test program.
|
12 years ago |
|
mmapfiletest2.c
|
added asset class and move mimetype handling in separate helper. Tested this with mmapfiletest2.c
|
12 years ago |
|
rbtree.c
|
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 |
|
rbtree2.c
|
now do all things within rbtree2 that are also done in rbtree
|
12 years ago |
|
taskrambler.c
|
code with abstraced application compiles again, but does not work correctly, start debugging. refs #24
|
12 years ago |