summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* WT-3529 Add WT_CONNECTION::debug_info method. (#3610)sueloverso2017-08-301-0/+1
* WT-3539 Document API requirements for exclusive access. (#3612)Michael Cahill2017-08-241-1/+1
* WT-3388 Add new API that allows forgetting history newer than a timestamp (#3...Alex Gorrod2017-08-081-0/+1
* WT-3338 Implement optimized cursor modify. (#3437)Keith Bostic2017-07-281-0/+1
* WT-3181 Add timestamp support. (#3373)Michael Cahill2017-06-222-0/+16
* WT-3333 Fixes for zero length strings packed/unpacked in a 'u' format via Pyt...Don Anderson2017-05-251-1/+4
* WT-2972 Add interface allowing partial updates to existing values (#3435)Alex Gorrod2017-05-254-7/+348
* Revert "WT-2972 Add interface allowing partial updates to existing values (#3...Alex Gorrod2017-05-244-348/+7
* WT-2972 Add interface allowing partial updates to existing values (#3406)Keith Bostic2017-05-244-7/+348
* WT-3063 Reserve records for read-modify-write (#3352)Keith Bostic2017-04-111-0/+1
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-0717-17/+17
* WT-3238 Java: Fix Cursor.compare and Cursor.equals to return int values. (#3355)Don Anderson2017-03-292-1/+10
* WT-2978 Python: make a pip-compatible installer. (#3320)Don Anderson2017-03-172-0/+456
* WT-3092 Quiet a warning from autogen.sh (#3211)Keith Bostic2016-12-231-1/+2
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-0/+1
* WT-3071 Fixed sign-conversion compiler errors in Java and Python SWIG code (#...Don Anderson2016-12-142-29/+30
* WT-3055 When an AsyncOp is created, cache the whether the cursor is "raw". (#...Don Anderson2016-12-071-4/+6
* WT-3053 Make Python use internal memory allocation again. (#3179)Michael Cahill2016-12-061-11/+11
* WT-3054 Make a PackOutputStream constructor that is compatible with the (#3175)Don Anderson2016-12-061-0/+11
* WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod2016-12-062-26/+9
* WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-052-9/+26
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-051-11/+11
* WT-3021 fixes for java log example, raw mode in java, and raw mode in log cur...Don Anderson2016-12-022-9/+13
* 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