log src/c/fastcgi.c

age author description
2011-04-09 Adam Chlipala Each context gets its own non-repeating sequence of source numbers
2011-03-12 Adam Chlipala Add a cast to avoid warnings about toupper() on some platforms
2011-01-22 Adam Chlipala Using FastCGI debug info
2010-11-20 Adam Chlipala In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line
2010-05-30 Adam Chlipala Include new config.h in C source files
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