summaryrefslogtreecommitdiff
path: root/lang
Commit message (Expand)AuthorAgeFilesLines
* Revert languages to using lang_private.Susan LoVerso2014-05-282-7/+7
* Add an app_private field to the WT_ASYNC_OP handle.Alex Gorrod2014-05-282-7/+7
* Expose the private field with a macro.Susan LoVerso2014-05-272-7/+7
* Merge branch 'develop' into json-dumpSusan LoVerso2014-05-221-15/+46
|\
| * Added 'throws' clauses to Java method signatures for all wrappedDon Anderson2014-05-151-15/+46
* | Merge branch 'develop' into json-dumpSusan LoVerso2014-05-143-38/+250
|\ \ | |/
| * 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
* | Merge branch 'develop' into json-dumpMichael Cahill2014-05-085-23/+857
|\ \ | |/
| * Fix handling of raw cursors in the async API: always go through the {get,set}...Michael Cahill2014-05-021-1/+1
| * Python for async:Don Anderson2014-05-013-101/+110
| * Merge branch 'develop' into asyncSusan LoVerso2014-04-291-5/+2
| |\
| | * Remove Java and Python build rules that relied on "--enable-debug". Always r...Michael Cahill2014-04-241-5/+2
| * | Add asynchronous compact support to async API.Susan LoVerso2014-04-281-0/+1
| * | Add pyApiAsyncCallback definition.Susan LoVerso2014-04-231-0/+38
| * | Add ENOMEM_OK for async_new_op.Susan LoVerso2014-04-221-0/+15
| * | Add Java support for async ops.Susan LoVerso2014-04-212-0/+585
| * | Use an underlying cursor for async op keys/values.Susan LoVerso2014-04-092-11/+11
| * | Merge branch 'async' of github.com:wiredtiger/wiredtiger into asyncSusan LoVerso2014-04-074-7/+6
| |\ \
| | * \ Merge branch 'develop' into asyncMichael Cahill2014-04-074-7/+6
| | |\ \ | | | |/
| * | | Add the uri/config/format cached queue for async ops.Susan LoVerso2014-04-071-1/+1
| |/ /
| * | Python fixes.Susan LoVerso2014-04-031-0/+8
| * | Add python functions. Fix warning.Susan LoVerso2014-04-031-0/+144
| * | Add async_op config processing.Susan LoVerso2014-04-031-1/+2
| * | Add some python supportSusan LoVerso2014-03-271-0/+25
| * | Clean up pass for s_all.Susan LoVerso2014-03-261-0/+11
* | | Use dump=json as config option for json cursor.Don Anderson2014-04-151-1/+1
* | | Changed json cursor to behave more like other dump cursors, returningDon Anderson2014-04-151-2/+22
* | | Add 'json' config option to cursor, to create JSON output.Don Anderson2014-04-091-3/+13
| |/ |/|
* | Fix include paths for Java and Python builds.Alex Gorrod2014-03-314-7/+6
|/
* In python, flush during callbacks to wrute to sys streams. refs #883.Don Anderson2014-03-031-7/+18
* 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
* whitespaceMichael Cahill2014-01-201-11/+11
* Fix bug in Python SWIG layer.Alex Gorrod2014-01-151-0/+9
* 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-0714-44/+328
* Fix errors that crash the Java VM when a cursor is explicitly closed.Don Anderson2013-12-281-5/+5
* Using a closed {Cursor,Session,Connection} handle in PythonDon Anderson2013-12-101-29/+225
* 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