summaryrefslogtreecommitdiff
path: root/build_posix
Commit message (Expand)AuthorAgeFilesLines
* Cut release 1.4.01.4.0Alex Gorrod2012-12-032-5/+5
* SunOS doesn't include strtouq(3), add a local version that calls strtoull(3)Keith Bostic2012-12-011-1/+2
* Cut release 1.3.81.3.8Alex Gorrod2012-11-222-3/+3
* Cut release 1.3.7.1.3.7Michael Cahill2012-11-092-3/+3
* Cut release 1.3.6.1.3.6Michael Cahill2012-11-062-3/+3
* Rename the WiredTiger installed libraries to libwiredtiger_XXX.Keith Bostic2012-10-261-3/+3
* Cut release 1.3.5.1.3.5Alex Gorrod2012-10-262-3/+3
* Cut release 1.3.4.1.3.4Michael Cahill2012-10-192-3/+3
* Tweaks to file configuration for reads on Linux (disable readahead and access...Michael Cahill2012-10-181-1/+1
* Add a "wt compact" utility command.Keith Bostic2012-10-161-0/+1
* Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-161-1/+0
* Cut release 1.3.3.1.3.3Michael Cahill2012-10-112-3/+3
* Cut release 1.3.2.1.3.2Michael Cahill2012-10-032-3/+3
* warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS'Michael Cahill2012-10-031-1/+1
* Cut release 1.3.1.1.3.1Michael Cahill2012-09-252-3/+3
* Add a comment to the configure check for Python support in SWIG.Michael Cahill2012-09-181-0/+2
* Check that SWIG has Python support enabled.Michael Cahill2012-09-181-0/+4
* Cut release 1.3.0.1.3.0Michael Cahill2012-09-172-5/+5
* Add bloom filter implementation and test.Alex Gorrod2012-08-291-0/+1
* Lint of hash functions.Alex Gorrod2012-08-201-15/+0
* Fix compiler warnings generated by City Hash implementation.Alex Gorrod2012-08-161-0/+15
* Move dist/RELEASE to the top level of the tree.Michael Cahill2012-08-023-4/+4
* Remove the test/checkpoint standalone program, checkpoint testsKeith Bostic2012-07-251-1/+0
* Require SWIG-2.0 or above.Michael Cahill2012-07-112-1/+137
* Implement hot backup feature (ref issue #236).Keith Bostic2012-07-031-0/+1
* Merge branch 'release-1.2' into developMichael Cahill2012-06-202-3/+3
|\
| * Cut bugfix release 1.2.2.Michael Cahill2012-06-202-3/+3
* | Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-181-1/+1
|/
* Bump version to 1.2.1.1.2.1Michael Cahill2012-06-152-3/+3
* Bump the version to 1.2.0.1.2.0Michael Cahill2012-06-042-5/+5
* Split test/thread into two parts, test/thread and test/fops.Keith Bostic2012-05-281-1/+2
* Rename wt_internal.in -> wt_internal.h, it doesn't require any processing.Keith Bostic2012-05-182-2/+1
* Move the python "check" into lang/python: that simplifies things and avoids t...Michael Cahill2012-05-041-1/+0
* Fix the Python example.Michael Cahill2012-05-041-0/+1
* Merge branch 'develop' into snapshotKeith Bostic2012-04-262-3/+3
|\
| * Bump version to 1.1.51.1.5Michael Cahill2012-04-262-3/+3
* | Add the start of a snapshot test program.Keith Bostic2012-04-211-0/+1
|/
* Cut release 1.1.4.1.1.4Michael Cahill2012-04-162-3/+3
* Relax the version requirements for autoconf and libtool: we are testing with ...Michael Cahill2012-04-041-2/+2
* Check the versions of autoconf, automake and libtool to avoid failures when t...Michael Cahill2012-04-041-1/+3
* Cut release 1.1.3.Michael Cahill2012-04-042-3/+3
* Cut release 1.1.2.Michael Cahill2012-03-202-3/+3
* OS X doesn't support clock_gettime, add support for gettimeofday.Keith Bostic2012-03-151-1/+1
* Bump version to 1.1.1.1.1.1Michael Cahill2012-03-122-3/+3
* Default to a verbose build, we can switch that off by running "configure --en...Michael Cahill2012-03-111-1/+1
* Bump the version to 1.1.Michael Cahill2012-02-282-4/+4
* Fix the configure test for default buffer alignment.Michael Cahill2012-02-281-15/+15
* Make buffer alignment configurable in wiredtiger_open. Only align scratch bu...Michael Cahill2012-02-231-4/+13
* Align allocations larger than 512 bytes to 512 byte boundaries.Michael Cahill2011-12-231-1/+1
* Build with _GNU_SOURCE on Linux to enable O_DIRECT.Michael Cahill2011-12-231-0/+6