summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Merge pull request #6 from JasonGross/autoconfGravatar Adam Chlipala2015-12-31
| |\ | | | | | | Move some things around in configure.ac
| * \ Merge pull request #5 from vizziv/masterGravatar Adam Chlipala2015-12-31
| |\ \ | | | | | | | | Remove duplicate typedef declarations.
| * \ \ 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.
| | | | * Move some things around in configure.acGravatar Jason Gross2015-12-30
| | |_|/ | |/| | | | | | | | | | This supresses "WARNING: `missing' script is too old or missing"
| | | * Remove duplicate typedef declarations.Gravatar Ziv Scully2015-12-30
| | |/ | |/|
| | * 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
| |/
* | Merge branch 'upstream' into dfsg_clean20151220+dfsgGravatar Benjamin Barenblat2015-12-23
|\ \
| | * 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
* | | Merge branch 'upstream' into dfsg_clean20151122+dfsgGravatar Benjamin Barenblat2015-11-22
|\ \ \
| | * | Return to working version modeGravatar Adam Chlipala2015-11-22
| | | |
| * | | New releaseGravatar Adam Chlipala2015-11-22
| | | |
| | * | New releaseGravatar Adam Chlipala2015-11-22
| | | |
| * | | Make daemon mode support sharing of libraries across projectsGravatar 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
| | | |