| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "noraw" flavor of zlib compression. | Michael Cahill | 2014-02-03 | 1 | -41/+45 |
* | Only retry compress_raw if it returns EAGAIN. Otherwise, if no rows were com... | Michael Cahill | 2014-02-03 | 1 | -1/+1 |
* | Merge branch 'develop' into zlib-fixes | Keith Bostic | 2014-02-02 | 1 | -44/+73 |
|\ |
|
| * | Change the Helium cleaner algorithm to use the underlying he_stats.size | Keith Bostic | 2014-02-01 | 1 | -36/+42 |
| * | Don't bother with a final pass to clean out the cache if we didn't migrate | Keith Bostic | 2014-02-01 | 1 | -2/+12 |
| * | Add debugging code for column-store (record number keys). | Keith Bostic | 2014-02-01 | 1 | -5/+13 |
| * | Upgrade to Helium 2.2 | Keith Bostic | 2014-02-01 | 1 | -4/+4 |
| * | Update cache cleaner information for cursor update and remove, not | Keith Bostic | 2014-02-01 | 1 | -0/+5 |
* | | Remove the automake shared library magic around loading the bzip2 compressor | Keith Bostic | 2014-01-31 | 1 | -18/+29 |
* | | Zlib compression does "raw" compression in all cases, rename the "raw" | Keith Bostic | 2014-01-31 | 1 | -4/+4 |
* | | Fix some zlib-specific issues: | Michael Cahill | 2014-01-31 | 1 | -25/+42 |
|/ |
|
* | whitespace | Keith Bostic | 2014-01-24 | 1 | -4/+2 |
* | Add compression support for Helium devices (the Helium HE_I_COMPRESS | Keith Bostic | 2014-01-24 | 1 | -8/+38 |
* | Upgrade to Helium 2.1 | Keith Bostic | 2014-01-24 | 1 | -4/+4 |
* | Fix a "may be uninitialized" warning in zlib. | Michael Cahill | 2014-01-24 | 1 | -4/+4 |
* | Remove some debug code from zlib. | Michael Cahill | 2014-01-23 | 1 | -8/+2 |
* | Fix some nits in the zlib compress implementation. | Alex Gorrod | 2014-01-23 | 1 | -11/+6 |
* | Improve comments in the zlib extension | Michael Cahill | 2014-01-23 | 1 | -2/+10 |
* | Add support for zlib compression | Michael Cahill | 2014-01-23 | 2 | -0/+355 |
* | Add basic support for Helium statistics/debugging; this should really get | Keith Bostic | 2014-01-21 | 1 | -3/+27 |
* | Clean up error handling, we have to translate Helium errors into WiredTiger | Keith Bostic | 2014-01-21 | 1 | -70/+78 |
* | Cleanup pass over test/format kvs/memrata -> helium name changes. | Keith Bostic | 2014-01-20 | 1 | -8/+3 |
* | move ext/test/helium to ext/datasources/helium, we're shipping Helium | Keith Bostic | 2014-01-20 | 3 | -0/+0 |
* | Upgrade to Helium 2.0 (change object lengths from uint64_t types to size_t). | Keith Bostic | 2014-01-20 | 1 | -21/+12 |
* | Add placeholders for he_sys_trace_enabled, Helium debugging flags. | Keith Bostic | 2014-01-18 | 1 | -0/+7 |
* | lint | Keith Bostic | 2014-01-18 | 1 | -39/+43 |
* | clean up spelling, make dist/s_all pass again. | Keith Bostic | 2014-01-18 | 1 | -8/+7 |
* | test/format runs, now. | Keith Bostic | 2014-01-18 | 3 | -3456/+32 |
* | Check the version against the header file to catch compile-time errors, | Keith Bostic | 2014-01-17 | 1 | -3/+7 |
* | Upgrade to Helium 1.9. | Keith Bostic | 2014-01-16 | 1 | -38/+38 |
* | Rework/review the name-space #defines again, I like what I had before | Keith Bostic | 2014-01-16 | 1 | -71/+79 |
* | More verbose messages, make it possible to configure verbosity at run-time. | Keith Bostic | 2014-01-15 | 1 | -15/+21 |
* | Fix a bug where using the wrong Helium truncate flag. | Keith Bostic | 2014-01-15 | 1 | -95/+107 |
* | First version of the Levyx/Helium code, derived from the Memrata code. | Keith Bostic | 2014-01-15 | 2 | -0/+3326 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 6 | -6/+6 |
* | Better/fixed support for huge keys/values. | Keith Bostic | 2013-12-16 | 1 | -3/+3 |
* | Upgrade to KVS 1.4.13, this version resolves the last of the transaction | Keith Bostic | 2013-09-06 | 1 | -2/+2 |
* | It's not (or shouldn't be) possible for us to see unresolved transactions | Keith Bostic | 2013-09-05 | 1 | -22/+10 |
* | Review error messages, minor cleanup and consistency pass. | Keith Bostic | 2013-09-05 | 1 | -40/+42 |
* | Only open the transaction store once per database, not once per KVS store. | Keith Bostic | 2013-09-04 | 1 | -4/+4 |
* | lint | Keith Bostic | 2013-09-04 | 1 | -2/+2 |
* | Rework our naming so that names on the KVS store are unambiguously ours so | Keith Bostic | 2013-09-04 | 1 | -98/+206 |
* | lint | Keith Bostic | 2013-08-22 | 1 | -31/+35 |
* | typo | Keith Bostic | 2013-08-22 | 1 | -1/+1 |
* | General support for recovery of Memrata/KVS devices. | Keith Bostic | 2013-08-22 | 1 | -214/+430 |
* | update to the current Memrata design. | Keith Bostic | 2013-08-20 | 1 | -48/+35 |
* | Fix compiler warning: | Alex Gorrod | 2013-08-20 | 1 | -15/+0 |
* | Support the kvs_open_o_debug and kvs_open_o_truncate configuration strings | Keith Bostic | 2013-08-15 | 1 | -7/+30 |
* | Clean up a race on the cleaner_stop flag; declaring it volatile should be | Keith Bostic | 2013-08-15 | 1 | -20/+45 |
* | The KVS source kvsowner field has to be set in all cases, otherwise the | Keith Bostic | 2013-08-10 | 1 | -1/+3 |