| Commit message (Expand) | Author | Age |
* | Use our own memmem only when libc doesn’t have one | Benjamin Barenblat | 2018-11-07 |
* | Enable -Wunused-parameter | Benjamin Barenblat | 2017-08-07 |
* | Rename memmem() to urweb_memmem(), to avoid unintentionally picking up protot... | Adam Chlipala | 2016-06-15 |
* | At runtime, catch when we exceed 'limit inputs' | Adam Chlipala | 2016-03-30 |
* | Check realloc's return code to prevent segfault on out of memory condition (P... | Sergey Mironov | 2014-08-24 |
* | Check realloc's return code to prevent segfault on out of memoty condition | Sergey Mironov | 2014-08-23 |
* | Call try_rollback before resetting the context | Sergey Mironov | 2014-06-15 |
* | Align to sizeof(void *) instead of fixed 4 | Adam Chlipala | 2014-05-28 |
* | Define uw_loggers structure, allow FFI code to access it | Sergey Mironov | 2014-02-26 |
* | Proper handling of serialization failures during SQL COMMIT | Adam Chlipala | 2013-12-23 |
* | Change Pthread thread creation logic to avoid Cygwin limitations with setting... | Adam Chlipala | 2013-10-14 |
* | Get regular forms working again | Adam Chlipala | 2012-07-21 |
* | Top.postFields | Adam Chlipala | 2012-07-21 |
* | Avoid redundant rollbacks | Adam Chlipala | 2012-06-02 |
* | Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng) | Adam Chlipala | 2011-08-02 |
* | Each context gets its own non-repeating sequence of source numbers | Adam Chlipala | 2011-04-09 |
* | Exit periodic loop if a ROLLBACK fails, to avoid infinite looping when the da... | Adam Chlipala | 2011-03-18 |
* | Proper error handling for periodic tasks | Adam Chlipala | 2011-01-23 |
* | Fix detection of POSTs to error pages | Adam Chlipala | 2011-01-23 |
* | Only announce URI serving in standalone HTTP server (grandfathered into relea... | Adam Chlipala | 2011-01-23 |
* | Basis.currentUrlHasPost | Adam Chlipala | 2011-01-06 |
* | Remove unnecessary #include (patch from Karn Kallio) | Adam Chlipala | 2011-01-03 |
* | Fix time comparison operators; safer saving of queryStrings | Adam Chlipala | 2010-12-27 |
* | queryString and effectfulUrl | Adam Chlipala | 2010-12-26 |
* | Periodic tasks | Adam Chlipala | 2010-12-18 |
* | postBody type | Adam Chlipala | 2010-12-18 |
* | Change Basis.debug to use the protocol's debug function | Adam Chlipala | 2010-12-12 |
* | New argument to transactional free functions, to specify whether we are about... | Adam Chlipala | 2010-12-04 |
* | In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line | Adam Chlipala | 2010-11-20 |
* | -limit for running time | Adam Chlipala | 2010-10-14 |
* | Server-side 'onError' | Adam Chlipala | 2010-09-07 |
* | Include new config.h in C source files | Adam Chlipala | 2010-05-30 |
* | Normalize URLs to deal with page names that contain apostrophes | Adam Chlipala | 2010-02-25 |
* | Prototype memmem() | Adam Chlipala | 2010-02-06 |
* | AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C ... | Adam Chlipala | 2010-02-06 |
* | Switch to gcc -Wall | Adam Chlipala | 2010-01-28 |
* | Handling errors during commit | Adam Chlipala | 2010-01-26 |
* | Database quotas | Adam Chlipala | 2010-01-03 |
* | Basis.serialize; separate file for mhash; run transactional finishers in reve... | Adam Chlipala | 2009-12-31 |
* | All three current protocols work with move to using uw_app | Adam Chlipala | 2009-12-27 |
* | Basis.currentUrl, plus redirect debugging | Adam Chlipala | 2009-12-10 |
* | Basis.url and redirects | Adam Chlipala | 2009-12-10 |
* | Send RPCs with POST, to avoid caching | Adam Chlipala | 2009-11-21 |
* | FastCGI working with lighttpd | Adam Chlipala | 2009-06-27 |
* | .msgs processing in FastCGI | Adam Chlipala | 2009-06-27 |
* | cgi protocol | Adam Chlipala | 2009-06-23 |
* | Further refactoring of request.c to work with CGI | Adam Chlipala | 2009-06-23 |
* | Factor out common request functionality, in preparation for supporting differ... | Adam Chlipala | 2009-06-23 |