| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added AC_C_BIGENDIAN to autoconf. Added big-endian version of __wt_cksum. | Don Anderson | 2011-05-18 | 1 | -0/+2 |
* | 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 | 2 | -4/+4 |
* | Added ex_access.py, and added typemaps, etc. to make it all work. | Don Anderson | 2011-03-31 | 2 | -2/+10 |
* | 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 | 3 | -0/+22 |
* | Exit 0 when finished. | Keith Bostic | 2011-03-08 | 1 | -0/+2 |
* | Keep the clean quiet, only display error messages. | Keith Bostic | 2011-03-08 | 1 | -1/+1 |
* | When re-configuring the library build files, clean first (a file got moved | Keith Bostic | 2011-03-08 | 1 | -1/+2 |
* | 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 |
* | Fix some more copyrights, including the documentation footer. | Michael Cahill | 2011-02-16 | 3 | -3/+3 |
* | Remove '$Id$ from sources, add more file to the list for s_copyright to check. | Michael Cahill | 2011-02-16 | 5 | -11/+4 |
* | Add a Makefile rule to recreate Makefile.am if the sources changes. | Michael Cahill | 2011-02-03 | 3 | -25/+34 |
* | Update prototypes in include/extern.h whenever sources change. | Michael Cahill | 2011-02-03 | 1 | -0/+3 |
* | Include stdarg.h in the public header: we have va_list "pack" functions. | Michael Cahill | 2011-02-04 | 1 | -0/+1 |
* | Move "include" under src so that any file can be opened with "../*/<file>.[ch]". | Michael Cahill | 2011-02-04 | 2 | -3/+3 |
* | Simplify the build by making more use of automake's VPATH. | Michael Cahill | 2011-02-02 | 2 | -25/+9 |
* | Use 'wt_' as the prefix for the utilities. | Michael Cahill | 2011-02-01 | 1 | -5/+5 |
* | Use the 'wt_' prefix for WiredTiger utilities. | Michael Cahill | 2011-02-01 | 1 | -4/+4 |
* | Merge the build of the WiredTiger core with the API tree. | Michael Cahill | 2011-02-01 | 2 | -1/+22 |
* | Restructure the tree to ease merge. | Michael Cahill | 2011-02-01 | 4 | -33/+7 |
* | Add remaining .cvsignore files. | Keith Bostic | 2011-01-30 | 2 | -0/+26 |
* | Add the HAVE_ATTACH configuration option that causes WiredTiger to wait for a | Keith Bostic | 2010-10-13 | 1 | -0/+12 |
* | Update all the copyright notices to the real corporate name, add a script to | Keith Bostic | 2010-10-09 | 2 | -2/+2 |
* | Add HAVE_VERBOSE option so we can compile without the verbose code. | Keith Bostic | 2010-04-08 | 1 | -27/+15 |
* | Move statistics strings into their own class file in dist so we can add config | Keith Bostic | 2010-01-25 | 1 | -12/+0 |
* | Shuffle the name space around: | Keith Bostic | 2009-10-10 | 1 | -4/+4 |
* | Add --enable-debug, --enable-smallbuild | Keith Bostic | 2009-10-10 | 1 | -0/+22 |
* | Add support for Solaris (-mt, -O), and better support for gcc (-O3). | Keith Bostic | 2009-10-10 | 1 | -5/+41 |
* | Change the single-setup code to support a multi-threaded setup. | Keith Bostic | 2009-09-22 | 1 | -4/+4 |
* | Better support for printing 64-bit quantities. | Keith Bostic | 2009-02-15 | 1 | -0/+3 |
* | I expect to eventually offer something like __wt_single_thread_{setup,teardown} | Keith Bostic | 2009-02-12 | 1 | -4/+4 |
* | Write the db_{dump,load,stat,verify} utilities. | Keith Bostic | 2009-02-06 | 1 | -2/+10 |
* | Add the 2-byte short/unsigned short types to the type tests, Solaris | Keith Bostic | 2009-02-06 | 1 | -0/+2 |
* | Copy files into place in the gnu-support directory, otherwise they're symbolic | Keith Bostic | 2009-02-06 | 1 | -2/+2 |
* | Solaris requires the -lpthread and -lrt libraries. | Keith Bostic | 2009-02-06 | 1 | -1/+13 |
* | Add --enable-diagnostic_memory | Keith Bostic | 2009-01-13 | 1 | -0/+12 |
* | Remove flags.in, the script updates wiredtiger.in in place. | Keith Bostic | 2008-12-12 | 1 | -1/+1 |
* | discard mklog during clean | Keith Bostic | 2008-12-10 | 1 | -1/+1 |
* | Add fcntl -- we use fcntl in our open call to deny forked children access to | Keith Bostic | 2008-12-05 | 1 | -0/+2 |
* | Add <stdint.h> to the standard include files, we need types it knows about. | Keith Bostic | 2008-12-05 | 1 | -0/+1 |
* | Remove --enable-debug option -- in the GNU build process, the correct | Keith Bostic | 2008-11-24 | 1 | -11/+11 |
* | Add DEBUG option. | Keith Bostic | 2008-11-23 | 1 | -1/+3 |
* | Rename srcfiles to be filelist. | Keith Bostic | 2008-11-23 | 1 | -3/+3 |