| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Add support for a WT_CURSOR.reconfigure method, reference #1381. | Keith Bostic | 2014-12-11 | 1 | -0/+4 |
* | | | | Merge branch 'develop' into cursor-equal | Michael Cahill | 2015-01-17 | 5 | -10/+114 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge pull request #1526 from wiredtiger/java-examples | Alex Gorrod | 2015-01-12 | 4 | -7/+102 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'develop' into java-examples | Don Anderson | 2015-01-09 | 17 | -0/+17 |
| | |\ \ \ |
|
| | * | | | | Various fixes related to java examples. Refs #1526. | Don Anderson | 2015-01-09 | 4 | -7/+102 |
| | | |_|/
| | |/| | |
|
| * | | | | Raise an exception for any error, including WT_NOTFOUND, | Don Anderson | 2015-01-12 | 1 | -2/+11 |
* | | | | | Have WT_CURSOR::equals return 1 when cursors are equal, 0 when not. | Michael Cahill | 2015-01-17 | 1 | -7/+2 |
* | | | | | Rename WT_CURSOR compare_equal to be equals. | Alex Gorrod | 2015-01-14 | 3 | -7/+26 |
* | | | | | Fix a function name typo, update auto-generated files. | Keith Bostic | 2015-01-12 | 1 | -0/+1 |
* | | | | | Add support for the WT_CURSOR.compare_equal method. | Keith Bostic | 2015-01-10 | 1 | -5/+31 |
|/ / / / |
|
* | | | | Release Python's global lock (GIL) before sleeping to allow other | Don Anderson | 2015-01-08 | 1 | -0/+2 |
| |/ /
|/| | |
|
* | | | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 17 | -0/+17 |
|/ / |
|
* | | Remove tabs in comments. | Don Anderson | 2014-12-16 | 1 | -1/+1 |
* | | Some refactoring of python packing. | Don Anderson | 2014-12-16 | 2 | -31/+99 |
|/ |
|
* | Change the Python scripts to follow Python indenting standards (4 space | Keith Bostic | 2014-12-03 | 4 | -180/+181 |
* | Allow unicode typed objects in Python with S/s formats. refs #1187. | Don Anderson | 2014-11-12 | 1 | -4/+8 |
* | Add typemaps so Java close cleanups occur after 'close' completes. refs #1332. | Don Anderson | 2014-11-07 | 1 | -58/+44 |
* | Added new %define to clean up name shuffling for wrap functions. #1295 | Don Anderson | 2014-10-30 | 1 | -39/+15 |
* | Cleanup as a result of last merge: refs #1295 | Don Anderson | 2014-10-30 | 1 | -3/+17 |
* | Merge branch 'develop' into java-exceptions | Don Anderson | 2014-10-30 | 2 | -12/+35 |
|\ |
|
| * | Fix copy-paste error. | Alex Gorrod | 2014-10-28 | 1 | -2/+1 |
| * | Add transaction_pinned_range to Java API. | Alex Gorrod | 2014-10-28 | 1 | -12/+35 |
| * | Fix transaction ID logic (again), add session method entry / exit, add a docu... | Michael Cahill | 2014-10-27 | 1 | -0/+1 |
* | | Added a minimal ExceptionTest for java. | Don Anderson | 2014-10-23 | 1 | -0/+1 |
* | | Integrate new Java exception classes into java version of doc. | Don Anderson | 2014-10-23 | 2 | -2/+2 |
* | | Merge branch 'develop' into java-exceptions | Don Anderson | 2014-10-23 | 3 | -16/+60 |
|\ \
| |/ |
|
| * | Fix the Python check for a verbose build: it can't be a connection method, th... | Michael Cahill | 2014-10-18 | 1 | -16/+21 |
| * | Add a "verbose=[transaction]" mode, output a message if a snapshot falls a lo... | Michael Cahill | 2014-10-18 | 1 | -0/+6 |
| * | Allow Python tests to detect whether verbose support is configured. | Michael Cahill | 2014-10-18 | 1 | -0/+8 |
| * | Merge pull request #1258 from wiredtiger/java-doc-examples | Michael Cahill | 2014-10-15 | 2 | -2/+10 |
| |\ |
|
| | * | Make sure the Java examples are built along with the API. Make section names... | Michael Cahill | 2014-10-13 | 1 | -1/+9 |
| | * | Merge branch 'develop' into java-doc-examples | Don Anderson | 2014-10-06 | 1 | -2/+2 |
| | |\ |
|
| | * | | Multiple language doc support. refs #1130. | Don Anderson | 2014-10-06 | 1 | -1/+1 |
| * | | | Merge branch 'develop' into json-load | Alex Gorrod | 2014-10-15 | 1 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Merge branch 'develop' into json-load | Alex Gorrod | 2014-09-19 | 2 | -14/+14 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Add JSON loading to cursors and wt load utility. refs #740. | Don Anderson | 2014-08-06 | 1 | -5/+22 |
* | | | | Renamed WiredTigerDeadlockException to be WiredTigerRollbackException. | Don Anderson | 2014-10-23 | 3 | -4/+4 |
* | | | | Added new Java exception classes for WT_DEADLOCK and WT_PANIC errors. | Don Anderson | 2014-10-10 | 4 | -14/+111 |
* | | | | WiredTigerException now extends RuntimeException, making it easier to | Don Anderson | 2014-10-10 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Rename RELEASE to be RELEASE_INFO, avoid collision with MsBuild default | Keith Bostic | 2014-10-01 | 1 | -2/+2 |
| |/
|/| |
|
* | | Rearrange the Python build so we generate object files under the build direct... | Michael Cahill | 2014-09-05 | 2 | -14/+14 |
* | | As far as I can tell, there's no "build" directory, so quit trying | Keith Bostic | 2014-09-04 | 1 | -1/+1 |
* | | Add wiredtiger_wrap.o to the clean-local label. | Keith Bostic | 2014-09-04 | 1 | -1/+1 |
* | | Don't remove the wiredtiger directory, it has source code, reference #1188. | Keith Bostic | 2014-09-04 | 1 | -1/+1 |
|/ |
|
* | Document EBUSY and update python. #1153 | Susan LoVerso | 2014-08-05 | 1 | -5/+5 |
* | Merge branch 'develop' into log-cursor | Susan LoVerso | 2014-07-31 | 1 | -4/+5 |
|\ |
|
| * | Fix 0ffb202 and reinstate changes from e739089. | Susan LoVerso | 2014-07-30 | 1 | -1/+10 |
| * | The change in 0ffb202, it's not sufficient. Yank the test, it's not | Keith Bostic | 2014-07-30 | 1 | -8/+0 |
* | | Merge branch 'develop' into log-cursor | Susan LoVerso | 2014-07-30 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Add a way to skip tests that rely on diagnostic builds. Use that for the out... | Michael Cahill | 2014-07-30 | 1 | -0/+8 |