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
/
java_doc.i
Age
Commit message (
Expand
)
Author
2016-04-28
WT-2552 Add public API for pluggable filesystems (#2671)
Alex Gorrod
2015-12-17
WT-2287: Add support for a WT_SESSION.rebalance method that rebuilds the
Keith Bostic
2015-11-03
WT-1315. Added java support for join cursors.
Don Anderson
2015-09-15
WT-2104 New log_flush API to control the flushing or syncing of the log.
Susan LoVerso
2015-06-22
Add reset to wiredtiger.in and ex_all
David Hows
2015-05-27
Merge branch 'develop' into transaction-background
Susan LoVerso
2015-05-13
Merge branch 'develop' into transaction-background
Susan LoVerso
2015-05-13
Merge branch 'develop' into named-snapshots
Michael Cahill
2015-05-05
Add a background transaction sync mechanism. WT-1908
Susan LoVerso
2015-04-02
Update auto-generated files.
Michael Cahill
2015-03-26
Fixes for style and whitespace. Refs #1822.
Don Anderson
2015-01-17
Merge branch 'develop' into cursor-equal
Michael Cahill
2015-01-16
Put the WT_CURSOR public methods in alphabetical order.
Keith Bostic
2015-01-17
Don't allow "readonly" to be reconfigured on cursors.
Michael Cahill
2015-01-14
Rename WT_CURSOR compare_equal to be equals.
Alex Gorrod
2015-01-12
Fix a function name typo, update auto-generated files.
Keith Bostic
2014-12-22
Fix order of original cursor functions.
Keith Bostic
2014-12-11
Add support for a WT_CURSOR.reconfigure method, reference #1381.
Keith Bostic
2014-10-27
Fix transaction ID logic (again), add session method entry / exit, add a docu...
Michael Cahill
2014-04-28
Add asynchronous compact support to async API.
Susan LoVerso
2014-04-21
Add Java support for async ops.
Susan LoVerso
2014-04-09
Use an underlying cursor for async op keys/values.
Susan LoVerso
2014-03-26
Clean up pass for s_all.
Susan LoVerso
2014-02-25
Configuration parser API, update documentation and examples.
Alex Gorrod
2014-02-24
Update the configuration parsing API. Not finalized, but a step closer.
Alex Gorrod
2013-05-15
First pass that compiles.
Susan LoVerso
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-02-19
Update Java Cursor API naming to reflect ByteArray semantics.
Alex Gorrod