3 Commits (48c8b070fcd47a26f874f34e2474731dcda374f4)

Author SHA1 Message Date
Georg Hopp 48c8b070fc changed ajax to get json and integrate a javascript countdown. 14 years ago
Georg Hopp 16fdf54de5 now the internal random value will be create only once every 30 seconds thus one can see that it is realy an internal state of the server 14 years ago
Georg Hopp 08533a4b62 oops, forgot one file 14 years ago
Georg Hopp 6591c0a6c7 changed callocs of memory not needed to be initialized to malloc 14 years ago
Georg Hopp 9f801ba422 changed all string operation within header handling with fixed length mem operations, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY 14 years ago
Georg Hopp 87b0d50d1d structural changes for worker/process. @TODO actually i have no idea why this happens. 14 years ago
Georg Hopp b38d402250 start documenting this whole stuff...well at least add a copyright information in each file 14 years ago
Georg Hopp e8a21ace31 lots of changes but primarily change the request parser to use a ringbuffer. The ringbuffer is implemented using the shared memory trick. 14 years ago
Georg Hopp 0fba746fe2 first working version of content delivery from file....very crude... @TODO: rewrite complete response handline. 14 years ago
Georg Hopp fa58a6cc81 make http request and response childs of a common parent http message 14 years ago
Georg Hopp e67667881f change response to tree based header storage and make everything work. 14 years ago
Georg Hopp f82c178b5b started a response handler and changed serverRun to use it for its response 14 years ago