Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Proper fix for bug #37205 | Dmitry Stogov | 2006-04-27 | 1 | -0/+13 | |
| | ||||||
* | Revert wrong fix | Dmitry Stogov | 2006-04-26 | 1 | -6/+4 | |
| | ||||||
* | Fixed bug #37205 (Serving binary content/images fails with "comm with server ↵ | Dmitry Stogov | 2006-04-26 | 1 | -4/+22 | |
| | | | | aborted" FastCGI err) | |||||
* | iFixed compilation on Solaris | Dmitry Stogov | 2006-04-24 | 1 | -0/+4 | |
| | ||||||
* | Fixed SUN_LEN calculation | Dmitry Stogov | 2006-04-18 | 1 | -2/+1 | |
| | ||||||
* | - Warning fixes by Steph | Marcus Boerger | 2006-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fix build on win32 | Frank M. Kromann | 2006-02-04 | 1 | -2/+5 | |
| | ||||||
* | Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI ↵ | Dmitry Stogov | 2006-02-03 | 1 | -2/+8 | |
| | | | | server) | |||||
* | Reimplement FastCGI interface | Dmitry Stogov | 2006-02-02 | 1 | -0/+908 | |
Due to licensing restrictions that actually don't allow anybody to use the libfcgi code without prior approval from Open Market, which is impossible to obtain - we decided to reimplement this interface from scratch. The result is actually slightly faster, and more importantly, clear of any copyright issues. |