13 Commits (01dc476775bc7d8c2e457ec92a72a0dc7d9fc2fd)

Author SHA1 Message Date
Georg Hopp 01dc476775 utilize libtrdata 12 years ago
Georg Hopp 562407c88e now use libtrio for all io operations. 12 years ago
Georg Hopp cf7f338bb2 move all hashing helper code in separate library 12 years ago
Georg Hopp 67b37a057b moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_ 12 years ago
Georg Hopp 691673991c make write more fair...until now it was written as long a possible given no chance for reading anymore... 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 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 d235aaef32 try to use memory mapped io for asset access, but this one leaks like a rotten barge 12 years ago
Georg Hopp b615fb8b01 moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages. 14 years ago
Georg Hopp 59400ca901 changed HttpMessageQueue to be a real queue and not a fixed size array 14 years ago
Georg Hopp dd9d49d5a9 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
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