Sun, 20 Dec 2015 14:18:52 -0500 |
Adam Chlipala |
Merge Sqlcache |
Fri, 20 Nov 2015 11:51:14 -0500 |
Ziv Scully |
Add read locks around time read in store. |
Fri, 20 Nov 2015 10:51:43 -0500 |
Ziv Scully |
Tiny concurrency bugfix (race condition on cache->timeNow). |
Thu, 19 Nov 2015 16:02:04 -0500 |
Adam Chlipala |
Fix condition for installing new cache entries |
Thu, 19 Nov 2015 13:18:58 -0500 |
Adam Chlipala |
Fix a read-after-free bug using a timestamp check |
Thu, 19 Nov 2015 10:31:47 -0500 |
Adam Chlipala |
Fix a few C memory bugs |
Tue, 17 Nov 2015 02:44:37 -0500 |
Ziv Scully |
Make cache flushes happen immediately instead of at end of transaction. |
Fri, 13 Nov 2015 11:03:09 -0500 |
Ziv Scully |
Finish locking, but it's not yet tested rigorously. |
Fri, 13 Nov 2015 01:05:22 -0500 |
Ziv Scully |
Remove debugging print statement. |
Fri, 13 Nov 2015 01:04:32 -0500 |
Ziv Scully |
Fix issue with one-element caches. Locking still WIP. |
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. |