summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Finish locking, but it's not yet tested rigorously.Gravatar Ziv Scully2015-11-13
* Fix committing multiple stores/flushes. Locking is WIP.Gravatar Ziv Scully2015-11-12
* Actually use transactional machinery for flushes this time.Gravatar Ziv Scully2015-11-12
* Simplify C interface.Gravatar Ziv Scully2015-11-12
* Merge.Gravatar Ziv Scully2015-11-12
|\
* | Rewrite LRU cache. Now uses one big hash table and is less buggy.Gravatar Ziv Scully2015-11-11
| * Basis.fromMillisecondsGravatar Adam Chlipala2015-11-01
* | Merge.Gravatar Ziv Scully2015-10-19
|\|
| * Switching to a more dynamic method of handling database reconnection, restart...Gravatar Adam Chlipala2015-10-17
| * Start of support for surviving database-server restarts, for PostgresGravatar Adam Chlipala2015-10-17
* | Start work on pure expression caching.Gravatar Ziv Scully2015-09-13
* | Rename C functions and remove functors nested inside modules.Gravatar Ziv Scully2015-07-19
* | Progress on LRU cache but still more known bugs to fix.Gravatar Ziv Scully2015-06-28
* | Merge.Gravatar Ziv Scully2015-03-27
|\|
* | Merge.Gravatar Ziv Scully2014-12-11
|\ \
* \ \ Merge.Gravatar Ziv Scully2014-11-24
|\ \ \
| | | * Compatibility fix in header fileGravatar Adam Chlipala2014-12-21
| | |/
| | * Optimizing writes of single charactersGravatar Adam Chlipala2014-12-04
| |/
| * uw_remoteSock()Gravatar Adam Chlipala2014-11-16
* | Merge.Gravatar Ziv Scully2014-09-13
|\|
| * New phase: DbmodecheckGravatar Adam Chlipala2014-08-17
| * New .urp directive: fileGravatar Adam Chlipala2014-07-31
* | Merge.Gravatar Ziv Scully2014-05-27
|\|
* | Finishes initial prototype, caching parameterless pages with table-match-base...Gravatar Ziv Scully2014-05-27
| * HTML5 data-* attributesGravatar Adam Chlipala2014-05-02
| * uw_register_transactional() can return error codesGravatar Adam Chlipala2014-04-17
| * Define uw_loggers structure, allow FFI code to access itGravatar Sergey Mironov2014-02-26
|/
* Merge in upstream changes.Gravatar Patrick Hurst2014-01-18
|\
| * Add 'html5' .urp directiveGravatar Adam Chlipala2014-01-09
| * Proper handling of serialization failures during SQL COMMITGravatar Adam Chlipala2013-12-23
| * Start SQL transactions as read-only when possible, based on conservative prog...Gravatar Adam Chlipala2013-12-12
| * HTTP: avoid duplicate Content-lengthGravatar Adam Chlipala2013-12-12
| * Change handling of returned text blobs, to activate the normal EWrite optimiz...Gravatar Adam Chlipala2013-12-11
| * Fix regression in http.c for long-polling connections; add lazy initializatio...Gravatar Adam Chlipala2013-12-11
* | Declare datetimeDayOfWeek in urweb_cpp.h.Gravatar Patrick Hurst2013-12-09
* | Add basic year/month/day/hour/minute/second <-> time functions.Gravatar Patrick Hurst2013-12-05
|/
* Add Connection and Content-length headers to raw HTTP responsesGravatar Adam Chlipala2013-11-27
* Remove autogenerated config.h.in from version controlGravatar Anders Kaseorg2013-11-22
* New header file scheme to support FFI code in either of C or C++ [based on su...Gravatar Adam Chlipala2013-10-11
* Remove uw_cutErrorLocation() hijinksGravatar Adam Chlipala2013-10-10
* Fix generation of timestamp literals for MySQL and SQLiteGravatar Adam Chlipala2012-11-30
* Basis.getenvGravatar Adam Chlipala2012-08-02
* Get regular forms working againGravatar Adam Chlipala2012-07-21
* Top.postFieldsGravatar Adam Chlipala2012-07-21
* Support fancy expressions in module-level 'val' declarationsGravatar Adam Chlipala2012-07-18
* Run-time CSS style validationGravatar Adam Chlipala2012-05-06
* Adaptations to ezyang's patchGravatar Adam Chlipala2012-05-03
* Add support for -boot flag, which allows in-tree execution of Ur/WebGravatar Edward Z. Yang2012-05-02
* Ensure proper ordering of <script> execution, to bring identifiers into scope...Gravatar Adam Chlipala2012-04-27
* Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely BudayGravatar Adam Chlipala2012-02-04