summaryrefslogtreecommitdiff
path: root/src/c/request.c
Commit message (Collapse)AuthorAge
* Basis.currentUrlHasPostGravatar Adam Chlipala2011-01-06
|
* Remove unnecessary #include (patch from Karn Kallio)Gravatar Adam Chlipala2011-01-03
|
* Fix time comparison operators; safer saving of queryStringsGravatar Adam Chlipala2010-12-27
|
* queryString and effectfulUrlGravatar Adam Chlipala2010-12-26
|
* Periodic tasksGravatar Adam Chlipala2010-12-18
|
* postBody typeGravatar Adam Chlipala2010-12-18
|
* 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 ↵Gravatar Adam Chlipala2010-12-04
| | | | about to retry
* 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
| | | | files
* 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 ↵Gravatar Adam Chlipala2009-12-31
| | | | reverse order; set needs_sig properly
* 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 ↵Gravatar Adam Chlipala2009-06-23
different protocols