summaryrefslogtreecommitdiff
path: root/lang/java/wiredtiger.i
Commit message (Expand)AuthorAgeFilesLines
* WT-3071 Fixed sign-conversion compiler errors in Java and Python SWIG code (#...Don Anderson2016-12-141-27/+27
* WT-3055 When an AsyncOp is created, cache the whether the cursor is "raw". (#...Don Anderson2016-12-071-4/+6
* WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod2016-12-061-13/+7
* WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-051-7/+13
* WT-3021 fixes for java log example, raw mode in java, and raw mode in log cur...Don Anderson2016-12-021-4/+4
* WT-2788 Do not touch memory already freed during a close API call. (#2992)Don Anderson2016-08-301-1/+0
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-0/+3
* WT-2580 Fix potential SWIG naming conflict in JavaDon Anderson2016-04-231-20/+22
* WT-2550 Support raw mode cursors in java, which can only be accessed viaDon Anderson2016-04-191-7/+29
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2194 Handle close callbacks for cursors that were not opened by Java.Don Anderson2015-11-021-6/+11
* Java's Cursor.reset() now completely resets the cursor: it removes theDon Anderson2015-07-131-0/+21
* 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
* WT-1963. Refactored Java's next/prev/search/search_near, and modifiedDon Anderson2015-06-121-16/+39
* Add WT_CONNECTION::add_encryptor() to satisfy unused function warning.Don Anderson2015-03-261-0/+2
* 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-1/+92
|\
| * Merge branch 'develop' into java-examplesDon Anderson2015-01-091-0/+1
| |\
| * | Various fixes related to java examples. Refs #1526.Don Anderson2015-01-091-1/+92
* | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-141-0/+19
| |/ |/|
* | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
|/
* Add typemaps so Java close cleanups occur after 'close' completes. refs #1332.Don Anderson2014-11-071-58/+44
* Added new %define to clean up name shuffling for wrap functions. #1295Don Anderson2014-10-301-39/+15
* Cleanup as a result of last merge: refs #1295Don Anderson2014-10-301-3/+17
* Merge branch 'develop' into java-exceptionsDon Anderson2014-10-301-12/+34
|\
| * Fix copy-paste error.Alex Gorrod2014-10-281-2/+1
| * Add transaction_pinned_range to Java API.Alex Gorrod2014-10-281-12/+35
* | Integrate new Java exception classes into java version of doc.Don Anderson2014-10-231-1/+1
* | Merge branch 'develop' into java-exceptionsDon Anderson2014-10-231-1/+1
|\ \ | |/
| * Multiple language doc support. refs #1130.Don Anderson2014-10-061-1/+1
* | Renamed WiredTigerDeadlockException to be WiredTigerRollbackException.Don Anderson2014-10-231-1/+1
* | Added new Java exception classes for WT_DEADLOCK and WT_PANIC errors.Don Anderson2014-10-101-14/+26
|/
* Ignore __wt_lsn in language interfaces. #1106Susan LoVerso2014-07-151-0/+1
* Revert languages to using lang_private.Susan LoVerso2014-05-281-4/+4
* Add an app_private field to the WT_ASYNC_OP handle.Alex Gorrod2014-05-281-4/+4
* Expose the private field with a macro.Susan LoVerso2014-05-271-4/+4
* Added 'throws' clauses to Java method signatures for all wrappedDon Anderson2014-05-151-15/+46
* Fixes for Java async stability and performance.Don Anderson2014-05-131-43/+57
* KNF fixes and comment typo.Don Anderson2014-05-131-3/+9
* Support async operations in Java. refs #933.Don Anderson2014-05-111-29/+177
* Python for async:Don Anderson2014-05-011-68/+27
* Add Java support for async ops.Susan LoVerso2014-04-211-0/+584
* Fix include paths for Java and Python builds.Alex Gorrod2014-03-311-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-3/+23
* Fix errors that crash the Java VM when a cursor is explicitly closed.Don Anderson2013-12-281-5/+5
* Null out closed handles in Java, and detect nulled handles on use. refs #485.Don Anderson2013-11-181-12/+254
* Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill2013-04-221-3/+0
* Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-191-2/+2