| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "wt compact" utility command. | Keith Bostic | 2012-10-16 | 1 | -0/+1 |
* | Add support for online compaction, ref #248. This is an initial commit, | Keith Bostic | 2012-10-16 | 1 | -1/+0 |
* | Cut release 1.3.3.1.3.3 | Michael Cahill | 2012-10-11 | 2 | -3/+3 |
* | Cut release 1.3.2.1.3.2 | Michael Cahill | 2012-10-03 | 2 | -3/+3 |
* | warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' | Michael Cahill | 2012-10-03 | 1 | -1/+1 |
* | Cut release 1.3.1.1.3.1 | Michael Cahill | 2012-09-25 | 2 | -3/+3 |
* | Add a comment to the configure check for Python support in SWIG. | Michael Cahill | 2012-09-18 | 1 | -0/+2 |
* | Check that SWIG has Python support enabled. | Michael Cahill | 2012-09-18 | 1 | -0/+4 |
* | Cut release 1.3.0.1.3.0 | Michael Cahill | 2012-09-17 | 2 | -5/+5 |
* | Add bloom filter implementation and test. | Alex Gorrod | 2012-08-29 | 1 | -0/+1 |
* | Lint of hash functions. | Alex Gorrod | 2012-08-20 | 1 | -15/+0 |
* | Fix compiler warnings generated by City Hash implementation. | Alex Gorrod | 2012-08-16 | 1 | -0/+15 |
* | Move dist/RELEASE to the top level of the tree. | Michael Cahill | 2012-08-02 | 3 | -4/+4 |
* | Remove the test/checkpoint standalone program, checkpoint tests | Keith Bostic | 2012-07-25 | 1 | -1/+0 |
* | Require SWIG-2.0 or above. | Michael Cahill | 2012-07-11 | 2 | -1/+137 |
* | Implement hot backup feature (ref issue #236). | Keith Bostic | 2012-07-03 | 1 | -0/+1 |
* | Merge branch 'release-1.2' into develop | Michael Cahill | 2012-06-20 | 2 | -3/+3 |
|\ |
|
| * | Cut bugfix release 1.2.2. | Michael Cahill | 2012-06-20 | 2 | -3/+3 |
* | | Get rid of "snapshot" at the API layer, drive the change down to the btree | Keith Bostic | 2012-06-18 | 1 | -1/+1 |
|/ |
|
* | Bump version to 1.2.1.1.2.1 | Michael Cahill | 2012-06-15 | 2 | -3/+3 |
* | Bump the version to 1.2.0.1.2.0 | Michael Cahill | 2012-06-04 | 2 | -5/+5 |
* | Split test/thread into two parts, test/thread and test/fops. | Keith Bostic | 2012-05-28 | 1 | -1/+2 |
* | Rename wt_internal.in -> wt_internal.h, it doesn't require any processing. | Keith Bostic | 2012-05-18 | 2 | -2/+1 |
* | 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 |
* | Merge branch 'develop' into snapshot | Keith Bostic | 2012-04-26 | 2 | -3/+3 |
|\ |
|
| * | Bump version to 1.1.51.1.5 | Michael Cahill | 2012-04-26 | 2 | -3/+3 |
* | | Add the start of a snapshot test program. | Keith Bostic | 2012-04-21 | 1 | -0/+1 |
|/ |
|
* | Cut release 1.1.4.1.1.4 | Michael Cahill | 2012-04-16 | 2 | -3/+3 |
* | Relax the version requirements for autoconf and libtool: we are testing with ... | Michael Cahill | 2012-04-04 | 1 | -2/+2 |
* | Check the versions of autoconf, automake and libtool to avoid failures when t... | Michael Cahill | 2012-04-04 | 1 | -1/+3 |
* | Cut release 1.1.3. | Michael Cahill | 2012-04-04 | 2 | -3/+3 |
* | Cut release 1.1.2. | Michael Cahill | 2012-03-20 | 2 | -3/+3 |
* | OS X doesn't support clock_gettime, add support for gettimeofday. | Keith Bostic | 2012-03-15 | 1 | -1/+1 |
* | Bump version to 1.1.1.1.1.1 | Michael Cahill | 2012-03-12 | 2 | -3/+3 |
* | Default to a verbose build, we can switch that off by running "configure --en... | Michael Cahill | 2012-03-11 | 1 | -1/+1 |
* | Bump the version to 1.1. | Michael Cahill | 2012-02-28 | 2 | -4/+4 |
* | Fix the configure test for default buffer alignment. | Michael Cahill | 2012-02-28 | 1 | -15/+15 |
* | Make buffer alignment configurable in wiredtiger_open. Only align scratch bu... | Michael Cahill | 2012-02-23 | 1 | -4/+13 |
* | Align allocations larger than 512 bytes to 512 byte boundaries. | Michael Cahill | 2011-12-23 | 1 | -1/+1 |
* | Build with _GNU_SOURCE on Linux to enable O_DIRECT. | Michael Cahill | 2011-12-23 | 1 | -0/+6 |
* | Clarify configure help wording. | Michael Cahill | 2012-02-21 | 1 | -1/+1 |
* | Clarify the configure help message for verbose support: it is on by default. | Michael Cahill | 2012-02-21 | 1 | -3/+3 |
* | Don't call out build_posix specially in the build instructions: configure can... | Michael Cahill | 2012-02-21 | 1 | -0/+3 |
* | Don't remove flexlint.out, that's not an expected file. | Keith Bostic | 2012-02-17 | 1 | -3/+2 |
* | Don't test for shared libraries unless Python is configured. | Keith Bostic | 2012-02-17 | 1 | -5/+5 |
* | Fix with automake version < 1.11, use foreign mode so that fewer top-level fi... | Michael Cahill | 2012-02-08 | 2 | -13/+3 |
* | Switch to quiet builds by default. | Michael Cahill | 2012-02-08 | 1 | -0/+1 |
* | Update to 1.0release-1.01.0.0 | Michael Cahill | 2012-02-03 | 2 | -5/+5 |
* | More copyright cleanup. | Keith Bostic | 2012-02-01 | 5 | -15/+0 |