Mercurial > urweb
log src/c/cgi.c
age | author | description |
---|---|---|
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 |