15 Commits (1af8b32fdf1588b2533eb311d1c36b1d2398902b)

Author SHA1 Message Date
Georg Hopp a0ec357e0a closes #11: first very crude session handling implementation, no persitence no memory cleanups, spread over to much files TODO: clean this 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 4b5bcf89c0 a taste of ajax 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 59ccbf0207 closes #10: values for header ids are now stored in a char ** making multiple values for one id possible. Additionally added a jquery action that delivers the jquery java script and use it on the me action 14 years ago
Georg Hopp 01ae8736e9 now a child is spawned and writes random values in a shared memory segment. These values will be shown in the me action 14 years ago
Georg Hopp 063189e664 changed /**/ single line comments to // 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 7466e59298 first very crude, not complete, experimental 304 test implementation 14 years ago
Georg Hopp 1b7ef5030d better response handling but still buggy with stream piping 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
Georg Hopp cb75a749e9 start split of request parser 14 years ago