log src/c/cgi.c

age author description
2014-02-26 Sergey Mironov Define uw_loggers structure, allow FFI code to access it
2013-12-25 Adam Chlipala Tweaking handling of database transactions
2013-12-23 Adam Chlipala Proper handling of serialization failures during SQL COMMIT
2013-12-12 Adam Chlipala Start SQL transactions as read-only when possible, based on conservative program analysis
2013-03-05 Adam Chlipala Make CGI programs use Status header to set HTTP status code
2012-08-02 Adam Chlipala Basis.getenv
2012-01-10 Adam Chlipala Fix some locking issues for client array
2011-04-09 Adam Chlipala Each context gets its own non-repeating sequence of source numbers
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-07 Adam Chlipala More fixes for NetBSD support
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-06-27 Adam Chlipala .msgs processing in FastCGI
2009-06-23 Adam Chlipala cgi protocol