summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #2 from JasonGross/travis-ymlGravatar Adam Chlipala2015-12-31
|\ | | | | Add .travis.yml for automated testing
| * Pass --with-openssl to make use of brew's openssl on OSXGravatar Jason Gross2015-12-30
| |
| * Also install openssl from brew on OSX in TravisGravatar Jason Gross2015-12-30
| | | | | | | | | | | | [A Google search](https://github.com/devsisters/gospdyquic/issues/1#issuecomment-102892729) suggests that the problem is that Mac OSX OpenSSL headers are broken.
| * Add tap for mlton on osxGravatar Jason Gross2015-12-30
| |
| * Add build status image to README.mdGravatar Jason Gross2015-12-30
| |
| * Add .travis.yml for automated testingGravatar Jason Gross2015-12-30
|/
* Remove old Mercurial referenceGravatar Adam Chlipala2015-12-20
|
* Imported to Git from MercurialGravatar Adam Chlipala2015-12-20
|
* Return to working version modeGravatar Adam Chlipala2015-12-20
|
* New releaseGravatar Adam Chlipala2015-12-20
|
* Short manual note on -sqlcacheGravatar Adam Chlipala2015-12-20
|
* Merge SqlcacheGravatar Adam Chlipala2015-12-20
|\
* | Unnest properly in presence of kind polymorphismGravatar Adam Chlipala2015-12-20
| |
* | Fixing dynClass for <tr>sGravatar Adam Chlipala2015-12-15
| |
* | Change Postgres schema-checking code to account properly for namespacesGravatar Adam Chlipala2015-12-08
| |
* | Document jsFileGravatar Adam Chlipala2015-12-05
| |
* | New .urp directive: jsFileGravatar Adam Chlipala2015-12-05
| |
* | Fix tricky case of functor signature subsumptionGravatar Adam Chlipala2015-11-27
| |
* | Reduce: add reduction in some spots previously missed, associated with ↵Gravatar Adam Chlipala2015-11-25
| | | | | | | | 'case' return types
* | Return to working version modeGravatar Adam Chlipala2015-11-22
| |
* | New releaseGravatar Adam Chlipala2015-11-22
| |
* | Make daemon mode support sharing of libraries across projectsGravatar Adam Chlipala2015-11-22
| |
| * Add read locks around time read in store.Gravatar Ziv Scully2015-11-20
| |
| * Tiny concurrency bugfix (race condition on cache->timeNow).Gravatar Ziv Scully2015-11-20
| |
| * Tweak cache consolidation and choose better default.Gravatar Ziv Scully2015-11-20
| |
| * More work on heuristics.Gravatar Ziv Scully2015-11-19
| |
| * Add consolidation heuristic options.Gravatar Ziv Scully2015-11-19
| |
| * Fix condition for installing new cache entriesGravatar Adam Chlipala2015-11-19
| |
| * Fix a read-after-free bug using a timestamp checkGravatar Adam Chlipala2015-11-19
| |
| * Fix a few C memory bugsGravatar Adam Chlipala2015-11-19
| |
| * Fix SQL parser JOIN bug and fix ON clause logic in Sqlcache.Gravatar Ziv Scully2015-11-19
| |
| * Support nested queries but disable UrFlow for now.Gravatar Ziv Scully2015-11-19
| |
| * Trivial change to benchmark.Gravatar Ziv Scully2015-11-18
| |
| * Ran a benchmark!Gravatar Ziv Scully2015-11-17
| |
| * Make cache flushes happen immediately instead of at end of transaction.Gravatar Ziv Scully2015-11-17
| |
| * Add small benchmark (WIP).Gravatar ziv2015-11-15
| |
| * Fix bugs for lock calculation and SQL parsing and add support for tasks.Gravatar Ziv Scully2015-11-15
| |
| * Finish locking, but it's not yet tested rigorously.Gravatar Ziv Scully2015-11-13
| |
| * Remove debugging print statement.Gravatar Ziv Scully2015-11-13
| |
| * Fix issue with one-element caches. Locking still WIP.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
| |
| * Initialize invalidation to NULL!Gravatar Ziv Scully2015-11-12
| |
| * Make cache flushes safe for transactions (not sure about LRU bump on read).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
| |
| * Fix bug in and clean up free path code.Gravatar Ziv Scully2015-11-10
| |
| * Add new files missing from previous commit.Gravatar Ziv Scully2015-11-09
| |
| * Progress on free paths, but consolidation seems to fail more with them.Gravatar Ziv Scully2015-11-09
| |