log src/c/request.c

age author description
2010-12-12 Adam Chlipala Change Basis.debug to use the protocol's debug function
2010-12-04 Adam Chlipala New argument to transactional free functions, to specify whether we are about to retry
2010-11-20 Adam Chlipala In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line
2010-10-14 Adam Chlipala -limit for running time
2010-09-07 Adam Chlipala Server-side 'onError'
2010-05-30 Adam Chlipala Include new config.h in C source files
2010-02-25 Adam Chlipala Normalize URLs to deal with page names that contain apostrophes
2010-02-06 Adam Chlipala Prototype memmem()
2010-02-06 Adam Chlipala AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
2010-01-28 Adam Chlipala Switch to gcc -Wall
2010-01-26 Adam Chlipala Handling errors during commit
2010-01-03 Adam Chlipala Database quotas
2009-12-31 Adam Chlipala Basis.serialize; separate file for mhash; run transactional finishers in reverse order; set needs_sig properly
2009-12-27 Adam Chlipala All three current protocols work with move to using uw_app
2009-12-10 Adam Chlipala Basis.currentUrl, plus redirect debugging
2009-12-10 Adam Chlipala Basis.url and redirects
2009-11-21 Adam Chlipala Send RPCs with POST, to avoid caching
2009-06-27 Adam Chlipala FastCGI working with lighttpd
2009-06-27 Adam Chlipala .msgs processing in FastCGI
2009-06-23 Adam Chlipala cgi protocol
2009-06-23 Adam Chlipala Further refactoring of request.c to work with CGI
2009-06-23 Adam Chlipala Factor out common request functionality, in preparation for supporting different protocols