log src/c/fastcgi.c

age author description
2010-02-06 Adam Chlipala AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
2010-01-30 Adam Chlipala Change to satisfy GCC implicit aliasing rules
2010-01-30 Adam Chlipala Update Makefile.in's with new Autotools; add extra 'return NULL' to placate some -Wall
2010-01-28 Adam Chlipala Switch to gcc -Wall
2010-01-10 Adam Chlipala Support for protocol-specific expunger dispatch
2009-12-27 Adam Chlipala All three current protocols work with move to using uw_app
2009-11-26 Adam Chlipala Fix parsing of long FastCGI lengths
2009-06-27 Adam Chlipala FastCGI working with lighttpd
2009-06-27 Adam Chlipala .msgs processing in FastCGI
2009-06-27 Adam Chlipala Fix memory leak in fastcgi environment management
2009-06-27 Adam Chlipala Fix env-reading bug in fastcgi; a bunch of non-AJAXy demos working
2009-06-27 Adam Chlipala Serving Hello via FastCGI
2009-06-27 Adam Chlipala Successfully starting FastCGI sessions with Apache