-
…e diff. These are the changes done within the sister project taskrambler, including reactivation of the existing tests as well as code coverage reports
-
… the existens of a valid ldap account
-
…ile parsing the request line i also get pic the path from it.
-
…s based on stings i created this generic hash class and use it to store the header right now. In future it will also be used to store cookie, get and post vars
-
… These are updated on reload or ajax call.
-
…d write methods for the given stream type. This is implemented as prerequesite for the SSL implemented
-
…emory cleanups, spread over to much files TODO: clean this
-
… can see that it is realy an internal state of the server
-
…est or a response message dependent on the initial message line (version first or last). TODO change constructor of response to use a len parameter for the reason
-
…ions, preventing multiple iterations over these strings. In theory this should improve performance in reality it seems that it is worse...CHECK WHY
-
…lues for one id possible. Additionally added a jquery action that delivers the jquery java script and use it on the me action
-
…e values will be shown in the me action
-
…\'echo -en "GET / HTTP\r\nConn" | nc -w 600 localhost 11212\' and then doing requests from my browser. @TODO: cleanup those stuff, check if a not correctly response reading would block the server.
-
…ing a single read and write circular buffer for every connection. @TODO: i noticed a server hang while getting large data (my image) with non keep-alive connections. Additionally an incomplete keep-alive request might stop the server now as the lock on the read buffer will not be released.
-
…alive sessions but is much slower without. actually i am not sure why but most likely the shared memory setup is quite expensive. @TODO: make a profiling.
-
… ringbuffer is implemented using the shared memory trick.
-
…and -2 es error indicator in my server and fixed caculation of remainig buffer size in reader
-
…ite complete response handline.
-
…ould be possible to implement a stream writer for images
-
… other systems. Removed the qsort calls on server->fds making O(2nlogn) to O(n)