aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c/request.c
Commit message (Expand)AuthorAge
* Change Basis.debug to use the protocol's debug functionGravatar Adam Chlipala2010-12-12
* New argument to transactional free functions, to specify whether we are about...Gravatar Adam Chlipala2010-12-04
* In FastCGI, signal 304 with a header, not the usual HTTP/1.1 lineGravatar Adam Chlipala2010-11-20
* -limit for running timeGravatar Adam Chlipala2010-10-14
* Server-side 'onError'Gravatar Adam Chlipala2010-09-07
* Include new config.h in C source filesGravatar Adam Chlipala2010-05-30
* Normalize URLs to deal with page names that contain apostrophesGravatar Adam Chlipala2010-02-25
* Prototype memmem()Gravatar Adam Chlipala2010-02-06
* AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C ...Gravatar Adam Chlipala2010-02-06
* Switch to gcc -WallGravatar Adam Chlipala2010-01-28
* Handling errors during commitGravatar Adam Chlipala2010-01-26
* Database quotasGravatar Adam Chlipala2010-01-03
* Basis.serialize; separate file for mhash; run transactional finishers in reve...Gravatar Adam Chlipala2009-12-31
* All three current protocols work with move to using uw_appGravatar Adam Chlipala2009-12-27
* Basis.currentUrl, plus redirect debuggingGravatar Adam Chlipala2009-12-10
* Basis.url and redirectsGravatar Adam Chlipala2009-12-10
* Send RPCs with POST, to avoid cachingGravatar Adam Chlipala2009-11-21
* FastCGI working with lighttpdGravatar Adam Chlipala2009-06-27
* .msgs processing in FastCGIGravatar Adam Chlipala2009-06-27
* cgi protocolGravatar Adam Chlipala2009-06-23
* Further refactoring of request.c to work with CGIGravatar Adam Chlipala2009-06-23
* Factor out common request functionality, in preparation for supporting differ...Gravatar Adam Chlipala2009-06-23