| Commit message (Expand) | Author | Age | Files | Lines |
* | Install wiredtiger_ext.h. | Keith Bostic | 2013-04-22 | 1 | -1/+1 |
* | subdirs.list doesn't exist, I think we meant Make.subdirs | Keith Bostic | 2013-04-18 | 1 | -1/+1 |
* | Allow examples to run in parallel: give each a unique home directory. | Michael Cahill | 2013-01-08 | 1 | -0/+3 |
* | 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 |
* | warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' | Michael Cahill | 2012-10-03 | 1 | -1/+1 |
* | Implement hot backup feature (ref issue #236). | Keith Bostic | 2012-07-03 | 1 | -0/+1 |
* | Rename wt_internal.in -> wt_internal.h, it doesn't require any processing. | Keith Bostic | 2012-05-18 | 1 | -1/+1 |
* | Build out the SESSION->rename method, add the wt utility rename command. | Keith Bostic | 2012-01-03 | 1 | -0/+1 |
* | Add the SESSION->upgrade method. | Keith Bostic | 2012-01-01 | 1 | -0/+1 |
* | Add the wt write command. | Keith Bostic | 2011-11-03 | 1 | -1/+2 |
* | Add the "wt list" command. | Keith Bostic | 2011-10-27 | 1 | -0/+1 |
* | Add a copyright notice & command to the wt utility. | Keith Bostic | 2011-10-19 | 1 | -0/+1 |
* | Add a "wt read" command. | Keith Bostic | 2011-10-17 | 1 | -0/+1 |
* | Add the "wt loadtext" command. | Keith Bostic | 2011-10-13 | 1 | -0/+1 |
* | Add the -n option to load (rename the object), and replace [-c config] | Keith Bostic | 2011-10-12 | 1 | -0/+1 |
* | Add the "drop" command to the wt utility. | Keith Bostic | 2011-10-11 | 1 | -6/+13 |
* | Put build subdirs into build_posix/Make.subdirs, use that to generate both Ma... | Michael Cahill | 2011-09-30 | 1 | -19/+2 |
* | Skip the build of test/format if the BDB link has not been created. | Michael Cahill | 2011-09-27 | 1 | -5/+8 |
* | Strip C-based tests from release trees. | Michael Cahill | 2011-09-27 | 1 | -5/+8 |
* | Build extern.h automatically when sources change. | Michael Cahill | 2011-09-21 | 1 | -3/+4 |
* | Make paths to utility sources explicit so VPATH is no longer required. | Michael Cahill | 2011-09-14 | 1 | -3/+6 |
* | Fix up various build issues: | Michael Cahill | 2011-09-06 | 1 | -15/+7 |
* | Fix a typo in the configuration of --enable-bzip2. | Michael Cahill | 2011-09-02 | 1 | -1/+1 |
* | Don't build tests by default (in particular, test/format needs a BDB tree). | Michael Cahill | 2011-09-02 | 1 | -2/+4 |
* | In the release package, some directories are removed. Don't try to generate ... | Michael Cahill | 2011-09-02 | 1 | -2/+9 |
* | Split out the Python and examples from the top level Makefile. | Michael Cahill | 2011-09-02 | 1 | -19/+11 |
* | Rearrange directories to keep Makefile.am with the sources. | Michael Cahill | 2011-09-01 | 1 | -9/+9 |
* | Use automake for all builds, don't maintain Makefiles manually. | Michael Cahill | 2011-08-30 | 1 | -2/+4 |
* | Search for swig during configure for Python builds. | Michael Cahill | 2011-08-26 | 1 | -1/+1 |
* | Put version information into m4 to avoid post-processing the configure script. | Michael Cahill | 2011-08-26 | 1 | -1/+1 |
* | Add libtool to the build. | Michael Cahill | 2011-08-26 | 1 | -4/+12 |
* | Add a local version of getopt for the utilities program, plus a script | Keith Bostic | 2011-08-31 | 1 | -3/+3 |
* | Add a "wt create" mode to the utility for creating tables and files. | Michael Cahill | 2011-07-15 | 1 | -1/+1 |
* | Don't pass the standard CFLAGS to the Python build: there are warnings in the... | Michael Cahill | 2011-07-16 | 1 | -4/+6 |
* | Pass CFLAGS and LDFLAGS into the Python build explicitly in the Makefile. | Michael Cahill | 2011-07-14 | 1 | -1/+1 |
* | Separate "table dump with a cursor" from "dump the file in debugging | Keith Bostic | 2011-06-28 | 1 | -2/+3 |
* | Move the verbose event handler into the utility. | Michael Cahill | 2011-06-15 | 1 | -1/+1 |
* | Merge the utility programs into a single program. | Keith Bostic | 2011-06-08 | 1 | -7/+3 |
* | Use the PYTHON variable set by autoconf in the Makefile. | Michael Cahill | 2011-05-24 | 1 | -1/+1 |
* | Remove the internal API, move automatically generated code to the public API. | Michael Cahill | 2011-04-25 | 1 | -6/+6 |
* | Fix Python build again: split SWIG out of setup.py, we want to distribute the | Michael Cahill | 2011-04-26 | 1 | -2/+5 |
* | Keep the Python sources in lang/python: that's what we will want to distribute. | Michael Cahill | 2011-04-26 | 1 | -1/+0 |
* | Build the Python API into the build directory. | Michael Cahill | 2011-03-11 | 1 | -3/+3 |
* | Added ex_access.py, and added typemaps, etc. to make it all work. | Don Anderson | 2011-03-31 | 1 | -1/+5 |
* | Add the beginnings of a log manager. | Michael Cahill | 2011-03-16 | 1 | -1/+2 |
* | Add a salvage utility to the build. | Keith Bostic | 2011-04-02 | 1 | -1/+2 |
* | Initial steps towards a Python API. Rename 'del' to 'remove': that seems saf... | Michael Cahill | 2011-03-10 | 1 | -0/+6 |
* | Make the dummy prototype file in the build directory. | Michael Cahill | 2011-02-18 | 1 | -1/+1 |
* | When updating prototypes, touch a separate file to avoid unnecessary builds w... | Michael Cahill | 2011-02-18 | 1 | -1/+3 |