summaryrefslogtreecommitdiff
path: root/lang/java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-181-1/+2
* Minor build fixes: don't export WT_CONFIG_ITEM with SWIG, uninitialized 'ret'.Michael Cahill2013-04-181-1/+1
* Data source cleanup: fix some build warnings, exclude new function from the J...Michael Cahill2013-04-121-0/+1
* Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-0/+1
* Make WiredTiger extension functions available to linked-in modules viaKeith Bostic2013-04-091-1/+0
* Add a test case for Java cursor issue refs #493Alex Gorrod2013-03-261-0/+1
* Fix get_key/value in the Java API for complex cursors.Michael Cahill2013-03-261-441/+439
* Add Java documentation for Session::open_cursorAlex Gorrod2013-03-251-0/+5
* Install wiredtiger.jar when running "make install".Michael Cahill2013-03-141-3/+5
* Improvements for the Java API documentation: create a Java API module, link t...Michael Cahill2013-02-251-6/+29
* Fix copyright notices in Java source code.Alex Gorrod2013-02-197-28/+87
* Add comments to the Java methods defined in the SWIG interface.Alex Gorrod2013-02-191-3/+226
* Update Java Cursor API naming to reflect ByteArray semantics.Alex Gorrod2013-02-199-136/+429
* Fix library path for Java make check on Linux.Alex Gorrod2013-02-141-1/+1
* Fix conditional compilation of JUnit tests.Alex Gorrod2013-02-141-2/+4
* Update Java cursors to use packing code. Also enhance JUnit usage.Alex Gorrod2013-02-134-74/+182
* Update Java structure packing implementation.Alex Gorrod2013-02-127-320/+352
* Add a Java implementation of packed formats.Alex Gorrod2013-02-088-16/+623
* Add in examples to Java build.Alex Gorrod2013-01-251-0/+7
* Fix Java build to work with recent autoconf.Alex Gorrod2013-01-241-11/+12
* Move generated Java files into a subdirectory.Alex Gorrod2013-01-242-10/+11
* Have compare return an int not a bool. Add Java implementation for Cursor::co...Alex Gorrod2012-11-291-2/+6
* Rename cursor equals to compare in Java API.Alex Gorrod2012-11-291-4/+4
* Fix build issues with the Java API caused by C API changes.Michael Cahill2012-08-161-0/+12
* Improve configure detection of Java.Michael Cahill2012-07-231-5/+2
* update / insert typoMichael Cahill2012-07-171-1/+1
* Generate javadoc into docs/java for the Java API.Michael Cahill2012-07-092-161/+168
* Check for errors when returning keys or values.Michael Cahill2012-07-091-17/+27
* imported patch java-apiMichael Cahill2012-07-073-0/+364