| Commit message (Expand) | Author | Age | Files | Lines |
* | WT-2184 Add test/recovery to test for write-no-sync semantics. | Susan LoVerso | 2015-11-02 | 1 | -0/+1 |
* | WT-1940. Added CSV extractor and a fix for customized extractors. | Don Anderson | 2015-05-20 | 1 | -0/+1 |
* | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-05-04 | 1 | -0/+2 |
|\ |
|
| * | Move utilities to .i and add fixes for Windows | David Hows | 2015-05-01 | 1 | -3/+1 |
| * | Remove relative pathing | daveh86 | 2015-05-01 | 1 | -0/+4 |
* | | Added a rotn encryptor shared object, as a basis for simple encryption | Don Anderson | 2015-04-15 | 1 | -0/+1 |
* | | Merge branch 'develop' into encryption-api | Don Anderson | 2015-04-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Change to build format without installing Berkeley DB. | Keith Bostic | 2015-04-13 | 1 | -1/+1 |
* | | Added ext/encryptors to the list to be automatically built. | Don Anderson | 2015-03-28 | 1 | -0/+1 |
|/ |
|
* | Alphabetize lz4 in Make related files. | Susan LoVerso | 2015-03-18 | 1 | -1/+1 |
* | LZ4 external compressor | Quentin Conner | 2015-03-12 | 1 | -0/+1 |
* | Revert "Revert change to add test/packing to default build." | Keith Bostic | 2015-03-04 | 1 | -0/+1 |
* | Revert change to add test/packing to default build. | Alex Gorrod | 2015-03-04 | 1 | -1/+0 |
* | Make the packing tests compile again, add them to the list of test | Keith Bostic | 2015-03-03 | 1 | -0/+1 |
* | Ensure the Java jar is built before the examples. | Alex Gorrod | 2014-10-15 | 1 | -1/+1 |
* | Make sure the Java examples are built along with the API. Make section names... | Michael Cahill | 2014-10-13 | 1 | -0/+1 |
* | Remove tcbench, it makes clang's static analyzer unhappy and we're not | Keith Bostic | 2014-08-07 | 1 | -1/+0 |
* | Merge branch 'develop' into leveldb-api | Michael Cahill | 2014-07-02 | 1 | -4/+5 |
|\ |
|
| * | Link builtin extensions directly into libwiredtiger.la. | Michael Cahill | 2014-06-20 | 1 | -3/+4 |
* | | Only visit the LevelDB directory if configured. | Michael Cahill | 2014-05-27 | 1 | -1/+1 |
* | | Implement the LevelDB API, backed by WiredTiger. | Michael Cahill | 2014-05-16 | 1 | -0/+1 |
|/ |
|
* | Add the start of a test that verifies checkpoints. | Alex Gorrod | 2014-04-14 | 1 | -0/+1 |
* | Add support for zlib compression | Michael Cahill | 2014-01-23 | 1 | -0/+1 |
* | move ext/test/helium to ext/datasources/helium, we're shipping Helium | Keith Bostic | 2014-01-20 | 1 | -1/+1 |
* | First version of the Levyx/Helium code, derived from the Memrata code. | Keith Bostic | 2014-01-15 | 1 | -1/+1 |
* | Replace the Python "huge" test with a standalone C program -- this isn't | Keith Bostic | 2013-12-18 | 1 | -0/+1 |
* | switch to "memrata" | Keith Bostic | 2013-04-22 | 1 | -1/+1 |
* | First cut at a non-transactional version of the STEC KVS shared library. | Keith Bostic | 2013-04-19 | 1 | -0/+1 |
* | Add a new extension directory ext/test/kvs_bdb, dependent on Berkeley DB. | Keith Bostic | 2013-04-18 | 1 | -2/+3 |
* | Update Java structure packing implementation. | Alex Gorrod | 2013-02-12 | 1 | -1/+0 |
* | Add a Java implementation of packed formats. | Alex Gorrod | 2013-02-08 | 1 | -1/+1 |
* | Add in examples to Java build. | Alex Gorrod | 2013-01-25 | 1 | -0/+1 |
* | Merge branch 'updevelop' into develop. Manually merged. | Alex Gorrod | 2013-01-24 | 1 | -0/+1 |
|\ |
|
| * | Move examples/c/ex_test_perf.c to bench/wtperf. | Michael Cahill | 2012-12-05 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'upstream/develop' into develop | Alex Gorrod | 2012-11-28 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic | 2012-10-26 | 1 | -3/+3 |
| * | Add bloom filter implementation and test. | Alex Gorrod | 2012-08-29 | 1 | -0/+1 |
* | | Merge branch 'develop' of github.com:wiredtiger/wiredtiger into develop | Michael Cahill | 2012-08-16 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Remove the test/checkpoint standalone program, checkpoint tests | Keith Bostic | 2012-07-25 | 1 | -1/+0 |
* | | imported patch java-api | Michael Cahill | 2012-07-07 | 1 | -0/+1 |
|/ |
|
* | Get rid of "snapshot" at the API layer, drive the change down to the btree | Keith Bostic | 2012-06-18 | 1 | -1/+1 |
* | Split test/thread into two parts, test/thread and test/fops. | Keith Bostic | 2012-05-28 | 1 | -1/+2 |
* | Move the python "check" into lang/python: that simplifies things and avoids t... | Michael Cahill | 2012-05-04 | 1 | -1/+0 |
* | Fix the Python example. | Michael Cahill | 2012-05-04 | 1 | -0/+1 |
* | Add the start of a snapshot test program. | Keith Bostic | 2012-04-21 | 1 | -0/+1 |
* | Added a compressor adaptor for Google's snappy compressor. refs #58 | Don Anderson | 2011-12-07 | 1 | -0/+1 |
* | Add a "reverse" collator extension, primarily intended for testing. | Michael Cahill | 2011-10-07 | 1 | -0/+1 |
* | Fix test builds to work with Make.subdirs. | Michael Cahill | 2011-09-30 | 1 | -1/+0 |
* | Put build subdirs into build_posix/Make.subdirs, use that to generate both Ma... | Michael Cahill | 2011-09-30 | 1 | -0/+16 |