summaryrefslogtreecommitdiff
path: root/lang/java
Commit message (Expand)AuthorAgeFilesLines
* 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-1410-7/+112
| |\
| * | Fix order of original cursor functions.Keith Bostic2014-12-221-1/+1
| * | Add support for a WT_CURSOR.reconfigure method, reference #1381.Keith Bostic2014-12-111-0/+4
* | | Merge branch 'develop' into cursor-equalMichael Cahill2015-01-174-7/+102
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into java-examplesDon Anderson2015-01-0910-0/+10
| |\ \
| * | | Various fixes related to java examples. Refs #1526.Don Anderson2015-01-094-7/+102
| | |/ | |/|
* | | Rename WT_CURSOR compare_equal to be equals.Alex Gorrod2015-01-142-1/+20
* | | Fix a function name typo, update auto-generated files.Keith Bostic2015-01-121-0/+1
| |/ |/|
* | Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-0410-0/+10
|/
* 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-302-12/+35
|\
| * Fix copy-paste error.Alex Gorrod2014-10-281-2/+1
| * Add transaction_pinned_range to Java API.Alex Gorrod2014-10-281-12/+35
| * Fix transaction ID logic (again), add session method entry / exit, add a docu...Michael Cahill2014-10-271-0/+1
* | Added a minimal ExceptionTest for java.Don Anderson2014-10-231-0/+1
* | Integrate new Java exception classes into java version of doc.Don Anderson2014-10-232-2/+2
* | Merge branch 'develop' into java-exceptionsDon Anderson2014-10-232-2/+10
|\ \ | |/
| * Make sure the Java examples are built along with the API. Make section names...Michael Cahill2014-10-131-1/+9
| * Multiple language doc support. refs #1130.Don Anderson2014-10-061-1/+1
* | Renamed WiredTigerDeadlockException to be WiredTigerRollbackException.Don Anderson2014-10-233-4/+4
* | Added new Java exception classes for WT_DEADLOCK and WT_PANIC errors.Don Anderson2014-10-104-14/+111
* | WiredTigerException now extends RuntimeException, making it easier toDon Anderson2014-10-101-1/+1
|/
* 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-113-30/+222
* Python for async:Don Anderson2014-05-012-68/+29
* Add asynchronous compact support to async API.Susan LoVerso2014-04-281-0/+1
* Add Java support for async ops.Susan LoVerso2014-04-212-0/+585
* Use an underlying cursor for async op keys/values.Susan LoVerso2014-04-091-9/+9
* Merge branch 'develop' into asyncMichael Cahill2014-04-072-2/+2
|\
| * Fix include paths for Java and Python builds.Alex Gorrod2014-03-312-2/+2
* | Clean up pass for s_all.Susan LoVerso2014-03-261-0/+11
|/
* Configuration parser API, update documentation and examples.Alex Gorrod2014-02-251-2/+1
* Update the configuration parsing API. Not finalized, but a step closer.Alex Gorrod2014-02-241-0/+4
* Remove circular dependency from the Java build.Michael Cahill2014-01-141-3/+1
* Add a rule to the Java Makefile that knows the path to wiredtiger_wrap.c.Michael Cahill2014-01-131-0/+2
* Fix the Java build for automake 1.14.Michael Cahill2014-01-131-6/+5
* Update copyright notices for 2014.Keith Bostic2014-01-077-22/+161