summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* WT-2788 Do not touch memory already freed during a close API call. (#2992)Don Anderson2016-08-302-1/+1
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-282-0/+4
* WT-2580 Fix potential SWIG naming conflict in JavaDon Anderson2016-04-231-20/+22
* WT-2568 Add a backward compatible constructor for PackInputStream.Don Anderson2016-04-201-0/+11
* WT-2550 Support raw mode cursors in java, which can only be accessed viaDon Anderson2016-04-194-16/+55
* WT-2347 Added java tests for config schema formats.Don Anderson2016-01-241-0/+1
* WT-2347 Added java fix for unsized 's' schema formats.Don Anderson2016-01-241-4/+1
* Merge pull request #2441 from wiredtiger/WT-1517Michael Cahill2016-01-201-12/+4
|\
| * WT-1517 Set the packing size = 1 by default in the fast path.Michael Cahill2016-01-201-12/+4
* | Merge branch 'develop' into wt-2287-rebalanceKeith Bostic2016-01-0115-15/+15
|\ \ | |/
| * Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-0115-15/+15
* | WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds theKeith Bostic2015-12-171-0/+1
|/
* Merge branch 'develop' into wt-1315-join-cursorDon Anderson2015-11-041-6/+11
|\
| * WT-2194 Handle close callbacks for cursors that were not opened by Java.Don Anderson2015-11-021-6/+11
* | WT-1315. Added java support for join cursors.Don Anderson2015-11-031-0/+1
|/
* WT-2104 New log_flush API to control the flushing or syncing of the log.Susan LoVerso2015-09-151-0/+1
* Fixed bugs in packing/unpacking bytearrays: we must be aware of 'U' format;Don Anderson2015-07-133-24/+78
* WT-1985. Fixed a comment about 'U' unpacking so there is no confusion.Don Anderson2015-07-131-1/+2
* Java's Cursor.reset() now completely resets the cursor: it removes theDon Anderson2015-07-131-0/+21
* WT-1985. Added two more comprehensive packing tests, based on test/suite tests.Don Anderson2015-07-131-0/+2
* WT-1985. intpack-test.py and packing-test.py are now subsumed byDon Anderson2015-07-072-114/+0
* Wt-1985. Fixes required by new packing tests:Don Anderson2015-07-071-9/+10
* WT-1985. Fixed problems with integer packing in Python:Don Anderson2015-06-302-0/+28
* WT-1964. Simplify references to JAVA_CALLBACK->jnienv to promote readability.Don Anderson2015-06-261-2/+2
* WT-1964. For Java, handle cases where a session or cursor is closedDon Anderson2015-06-261-17/+52
* Add reset to wiredtiger.in and ex_allDavid Hows2015-06-221-0/+1
* WT-1963. Refactored Java's next/prev/search/search_near, and modifiedDon Anderson2015-06-122-16/+40
* Merge branch 'develop' into transaction-backgroundSusan LoVerso2015-05-271-0/+1
|\
| * Merge branch 'develop' into named-snapshotsMichael Cahill2015-05-133-4/+15
| |\
| * | Update auto-generated files.Michael Cahill2015-04-021-0/+1
* | | Merge branch 'develop' into transaction-backgroundSusan LoVerso2015-05-133-0/+5
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-281-4/+10
| |\ \
| * \ \ Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-011-18/+31
| |\ \ \ | | | |/ | | |/|
| * | | Fixes for style and whitespace. Refs #1822.Don Anderson2015-03-261-0/+1
| * | | Add WT_CONNECTION::add_encryptor() to satisfy unused function warning.Don Anderson2015-03-261-0/+2
| * | | Merge branch 'develop' into encryption-apiDon Anderson2015-03-262-2/+2
| |\ \ \
| * | | | More plumbing. #1822Susan LoVerso2015-03-261-0/+2
* | | | | Add a background transaction sync mechanism. WT-1908Susan LoVerso2015-05-051-0/+1
| |_|_|/ |/| | |
* | | | Fix a typo, add what will be a description section for pydocPat Gunn2015-04-251-4/+10
| |_|/ |/| |
* | | Add a __setitem__ to cursors in the Python API, remove lots of boilerplate c....Michael Cahill2015-03-311-18/+31
| |/ |/|
* | Added -I include paths as needed to handle #include <3rdparty/...>Don Anderson2015-03-252-2/+2
|/
* Fixed python doc string in OVERRIDE_METHOD macro.Don Anderson2015-01-221-1/+1
* Prepend underscores to methods that could have name conflictsDon Anderson2015-01-221-8/+34
* Fix equals method in java API.Alex Gorrod2015-01-171-2/+2
* Make Cursor.equals return a boolean in Java.Michael Cahill2015-01-171-2/+2
* Merge branch 'develop' into cursor-equalMichael Cahill2015-01-171-0/+1
|\
| * Put the WT_CURSOR public methods in alphabetical order.Keith Bostic2015-01-161-1/+1
| * Don't allow "readonly" to be reconfigured on cursors.Michael Cahill2015-01-171-3/+0
| * Merge branch 'develop' into cursor-reconfigureMichael Cahill2015-01-1417-9/+132
| |\
| * | Fix order of original cursor functions.Keith Bostic2014-12-221-1/+1