18 Commits (70e4fce1a0925ed15716b387245d94c5ce2c94df)

Author SHA1 Message Date
Georg Hopp 70e4fce1a0 Use new class interface and update copyright information 12 years ago
Georg Hopp 01dc476775 utilize libtrdata 12 years ago
Georg Hopp 562407c88e now use libtrio for all io operations. 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 1094e9c9f0 make sessions start on any request and clean them when they have timed out. 13 years ago
Georg Hopp 76d164b80c make sessions start on any request and clean them when they have timed out. 13 years ago
Georg Hopp 36612df0da 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 13 years ago
Georg Hopp 817758272a remove occurences of write circular buffer 13 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) 13 years ago
Georg Hopp d235aaef32 try to use memory mapped io for asset access, but this one leaks like a rotten barge 13 years ago
Georg Hopp 5d2b27de1c remove specialized asset loadings and use generic one. 13 years ago
Georg Hopp 21abd36396 now sending non html data from one of the other folders also works 13 years ago
Georg Hopp 623a062df7 add suppport for file extension based mime type detection. 13 years ago
Georg Hopp acd20228d3 replace calloc http/worker.c with quick fit approach. 13 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 f0d05e1413 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
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