log src/c/request.c

age author description
2012-07-21 Adam Chlipala Get regular forms working again
2012-07-21 Adam Chlipala Top.postFields
2012-06-02 Adam Chlipala Avoid redundant rollbacks
2011-08-02 Adam Chlipala Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)
2011-04-09 Adam Chlipala Each context gets its own non-repeating sequence of source numbers
2011-03-18 Adam Chlipala Exit periodic loop if a ROLLBACK fails, to avoid infinite looping when the database server is brought down
2011-01-23 Adam Chlipala Proper error handling for periodic tasks
2011-01-23 Adam Chlipala Fix detection of POSTs to error pages
2011-01-23 Adam Chlipala Only announce URI serving in standalone HTTP server (grandfathered into release!)
2011-01-06 Adam Chlipala Basis.currentUrlHasPost
2011-01-03 Adam Chlipala Remove unnecessary #include (patch from Karn Kallio)
2010-12-27 Adam Chlipala Fix time comparison operators; safer saving of queryStrings
2010-12-26 Adam Chlipala queryString and effectfulUrl
2010-12-18 Adam Chlipala Periodic tasks
2010-12-18 Adam Chlipala postBody type
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