Mercurial > urweb
log src/c/http.c
age | author | description |
---|---|---|
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 | 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 |
2010-01-05 | Adam Chlipala | Basis.textBlob; support HTTP requests with no headers |
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-27 | Adam Chlipala | Successfully starting FastCGI sessions with Apache |
2009-06-23 | Adam Chlipala | cgi protocol |
2009-06-23 | Adam Chlipala | Initial implementation of protocols in Settings base src/c/driver.c@0971a0287cf6 |