| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the standard automake/autoconf structures for finding pthread_np.h, | Keith Bostic | 2012-12-11 | 1 | -0/+1 |
* | On systems where it's available (FreeBSD & Linux, at least), call the | Keith Bostic | 2012-12-11 | 1 | -1/+2 |
* | Move examples/c/ex_test_perf.c to bench/wtperf. | Michael Cahill | 2012-12-05 | 1 | -0/+1 |
* | Cut release 1.4.01.4.0 | Alex Gorrod | 2012-12-03 | 2 | -5/+5 |
* | SunOS doesn't include strtouq(3), add a local version that calls strtoull(3) | Keith Bostic | 2012-12-01 | 1 | -1/+2 |
* | Cut release 1.3.81.3.8 | Alex Gorrod | 2012-11-22 | 2 | -3/+3 |
* | Cut release 1.3.7.1.3.7 | Michael Cahill | 2012-11-09 | 2 | -3/+3 |
* | Cut release 1.3.6.1.3.6 | Michael Cahill | 2012-11-06 | 2 | -3/+3 |
* | Rename the WiredTiger installed libraries to libwiredtiger_XXX. | Keith Bostic | 2012-10-26 | 1 | -3/+3 |
* | Cut release 1.3.5.1.3.5 | Alex Gorrod | 2012-10-26 | 2 | -3/+3 |
* | Cut release 1.3.4.1.3.4 | Michael Cahill | 2012-10-19 | 2 | -3/+3 |
* | Tweaks to file configuration for reads on Linux (disable readahead and access... | Michael Cahill | 2012-10-18 | 1 | -1/+1 |
* | 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 |