log include/urweb/urweb_cpp.h

age author description
Fri, 13 Nov 2015 11:03:09 -0500 Ziv Scully Finish locking, but it's not yet tested rigorously.
Thu, 12 Nov 2015 16:36:35 -0500 Ziv Scully Fix committing multiple stores/flushes. Locking is WIP.
Thu, 12 Nov 2015 11:44:21 -0500 Ziv Scully Actually use transactional machinery for flushes this time.
Thu, 12 Nov 2015 09:15:50 -0500 Ziv Scully Simplify C interface.
Thu, 12 Nov 2015 08:46:51 -0500 Ziv Scully Merge.
Wed, 11 Nov 2015 20:01:48 -0500 Ziv Scully Rewrite LRU cache. Now uses one big hash table and is less buggy.
Mon, 19 Oct 2015 14:42:22 -0400 Ziv Scully Merge.
Sun, 13 Sep 2015 16:02:45 -0400 Ziv Scully Start work on pure expression caching.
Sun, 19 Jul 2015 19:03:11 -0700 Ziv Scully Rename C functions and remove functors nested inside modules.
Sun, 28 Jun 2015 12:46:51 -0700 Ziv Scully Progress on LRU cache but still more known bugs to fix.
Thu, 11 Dec 2014 02:05:41 -0500 Ziv Scully Merge.
Mon, 24 Nov 2014 20:47:38 -0500 Ziv Scully Merge.
Sat, 13 Sep 2014 19:16:07 -0400 Ziv Scully Merge.
Tue, 27 May 2014 21:38:01 -0400 Ziv Scully Merge.
Tue, 27 May 2014 21:14:13 -0400 Ziv Scully Finishes initial prototype, caching parameterless pages with table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly.
Sun, 01 Nov 2015 11:55:01 -0500 Adam Chlipala Basis.fromMilliseconds
Sat, 17 Oct 2015 11:08:12 -0400 Adam Chlipala Switching to a more dynamic method of handling database reconnection, restarting transactions
Sat, 17 Oct 2015 10:49:25 -0400 Adam Chlipala Start of support for surviving database-server restarts, for Postgres
Thu, 04 Dec 2014 19:54:04 -0500 Adam Chlipala Optimizing writes of single characters
Sun, 16 Nov 2014 13:39:18 -0500 Adam Chlipala uw_remoteSock()
Sun, 17 Aug 2014 13:07:56 -0400 Adam Chlipala New phase: Dbmodecheck
Thu, 31 Jul 2014 09:56:41 -0400 Adam Chlipala New .urp directive: file
Fri, 02 May 2014 15:32:10 -0400 Adam Chlipala HTML5 data-* attributes
Thu, 17 Apr 2014 17:41:24 -0400 Adam Chlipala uw_register_transactional() can return error codes
Wed, 26 Feb 2014 08:21:52 +0000 Sergey Mironov Define uw_loggers structure, allow FFI code to access it
Sat, 18 Jan 2014 18:26:24 -0500 Patrick Hurst Merge in upstream changes.
Mon, 09 Dec 2013 20:41:24 -0500 Patrick Hurst Declare datetimeDayOfWeek in urweb_cpp.h.
Thu, 05 Dec 2013 11:36:06 -0500 Patrick Hurst Add basic year/month/day/hour/minute/second <-> time functions.
Thu, 09 Jan 2014 17:27:24 -0500 Adam Chlipala Add 'html5' .urp directive
Mon, 23 Dec 2013 15:59:17 +0000 Adam Chlipala Proper handling of serialization failures during SQL COMMIT