| Commit message (Expand) | Author | Age | Files | Lines |
* | Document EBUSY and update python. #1153 | Susan LoVerso | 2014-08-05 | 1 | -5/+5 |
* | Merge branch 'develop' into log-cursor | Susan LoVerso | 2014-07-31 | 1 | -4/+5 |
|\ |
|
| * | Fix 0ffb202 and reinstate changes from e739089. | Susan LoVerso | 2014-07-30 | 1 | -1/+10 |
| * | The change in 0ffb202, it's not sufficient. Yank the test, it's not | Keith Bostic | 2014-07-30 | 1 | -8/+0 |
* | | Merge branch 'develop' into log-cursor | Susan LoVerso | 2014-07-30 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Add a way to skip tests that rely on diagnostic builds. Use that for the out... | Michael Cahill | 2014-07-30 | 1 | -0/+8 |
* | | Ignore __wt_lsn in language interfaces. #1106 | Susan LoVerso | 2014-07-15 | 2 | -0/+2 |
|/ |
|
* | Revert languages to using lang_private. | Susan LoVerso | 2014-05-28 | 2 | -7/+7 |
* | Add an app_private field to the WT_ASYNC_OP handle. | Alex Gorrod | 2014-05-28 | 2 | -7/+7 |
* | Expose the private field with a macro. | Susan LoVerso | 2014-05-27 | 2 | -7/+7 |
* | Merge branch 'develop' into json-dump | Susan LoVerso | 2014-05-22 | 1 | -15/+46 |
|\ |
|
| * | Added 'throws' clauses to Java method signatures for all wrapped | Don Anderson | 2014-05-15 | 1 | -15/+46 |
* | | Merge branch 'develop' into json-dump | Susan LoVerso | 2014-05-14 | 3 | -38/+250 |
|\ \
| |/ |
|
| * | Fixes for Java async stability and performance. | Don Anderson | 2014-05-13 | 1 | -43/+57 |
| * | KNF fixes and comment typo. | Don Anderson | 2014-05-13 | 1 | -3/+9 |
| * | Support async operations in Java. refs #933. | Don Anderson | 2014-05-11 | 3 | -30/+222 |
* | | Merge branch 'develop' into json-dump | Michael Cahill | 2014-05-08 | 5 | -23/+857 |
|\ \
| |/ |
|
| * | Fix handling of raw cursors in the async API: always go through the {get,set}... | Michael Cahill | 2014-05-02 | 1 | -1/+1 |
| * | Python for async: | Don Anderson | 2014-05-01 | 3 | -101/+110 |
| * | Merge branch 'develop' into async | Susan LoVerso | 2014-04-29 | 1 | -5/+2 |
| |\ |
|
| | * | Remove Java and Python build rules that relied on "--enable-debug". Always r... | Michael Cahill | 2014-04-24 | 1 | -5/+2 |
| * | | Add asynchronous compact support to async API. | Susan LoVerso | 2014-04-28 | 1 | -0/+1 |
| * | | Add pyApiAsyncCallback definition. | Susan LoVerso | 2014-04-23 | 1 | -0/+38 |
| * | | Add ENOMEM_OK for async_new_op. | Susan LoVerso | 2014-04-22 | 1 | -0/+15 |
| * | | Add Java support for async ops. | Susan LoVerso | 2014-04-21 | 2 | -0/+585 |
| * | | Use an underlying cursor for async op keys/values. | Susan LoVerso | 2014-04-09 | 2 | -11/+11 |
| * | | Merge branch 'async' of github.com:wiredtiger/wiredtiger into async | Susan LoVerso | 2014-04-07 | 4 | -7/+6 |
| |\ \ |
|
| | * \ | Merge branch 'develop' into async | Michael Cahill | 2014-04-07 | 4 | -7/+6 |
| | |\ \
| | | |/ |
|
| * | | | Add the uri/config/format cached queue for async ops. | Susan LoVerso | 2014-04-07 | 1 | -1/+1 |
| |/ / |
|
| * | | Python fixes. | Susan LoVerso | 2014-04-03 | 1 | -0/+8 |
| * | | Add python functions. Fix warning. | Susan LoVerso | 2014-04-03 | 1 | -0/+144 |
| * | | Add async_op config processing. | Susan LoVerso | 2014-04-03 | 1 | -1/+2 |
| * | | Add some python support | Susan LoVerso | 2014-03-27 | 1 | -0/+25 |
| * | | Clean up pass for s_all. | Susan LoVerso | 2014-03-26 | 1 | -0/+11 |
* | | | Use dump=json as config option for json cursor. | Don Anderson | 2014-04-15 | 1 | -1/+1 |
* | | | Changed json cursor to behave more like other dump cursors, returning | Don Anderson | 2014-04-15 | 1 | -2/+22 |
* | | | Add 'json' config option to cursor, to create JSON output. | Don Anderson | 2014-04-09 | 1 | -3/+13 |
| |/
|/| |
|
* | | Fix include paths for Java and Python builds. | Alex Gorrod | 2014-03-31 | 4 | -7/+6 |
|/ |
|
* | In python, flush during callbacks to wrute to sys streams. refs #883. | Don Anderson | 2014-03-03 | 1 | -7/+18 |
* | Configuration parser API, update documentation and examples. | Alex Gorrod | 2014-02-25 | 1 | -2/+1 |
* | Update the configuration parsing API. Not finalized, but a step closer. | Alex Gorrod | 2014-02-24 | 1 | -0/+4 |
* | whitespace | Michael Cahill | 2014-01-20 | 1 | -11/+11 |
* | Fix bug in Python SWIG layer. | Alex Gorrod | 2014-01-15 | 1 | -0/+9 |
* | Remove circular dependency from the Java build. | Michael Cahill | 2014-01-14 | 1 | -3/+1 |
* | Add a rule to the Java Makefile that knows the path to wiredtiger_wrap.c. | Michael Cahill | 2014-01-13 | 1 | -0/+2 |
* | Fix the Java build for automake 1.14. | Michael Cahill | 2014-01-13 | 1 | -6/+5 |
* | Update copyright notices for 2014. | Keith Bostic | 2014-01-07 | 14 | -44/+328 |
* | Fix errors that crash the Java VM when a cursor is explicitly closed. | Don Anderson | 2013-12-28 | 1 | -5/+5 |
* | Using a closed {Cursor,Session,Connection} handle in Python | Don Anderson | 2013-12-10 | 1 | -29/+225 |
* | Switch log_printf to use a log record in the same format as transactional ope... | Michael Cahill | 2013-11-21 | 1 | -4/+10 |