summaryrefslogtreecommitdiff
path: root/src/c/fastcgi.c
Commit message (Collapse)AuthorAge
* Include new config.h in C source filesGravatar Adam Chlipala2010-05-30
|
* AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C ↵Gravatar Adam Chlipala2010-02-06
| | | | files
* Change to satisfy GCC implicit aliasing rulesGravatar Adam Chlipala2010-01-30
|
* Update Makefile.in's with new Autotools; add extra 'return NULL' to placate ↵Gravatar Adam Chlipala2010-01-30
| | | | some -Wall
* Switch to gcc -WallGravatar Adam Chlipala2010-01-28
|
* Support for protocol-specific expunger dispatchGravatar Adam Chlipala2010-01-10
|
* All three current protocols work with move to using uw_appGravatar Adam Chlipala2009-12-27
|
* Fix parsing of long FastCGI lengthsGravatar Adam Chlipala2009-11-26
|
* FastCGI working with lighttpdGravatar Adam Chlipala2009-06-27
|
* .msgs processing in FastCGIGravatar Adam Chlipala2009-06-27
|
* Fix memory leak in fastcgi environment managementGravatar Adam Chlipala2009-06-27
|
* Fix env-reading bug in fastcgi; a bunch of non-AJAXy demos workingGravatar Adam Chlipala2009-06-27
|
* Serving Hello via FastCGIGravatar Adam Chlipala2009-06-27
|
* Successfully starting FastCGI sessions with ApacheGravatar Adam Chlipala2009-06-27