summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.0release-1.01.0.0Michael Cahill2012-02-035-12/+15
* Fix a script status message.Michael Cahill2012-02-031-1/+1
* Add a navigation link to the license.Michael Cahill2012-02-034-3/+4
* Make s_docs quiet if Python isn't found.Michael Cahill2012-02-031-4/+5
* merge tipMichael Cahill2012-02-03465-0/+91147
|\
| * Retain copyright on the Python API, add the SWIG license to the localKeith Bostic2012-02-0213-165/+67
| * More copyright updates, don't bother with "add" keywords in theKeith Bostic2012-02-022-6/+6
| * Add lang/python files to the copyright check.Keith Bostic2012-02-021-0/+1
| * The Python code is in the public domain.Keith Bostic2012-02-027-11/+159
| * Add the lang/java/src/com/wiredtiger tree to the copyright check list.Keith Bostic2012-02-021-3/+6
| * Add a license page.Keith Bostic2012-02-023-0/+61
| * Convert the BSD 4-clause license to the BSD 3-clause license:Keith Bostic2012-02-021-4/+0
| * whitespace.Keith Bostic2012-02-022-2/+0
| * Have utilities work on more types of objects (e.g., "wt create colgroup:...").Michael Cahill2012-02-025-10/+29
| * Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill2012-02-0215-98/+353
| * Added complete release directories for discover, testscenarios,Don Anderson2012-02-0184-316/+6405
| * Revert incomplete changes from 26df6555c444: they weren't supposed to be comm...Michael Cahill2012-02-023-27/+16
| * Remove the old BDB stubs that were never completed.Michael Cahill2012-02-025-2217/+0
| * Change the download link in the documentation to the download page on github.Michael Cahill2012-02-024-17/+28
| * Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-0242-114/+96
| * Move the stat cursor "clear" config to WT_SESSION::open_cursor.Michael Cahill2012-02-024-24/+30
| * Fix release-building scripts so copyright checks are skipped for missing files.Michael Cahill2012-02-022-0/+6
| * Uset __cursor_search_clear to reset file cursor positions.Michael Cahill2012-02-021-3/+1
| * Update copyright notices for the BDB stubs and the Python API tests.Michael Cahill2012-02-0210-101/+51
| * Doxygen treats user-defined navigation links inconsistently: clean up after it.Michael Cahill2012-02-022-2/+6
| * Update .hgignore to make "hg stat" quieter.Michael Cahill2012-02-025-4/+137
| * More copyright updates.Keith Bostic2012-02-011-0/+2
| * Update the copyright notice.Keith Bostic2012-02-011-1/+6
| * Update the copyright notices.Keith Bostic2012-02-012-2/+48
| * More copyright cleanup.Keith Bostic2012-02-0124-74/+96
| * Free up the test suite, developers may want to copy chunks of it.Keith Bostic2012-02-0143-88/+927
| * Add the test suit to the copyright check script, update test suiteKeith Bostic2012-02-0143-125/+142
| * Update the Java API windowtitle documentation copyright line toKeith Bostic2012-02-013-2/+12
| * Don't bother copyrighting this file, we don't care.Keith Bostic2012-02-011-4/+1
| * WT_CURSOR->close methods shouldn't return immediately if there's badKeith Bostic2012-02-018-11/+18
| * The target name for rename operations should be a URI, not a raw name.Michael Cahill2012-02-013-12/+25
| * Documentation tweaks for the public copy.Michael Cahill2012-02-015-3/+196
| * Handle errors from __wt_cursor_init.Michael Cahill2012-01-317-15/+22
| * Don't modify CFLAGS if set before configure was run.Michael Cahill2012-01-311-4/+12
| * Fix uninitialized warnings with GCC 4.6.Michael Cahill2012-01-313-3/+11
| * Fix uninitialized warnings with GCC 4.2.Michael Cahill2012-01-319-12/+43
| * minor whitespace movement.Keith Bostic2012-01-301-2/+2
| * If we reconcile a page more than once, and it was a replacement pageKeith Bostic2012-01-301-0/+6
| * Free not only the WT_ADDR structure itself, but also the address cookieKeith Bostic2012-01-301-3/+4
| * A page must either be clean or a split-merge page when it's discarded,Keith Bostic2012-01-301-1/+1
| * Minor code shuffling to simplify detecting that a page was split, butKeith Bostic2012-01-301-19/+35
| * Free the address cookie from the list of overflow pages referenced by theKeith Bostic2012-01-301-8/+8
| * When we merge a split page into a parent page, we still have to discardKeith Bostic2012-01-301-1/+17
| * whitespaceKeith Bostic2012-01-301-4/+2
| * Append -g or -O3 to the CFLAGS variable.Keith Bostic2012-01-301-2/+2