18 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 8ae57a9091 some more changes for documentation generation 12 years ago
Georg Hopp 6bc2df8686 use dragonegg config 12 years ago
Georg Hopp 6969258705 fix the fix...with the last change taskrambler closes connections unexpectedly. Hopefully this fixes ssl handling. 12 years ago
Georg Hopp d1f4c39dcd and do the same when read 12 years ago
Georg Hopp 2429393218 improved ssl write error handling...this hopefully fixes occasionally crashes when using ssl 12 years ago
Georg Hopp 6003df221e fix error handling on SSL handles 12 years ago
Georg Hopp 16f7a42968 checked SSL support, the only thing that was really broken was the error handling while reading data... well maybe writing has also bugs, but it works. 12 years ago
Georg Hopp 7ebd5a6a00 add subdir-objects to each Makefile.am 12 years ago
Georg Hopp 56fdd4bd00 changed socket handling according to my definition...and make sockets nonblocking as the answer of poll is just a guess... 12 years ago
Georg Hopp 0e1ec66463 this is a huge one...removed cbuf for writing again.... This is not needed any more because I use memory mapped io for these. Additionally sanitised write error handling somewhat...anyway, under huge load I still observer unexpected connection closes. But maybe this is related to interrupt while reading...(reading is not handled very well right now) 12 years ago
Georg Hopp a8b362f89d fix some warnings 12 years ago
Georg Hopp b832eea81c change build system to accept CFLAGS 12 years ago
Georg Hopp 0936b08b7e added first tests for server class 14 years ago
Georg Hopp db197db182 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
Georg Hopp 61f8dc58e1 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
Georg Hopp fa02368ab8 initial fork from server project 14 years ago