aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c/request.c
Commit message (Expand)AuthorAge
* Use our own memmem only when libc doesn’t have oneHEADmasterGravatar Benjamin Barenblat2018-11-07
* Enable -Wunused-parameterGravatar Benjamin Barenblat2017-08-07
* Rename memmem() to urweb_memmem(), to avoid unintentionally picking up protot...Gravatar Adam Chlipala2016-06-15
* At runtime, catch when we exceed 'limit inputs'Gravatar Adam Chlipala2016-03-30
* Check realloc's return code to prevent segfault on out of memory condition (P...Gravatar Sergey Mironov2014-08-24
* Check realloc's return code to prevent segfault on out of memoty conditionGravatar Sergey Mironov2014-08-23
* Call try_rollback before resetting the contextGravatar Sergey Mironov2014-06-15
* Align to sizeof(void *) instead of fixed 4Gravatar Adam Chlipala2014-05-28
* Define uw_loggers structure, allow FFI code to access itGravatar Sergey Mironov2014-02-26
* Proper handling of serialization failures during SQL COMMITGravatar Adam Chlipala2013-12-23
* Change Pthread thread creation logic to avoid Cygwin limitations with setting...Gravatar Adam Chlipala2013-10-14
* Get regular forms working againGravatar Adam Chlipala2012-07-21
* Top.postFieldsGravatar Adam Chlipala2012-07-21
* Avoid redundant rollbacksGravatar Adam Chlipala2012-06-02
* Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)Gravatar Adam Chlipala2011-08-02
* Each context gets its own non-repeating sequence of source numbersGravatar Adam Chlipala2011-04-09
* Exit periodic loop if a ROLLBACK fails, to avoid infinite looping when the da...Gravatar Adam Chlipala2011-03-18
* Proper error handling for periodic tasksGravatar Adam Chlipala2011-01-23
* Fix detection of POSTs to error pagesGravatar Adam Chlipala2011-01-23
* Only announce URI serving in standalone HTTP server (grandfathered into relea...Gravatar Adam Chlipala2011-01-23
* 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 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