Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add security impersonation feature for running under IIS security | Shane Caraveo | 2002-03-18 | 2 | -9/+153 |
| | |||||
* | fix closing pipes | Shane Caraveo | 2002-03-17 | 1 | -14/+37 |
| | | | | | fix buffer overrun | ||||
* | Fix warning, hope this is okay. | Sebastian Bergmann | 2002-03-11 | 1 | -1/+0 |
| | |||||
* | combine fastcgi capability with regular cgi binary | Shane Caraveo | 2002-03-10 | 15 | -0/+7998 |
include fastcgi library for ease of windows builds NOTE: included fastcgi library is modified for thread safety, but fastcgi support in cgi_main.c is only written for single threaded serving. This does not present any issue for using fastcgi. |