summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Minor code shuffle to make the flow a little more obvious.Keith Bostic2014-06-041-2/+2
* We document collators must return -1, 0, 1, rewrite the reverse collatorKeith Bostic2014-06-041-4/+14
* Reserve more memory for zlib to finish a raw buffer -- it turns out to need 2...Michael Cahill2014-05-131-1/+1
* Fix a comment.Keith Bostic2014-05-121-1/+1
* Don't loop on calls to deflate until Z_OK isn't returned, we're not addingKeith Bostic2014-05-121-3/+3
* Remove decrement of the destination length by one, when setting up forKeith Bostic2014-05-121-1/+1
* Don't ignore the return value from deflateEnd.Keith Bostic2014-05-121-1/+4
* If zlib compression fails because there's not enough room in the destinationKeith Bostic2014-05-101-7/+2
* whitespaceKeith Bostic2014-05-101-8/+4
* Run the "standard" extensions through the style checks, mostly add aKeith Bostic2014-05-106-175/+247
* Fix typo when closing config_parser handle, complain if theKeith Bostic2014-02-261-5/+7
* Add wiredtiger_config_parser_open and wiredtiger_version into extension API.Alex Gorrod2014-02-261-7/+7
* Fix compiler warnings re: ignored return values.Alex Gorrod2014-02-261-3/+5
* Update the configuration string parsing in Helium data source.Alex Gorrod2014-02-251-25/+36
* Add a "noraw" flavor of zlib compression.Michael Cahill2014-02-031-41/+45
* Only retry compress_raw if it returns EAGAIN. Otherwise, if no rows were com...Michael Cahill2014-02-031-1/+1
* Merge branch 'develop' into zlib-fixesKeith Bostic2014-02-021-44/+73
|\
| * Change the Helium cleaner algorithm to use the underlying he_stats.sizeKeith Bostic2014-02-011-36/+42
| * Don't bother with a final pass to clean out the cache if we didn't migrateKeith Bostic2014-02-011-2/+12
| * Add debugging code for column-store (record number keys).Keith Bostic2014-02-011-5/+13
| * Upgrade to Helium 2.2Keith Bostic2014-02-011-4/+4
| * Update cache cleaner information for cursor update and remove, notKeith Bostic2014-02-011-0/+5
* | Remove the automake shared library magic around loading the bzip2 compressorKeith Bostic2014-01-311-18/+29
* | Zlib compression does "raw" compression in all cases, rename the "raw"Keith Bostic2014-01-311-4/+4
* | Fix some zlib-specific issues:Michael Cahill2014-01-311-25/+42
|/
* whitespaceKeith Bostic2014-01-241-4/+2
* Add compression support for Helium devices (the Helium HE_I_COMPRESSKeith Bostic2014-01-241-8/+38
* Upgrade to Helium 2.1Keith Bostic2014-01-241-4/+4
* Fix a "may be uninitialized" warning in zlib.Michael Cahill2014-01-241-4/+4
* Remove some debug code from zlib.Michael Cahill2014-01-231-8/+2
* Fix some nits in the zlib compress implementation.Alex Gorrod2014-01-231-11/+6
* Improve comments in the zlib extensionMichael Cahill2014-01-231-2/+10
* Add support for zlib compressionMichael Cahill2014-01-232-0/+355
* Add basic support for Helium statistics/debugging; this should really getKeith Bostic2014-01-211-3/+27
* Clean up error handling, we have to translate Helium errors into WiredTigerKeith Bostic2014-01-211-70/+78
* Cleanup pass over test/format kvs/memrata -> helium name changes.Keith Bostic2014-01-201-8/+3
* move ext/test/helium to ext/datasources/helium, we're shipping HeliumKeith Bostic2014-01-203-0/+0
* Upgrade to Helium 2.0 (change object lengths from uint64_t types to size_t).Keith Bostic2014-01-201-21/+12
* Add placeholders for he_sys_trace_enabled, Helium debugging flags.Keith Bostic2014-01-181-0/+7
* lintKeith Bostic2014-01-181-39/+43
* clean up spelling, make dist/s_all pass again.Keith Bostic2014-01-181-8/+7
* test/format runs, now.Keith Bostic2014-01-183-3456/+32
* Check the version against the header file to catch compile-time errors,Keith Bostic2014-01-171-3/+7
* Upgrade to Helium 1.9.Keith Bostic2014-01-161-38/+38
* Rework/review the name-space #defines again, I like what I had beforeKeith Bostic2014-01-161-71/+79
* More verbose messages, make it possible to configure verbosity at run-time.Keith Bostic2014-01-151-15/+21
* Fix a bug where using the wrong Helium truncate flag.Keith Bostic2014-01-151-95/+107
* First version of the Levyx/Helium code, derived from the Memrata code.Keith Bostic2014-01-152-0/+3326
* Update copyright notices for 2014.Keith Bostic2014-01-076-6/+6
* Better/fixed support for huge keys/values.Keith Bostic2013-12-161-3/+3