15 Commits (ed5dc629a2c44f0b086995bf91a0a2a749879bc9)

Author SHA1 Message Date
Georg Hopp 8710078a03 build shared libraries from the parts that might be useful on their on and let taskrambler use them 12 years ago
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
Georg Hopp 6bc2df8686 use dragonegg config 12 years ago
Georg Hopp 04250fb43a only mmap a file if its size is larger than 0 bytes 12 years ago
Georg Hopp 9b7df5312b fix wrong constant used in access 12 years ago
Georg Hopp e0abf3ac91 now every date header is formatted in GMT. Commment: We still have a very weak Etag implementation. 12 years ago
Georg Hopp d9193d2e7e now don't add a NULL asset to the hash. 12 years ago
Georg Hopp 7ebd5a6a00 add subdir-objects to each Makefile.am 12 years ago
Georg Hopp 1249d85779 a fix in size of asset names and change in logging 12 years ago
Georg Hopp c8dc541c48 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
Georg Hopp 417b9f6d8f most likely found a bug in the glibc tdelete implementation...don't have the mood of building a simple testcase for reporting. Maybe I do when I have implemented my own trees. 12 years ago
Georg Hopp f9ef11ad76 fix cleanup of NULL asset_pool 12 years ago
Georg Hopp 3289d758c9 now asset is by itself hashable...and the leaking issue seems to be fixed. 12 years ago
Georg Hopp d235aaef32 try to use memory mapped io for asset access, but this one leaks like a rotten barge 12 years ago
Georg Hopp d6cd2bbae9 added asset class and move mimetype handling in separate helper. Tested this with mmapfiletest2.c 12 years ago