| Commit message (Expand) | Author | Age |
* | Prepare Postgres code for NULL error fields | Adam Chlipala | 2016-06-17 |
* | abs and floor added | Karen Sargsyan | 2016-05-23 |
* | asin, acos, atan, atan2 added | Karen Sargsyan | 2016-05-22 |
* | Some basic math functions: pow, sqrt, sin, cos, log, exp are added to work at... | Karen Sargsyan | 2016-05-21 |
* | Support for <meta> tags | Adam Chlipala | 2016-05-15 |
* | Sqlcache: also record script additions; do a MonoReduce afterward, to help Pr... | Adam Chlipala | 2016-03-12 |
* | Finish locking, but it's not yet tested rigorously. | Ziv Scully | 2015-11-13 |
* | Fix committing multiple stores/flushes. Locking is WIP. | Ziv Scully | 2015-11-12 |
* | Actually use transactional machinery for flushes this time. | Ziv Scully | 2015-11-12 |
* | Simplify C interface. | Ziv Scully | 2015-11-12 |
* | Merge. | Ziv Scully | 2015-11-12 |
|\ |
|
* | | Rewrite LRU cache. Now uses one big hash table and is less buggy. | Ziv Scully | 2015-11-11 |
| * | Basis.fromMilliseconds | Adam Chlipala | 2015-11-01 |
* | | Merge. | Ziv Scully | 2015-10-19 |
|\| |
|
| * | Switching to a more dynamic method of handling database reconnection, restart... | Adam Chlipala | 2015-10-17 |
| * | Start of support for surviving database-server restarts, for Postgres | Adam Chlipala | 2015-10-17 |
* | | Start work on pure expression caching. | Ziv Scully | 2015-09-13 |
* | | Rename C functions and remove functors nested inside modules. | Ziv Scully | 2015-07-19 |
* | | Progress on LRU cache but still more known bugs to fix. | Ziv Scully | 2015-06-28 |
* | | Merge. | Ziv Scully | 2014-12-11 |
|\| |
|
* | | Merge. | Ziv Scully | 2014-11-24 |
|\ \ |
|
| | * | Optimizing writes of single characters | Adam Chlipala | 2014-12-04 |
| |/ |
|
| * | uw_remoteSock() | Adam Chlipala | 2014-11-16 |
* | | Merge. | Ziv Scully | 2014-09-13 |
|\| |
|
| * | New phase: Dbmodecheck | Adam Chlipala | 2014-08-17 |
| * | New .urp directive: file | Adam Chlipala | 2014-07-31 |
* | | Merge. | Ziv Scully | 2014-05-27 |
|\| |
|
* | | Finishes initial prototype, caching parameterless pages with table-match-base... | Ziv Scully | 2014-05-27 |
| * | HTML5 data-* attributes | Adam Chlipala | 2014-05-02 |
| * | uw_register_transactional() can return error codes | Adam Chlipala | 2014-04-17 |
| * | Define uw_loggers structure, allow FFI code to access it | Sergey Mironov | 2014-02-26 |
|/ |
|
* | Merge in upstream changes. | Patrick Hurst | 2014-01-18 |
|\ |
|
| * | Add 'html5' .urp directive | Adam Chlipala | 2014-01-09 |
| * | Proper handling of serialization failures during SQL COMMIT | Adam Chlipala | 2013-12-23 |
| * | Start SQL transactions as read-only when possible, based on conservative prog... | Adam Chlipala | 2013-12-12 |
| * | HTTP: avoid duplicate Content-length | Adam Chlipala | 2013-12-12 |
| * | Change handling of returned text blobs, to activate the normal EWrite optimiz... | Adam Chlipala | 2013-12-11 |
| * | Fix regression in http.c for long-polling connections; add lazy initializatio... | Adam Chlipala | 2013-12-11 |
* | | Declare datetimeDayOfWeek in urweb_cpp.h. | Patrick Hurst | 2013-12-09 |
* | | Add basic year/month/day/hour/minute/second <-> time functions. | Patrick Hurst | 2013-12-05 |
|/ |
|
* | Add Connection and Content-length headers to raw HTTP responses | Adam Chlipala | 2013-11-27 |
* | New header file scheme to support FFI code in either of C or C++ [based on su... | Adam Chlipala | 2013-10-11 |