summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* Switch log_printf to use a log record in the same format as transactional ope...Michael Cahill2013-11-211-4/+10
* Null out closed handles in Java, and detect nulled handles on use. refs #485.Don Anderson2013-11-181-12/+254
* Add a test case for Java auto close feature.Alex Gorrod2013-10-251-0/+1
* Use the event handler to capture stderr, stdout.Don Anderson2013-10-241-2/+73
* Remove Python custom error and message callback implementations.Alex Gorrod2013-08-281-62/+1
* Merge branch 'develop' into java-auto-closeAlex Gorrod2013-08-1519-6418/+30
|\
| * Merge branch 'develop' into loggingSusan LoVerso2013-07-1716-6407/+14
| |\
| | * Pass any configured Python prefix through to the Python install step.Michael Cahill2013-07-171-1/+1
| | * Fix "make install" of Python. Remove old code and restructure the Python sou...Michael Cahill2013-07-1716-6407/+14
| * | Merge branch 'develop' into loggingMichael Cahill2013-07-111-2/+6
| |\ \ | | |/
| | * Install the Python module as part of "make install".Michael Cahill2013-07-091-2/+6
| * | First pass that compiles.Susan LoVerso2013-05-151-0/+1
| |/
| * Suppress warnings building SWIG-generated Python code.Michael Cahill2013-05-081-1/+1
| * Move pack/unpack methods into the extension API, because extensions shouldn't...Michael Cahill2013-04-222-6/+0
| * Change the extension function names to "init" and "terminate" so that API cha...Michael Cahill2013-04-192-4/+4
| * Add an extension "unload" entry point, configured with "unload" and withKeith Bostic2013-04-182-2/+4
| * Minor build fixes: don't export WT_CONFIG_ITEM with SWIG, uninitialized 'ret'.Michael Cahill2013-04-181-1/+1
| * Remove WT_EXTENSION_CONFIG, export WT_CONFIG_ITEM instead.Keith Bostic2013-04-171-0/+1
| * Replace wiredtiger_extension_api() with WT_CONNECTION.get_extension_api.Keith Bostic2013-04-171-4/+5
| * 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-092-1/+1
* | Add implementation for close callbacks. Add event callbacks to Python.Alex Gorrod2013-04-171-2/+74
|/
* 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
* Ignore warnings when building the Python SWIG wrapper.Alex Gorrod2013-03-131-9/+1
* Improvements for the Java API documentation: create a Java API module, link t...Michael Cahill2013-02-252-8/+31
* 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
* Merge branch 'updevelop' into develop. Manually merged.Alex Gorrod2013-01-2413-17/+26
|\
| * Allow examples to run in parallel: give each a unique home directory.Michael Cahill2013-01-081-0/+3
| * Fixes for automake 1.3.x: don't use $(srcdir) in TESTS and avoid the new para...Michael Cahill2013-01-072-1/+6
| * Update copyright notice to 2013.Keith Bostic2013-01-0111-12/+12
| * Disable some GCC warning flags for the SWIG-generated Python code.Michael Cahill2012-12-101-4/+5
* | 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
* | Merge remote-tracking branch 'upstream/develop' into developAlex Gorrod2012-11-283-110/+155
|\ \ | |/
| * Add a "size of checkpoint" statistic.Michael Cahill2012-11-161-13/+34
| * Switch the Python API to not allocate objects explicitly, and instead leave t...Michael Cahill2012-10-241-88/+104