Fri, 12 Jun 2009 13:48:22 -0400 |
Dan |
Considerably improved reliability of reboot code. Still producing respawn errors so currently disabled.
|
file |
diff |
annotate
|
Tue, 26 May 2009 15:24:26 -0400 |
Dan |
WebServer: fixed longstanding non-security fwrite buffer overflow bug
|
file |
diff |
annotate
|
Sun, 04 Jan 2009 22:56:57 -0500 |
Dan |
WebServer now does not attempt to destruct if threader is not up
|
file |
diff |
annotate
|
Tue, 23 Dec 2008 20:20:35 -0500 |
Dan |
A few miscellaneous fixes including modifying WebServer to write data in chunks (improved performance and reliability on a slow connection)
|
file |
diff |
annotate
|
Tue, 23 Dec 2008 17:37:51 -0500 |
Dan |
Cookies should now persist in WebServer under Safari
|
file |
diff |
annotate
|
Sat, 20 Dec 2008 17:41:13 -0500 |
Dan |
Fixed a bug in get_peer_info(); accept() now fully works for multiple bound addresses
|
file |
diff |
annotate
|
Sun, 23 Nov 2008 23:43:52 -0500 |
Dan |
Some backend changes to webserver to allow IPv6 binding
|
file |
diff |
annotate
|
Wed, 08 Oct 2008 21:56:21 -0400 |
Dan |
Fixed wrong PID variable in httpd fork
|
file |
diff |
annotate
|
Wed, 24 Sep 2008 13:47:23 -0400 |
Dan |
Fixed broken FORK_CHILD usage.
|
file |
diff |
annotate
|
Tue, 23 Sep 2008 23:24:13 -0400 |
Dan |
Replaced multithreading in WebServer with a full multithreading library that properly handles IPC and child management
|
file |
diff |
annotate
|
Mon, 01 Sep 2008 16:50:03 -0400 |
Dan |
Added full cookie support to webserver
|
file |
diff |
annotate
|
Mon, 01 Sep 2008 13:06:50 -0400 |
Dan |
Added artwork spriting support. Artwork is now displayed using a gigantic CSS sprite instead of hundreds of little images. GD required.
|
file |
diff |
annotate
|
Sun, 24 Aug 2008 02:04:09 -0400 |
Dan |
Out with the old (commented out as it was) request reading code, please
|
file |
diff |
annotate
|
Sun, 24 Aug 2008 01:28:52 -0400 |
Dan |
Major changes to webserver backend. All socket functions are abstracted to allow support for stream_* which seems to be both more widely supported and better at handling blocking and timeouts, at the cost of a small bit of speed. Keep-Alive times out properly and thanks to a bit of IPC code from stream_create_pair(), zombie children are mostly eliminated by proper pcntl_wait() being called when a child shuts down normally, and children die within 0.2sec if the parent receives a SIGTERM or SIGINT, even if the children are waiting on the socket.
|
file |
diff |
annotate
|