aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/urweb/types_cpp.h
Commit message (Collapse)AuthorAge
* 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the processGravatar Adam Chlipala2018-06-03
|
* Increase size of string buffer for error messagesGravatar Adam Chlipala2017-02-24
|
* Support for <meta> tagsGravatar Adam Chlipala2016-05-15
|
* Sqlcache: also record script additions; do a MonoReduce afterward, to help ↵Gravatar Adam Chlipala2016-03-12
| | | | Prepare do a better job
* Remove duplicate typedef declarations.Gravatar Ziv Scully2015-12-30
|
* 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
|
* Rewrite LRU cache. Now uses one big hash table and is less buggy.Gravatar Ziv Scully2015-11-11
|
* 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
|
* Define uw_loggers structure, allow FFI code to access itGravatar Sergey Mironov2014-02-26
|
* Add 'html5' .urp directiveGravatar Adam Chlipala2014-01-09
|
* Start SQL transactions as read-only when possible, based on conservative ↵Gravatar Adam Chlipala2013-12-12
| | | | program analysis
* New header file scheme to support FFI code in either of C or C++ [based on ↵Gravatar Adam Chlipala2013-10-11
suggestion by Ron de Bruijn]