summaryrefslogtreecommitdiff
path: root/dist
AgeCommit message (Expand)Author
2012-02-28Bump the version to 1.1.Michael Cahill
2012-02-28Make checks of test code optional, so they don't complain in a release tree.Michael Cahill
2012-02-28Allow s_release to work from a git or hg tree.Michael Cahill
2012-02-24Apply style scripts to the test sources.Michael Cahill
2012-02-24Don't keep the last page of column stores pinned: it prevents eviction.Michael Cahill
2012-02-23Format at 80 columns.Keith Bostic
2012-02-23The huffman encoding documentation doesn't mention the leading "utf8" orKeith Bostic
2012-02-23Make buffer alignment configurable in wiredtiger_open. Only align scratch bu...Michael Cahill
2011-12-05Add support for direct I/O, with the config "direct_io=(data,log)".Michael Cahill
2012-02-21Don't call out build_posix specially in the build instructions: configure can...Michael Cahill
2012-02-18Add a clean target to the docs Makefile, add -a to dist/s_docs thatKeith Bostic
2012-02-16Move "root:F" and "version:F" entries for files into the value for "file:F", ...Michael Cahill
2012-02-16Note the wiredtiger_open config string "multiprocess" is not yetKeith Bostic
2012-02-14Move connection-list handling from the btree code to conn/conn_btree.c.Keith Bostic
2012-02-10Don't use "aspell --mode=ccpp" when spell-checking the documentation,Keith Bostic
2012-02-09Mention the Google group mailing list in the README (displayed on the project...Michael Cahill
2012-02-08Minor clarification of the meaning of WT_NOTFOUND: it's a cursor operationKeith Bostic
2012-02-03Update to 1.0release-1.01.0.0Michael Cahill
2012-02-03Fix a script status message.Michael Cahill
2012-02-03Add a navigation link to the license.Michael Cahill
2012-02-03Make s_docs quiet if Python isn't found.Michael Cahill
2012-02-02Retain copyright on the Python API, add the SWIG license to the localKeith Bostic
2012-02-02More copyright updates, don't bother with "add" keywords in theKeith Bostic
2012-02-02Add lang/python files to the copyright check.Keith Bostic
2012-02-02Add the lang/java/src/com/wiredtiger tree to the copyright check list.Keith Bostic
2012-02-02Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill
2012-02-02Remove the old BDB stubs that were never completed.Michael Cahill
2012-02-02Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill
2012-02-02Move the stat cursor "clear" config to WT_SESSION::open_cursor.Michael Cahill
2012-02-02Fix release-building scripts so copyright checks are skipped for missing files.Michael Cahill
2012-02-02Update copyright notices for the BDB stubs and the Python API tests.Michael Cahill
2012-02-02Doxygen treats user-defined navigation links inconsistently: clean up after it.Michael Cahill
2012-02-01More copyright updates.Keith Bostic
2012-02-01More copyright cleanup.Keith Bostic
2012-02-01Free up the test suite, developers may want to copy chunks of it.Keith Bostic
2012-02-01Add the test suit to the copyright check script, update test suiteKeith Bostic
2012-02-01Update the Java API windowtitle documentation copyright line toKeith Bostic
2012-02-01WT_CURSOR->close methods shouldn't return immediately if there's badKeith Bostic
2012-01-31Fix uninitialized warnings with GCC 4.2.Michael Cahill
2012-01-31Connections are always exclusive, we don't need to config key.Michael Cahill
2012-01-28Update the list.Keith Bostic
2012-01-28When building shared libraries (the standard case), the library is normallyKeith Bostic
2012-01-28Remove the template file, we don't need it.Keith Bostic
2012-01-28I removed the local memory tracking software a long time ago (in favorKeith Bostic
2012-01-26Back out the WT_INSERT_HEAD to WT_SKIP_HEAD change: we're not going to useKeith Bostic
2012-01-26update.Keith Bostic
2012-01-26update, block no longer uses TAILQs for the free list.Keith Bostic
2012-01-25Replace WT_CURSOR::first,last} with WT_CURSOR::reset.Michael Cahill
2012-01-23update.Keith Bostic
2012-01-23Typo in script: api_data.py, not config_data.py.Michael Cahill