index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lang
/
java
Age
Commit message (
Expand
)
Author
2013-05-15
First pass that compiles.
Susan LoVerso
2013-04-22
Move pack/unpack methods into the extension API, because extensions shouldn't...
Michael Cahill
2013-04-19
Change the extension function names to "init" and "terminate" so that API cha...
Michael Cahill
2013-04-18
Add an extension "unload" entry point, configured with "unload" and with
Keith Bostic
2013-04-18
Minor build fixes: don't export WT_CONFIG_ITEM with SWIG, uninitialized 'ret'.
Michael Cahill
2013-04-12
Data source cleanup: fix some build warnings, exclude new function from the J...
Michael Cahill
2013-04-09
Support new configuration options added by the applications, using a new
Keith Bostic
2013-04-09
Make WiredTiger extension functions available to linked-in modules via
Keith Bostic
2013-03-26
Add a test case for Java cursor issue refs #493
Alex Gorrod
2013-03-26
Fix get_key/value in the Java API for complex cursors.
Michael Cahill
2013-03-25
Add Java documentation for Session::open_cursor
Alex Gorrod
2013-03-14
Install wiredtiger.jar when running "make install".
Michael Cahill
2013-02-25
Improvements for the Java API documentation: create a Java API module, link t...
Michael Cahill
2013-02-19
Fix copyright notices in Java source code.
Alex Gorrod
2013-02-19
Add comments to the Java methods defined in the SWIG interface.
Alex Gorrod
2013-02-19
Update Java Cursor API naming to reflect ByteArray semantics.
Alex Gorrod
2013-02-14
Fix library path for Java make check on Linux.
Alex Gorrod
2013-02-14
Fix conditional compilation of JUnit tests.
Alex Gorrod
2013-02-13
Update Java cursors to use packing code. Also enhance JUnit usage.
Alex Gorrod
2013-02-12
Update Java structure packing implementation.
Alex Gorrod
2013-02-08
Add a Java implementation of packed formats.
Alex Gorrod
2013-01-25
Add in examples to Java build.
Alex Gorrod
2013-01-24
Fix Java build to work with recent autoconf.
Alex Gorrod
2013-01-24
Move generated Java files into a subdirectory.
Alex Gorrod
2012-11-29
Have compare return an int not a bool. Add Java implementation for Cursor::co...
Alex Gorrod
2012-11-29
Rename cursor equals to compare in Java API.
Alex Gorrod
2012-08-16
Fix build issues with the Java API caused by C API changes.
Michael Cahill
2012-07-23
Improve configure detection of Java.
Michael Cahill
2012-07-17
update / insert typo
Michael Cahill
2012-07-09
Generate javadoc into docs/java for the Java API.
Michael Cahill
2012-07-09
Check for errors when returning keys or values.
Michael Cahill
2012-07-07
imported patch java-api
Michael Cahill