summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03merge tipMichael 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-02The Python code is in the public domain.Keith Bostic
2012-02-02Add the lang/java/src/com/wiredtiger tree to the copyright check list.Keith Bostic
2012-02-02Add a license page.Keith Bostic
2012-02-02Convert the BSD 4-clause license to the BSD 3-clause license:Keith Bostic
2012-02-02whitespace.Keith Bostic
2012-02-02Have utilities work on more types of objects (e.g., "wt create colgroup:...").Michael Cahill
2012-02-02Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill
2012-02-01Added complete release directories for discover, testscenarios,Don Anderson
2012-02-02Revert incomplete changes from 26df6555c444: they weren't supposed to be comm...Michael Cahill
2012-02-02Remove the old BDB stubs that were never completed.Michael Cahill
2012-02-02Change the download link in the documentation to the download page on github.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-02Uset __cursor_search_clear to reset file cursor positions.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-02Update .hgignore to make "hg stat" quieter.Michael Cahill
2012-02-01More copyright updates.Keith Bostic
2012-02-01Update the copyright notice.Keith Bostic
2012-02-01Update the copyright notices.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-01Don't bother copyrighting this file, we don't care.Keith Bostic
2012-02-01WT_CURSOR->close methods shouldn't return immediately if there's badKeith Bostic
2012-02-01The target name for rename operations should be a URI, not a raw name.Michael Cahill
2012-02-01Documentation tweaks for the public copy.Michael Cahill
2012-02-01Update public code repository.Michael Cahill
2012-01-31Handle errors from __wt_cursor_init.Michael Cahill
2012-01-31Don't modify CFLAGS if set before configure was run.Michael Cahill
2012-01-31Fix uninitialized warnings with GCC 4.6.Michael Cahill
2012-01-31Fix uninitialized warnings with GCC 4.2.Michael Cahill
2012-01-30minor whitespace movement.Keith Bostic
2012-01-30If we reconcile a page more than once, and it was a replacement pageKeith Bostic
2012-01-30Free not only the WT_ADDR structure itself, but also the address cookieKeith Bostic
2012-01-30A page must either be clean or a split-merge page when it's discarded,Keith Bostic
2012-01-30Minor code shuffling to simplify detecting that a page was split, butKeith Bostic
2012-01-30Free the address cookie from the list of overflow pages referenced by theKeith Bostic
2012-01-30When we merge a split page into a parent page, we still have to discardKeith Bostic
2012-01-30whitespaceKeith Bostic