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
/
src
/
conn
Age
Commit message (
Expand
)
Author
2014-05-14
Mention the WIREDTIGER_CONFIG environment variable.
Keith Bostic
2014-05-13
Allow async to be reconfigured. #1002
Susan LoVerso
2014-05-12
Merge pull request #1004 from wiredtiger/stat-log-reconfig
Michael Cahill
2014-05-09
Fix a leak of the scratch buffer array in the dummy session: don't allocate s...
Michael Cahill
2014-05-09
Update checkpoint server reconfigure to match stat log semantics.
Alex Gorrod
2014-05-09
Make statistics log server reconfigurable.
Alex Gorrod
2014-05-09
typo
Michael Cahill
2014-05-09
Fix a leak of the buffer used to hold config files.
Michael Cahill
2014-05-08
Merge pull request #998 from wiredtiger/lsm-logging-fixes
Alex Gorrod
2014-05-08
Merge pull request #997 from wiredtiger/reconfigure-checkpoint
Michael Cahill
2014-05-07
Avoid unreachable code complaints when HAVE_VERBOSE not defined.
Keith Bostic
2014-05-07
Fix a warning:
Michael Cahill
2014-05-07
Store the wiredtiger_open configuration when a database is created, so that s...
Michael Cahill
2014-05-07
Add ability to reconfigure the checkpoint server
Alex Gorrod
2014-05-07
More --enable-verbose changes:
Alex Gorrod
2014-05-07
Fix build warnings.
Alex Gorrod
2014-05-07
Update documentation to reflect --enable-verbose.
Alex Gorrod
2014-05-07
Merge pull request #992 from wiredtiger/optional-verbose
Alex Gorrod
2014-05-05
Merge branch 'develop' into async. Fix conflicts.
Susan LoVerso
2014-05-05
A somewhat different approach to --enable-verbose: inline __wt_verbose()
Keith Bostic
2014-05-05
Add --enable-verbose option, disabled by default.
Alex Gorrod
2014-05-02
Move the async code from conn_async.c under src/async. It's easier (for me) ...
Michael Cahill
2014-05-02
Add a verbose 'metadata' flag, that outputs WiredTiger metadata info.
Alex Gorrod
2014-05-02
Switch API tracing to verbose=[api] from a connection option.
Alex Gorrod
2014-05-02
Add trace functionality to WiredTiger API.
Alex Gorrod
2014-05-02
Merge pull request #918 from wiredtiger/multiple-eviction-threads
Alex Gorrod
2014-05-02
Use the value of the "leak_memory" config item, not its length, to determine ...
Michael Cahill
2014-05-01
Optionally skip block cleanup and leak memory on connection close.
Keith Bostic
2014-05-01
Merge branch 'develop' into multiple-eviction-threads
Alex Gorrod
2014-04-29
Merge branch 'develop' into async
Susan LoVerso
2014-04-28
Leak fix: destroy a condition variable used by the log manager.
Michael Cahill
2014-04-23
Merge branch 'develop' into multiple-eviction-threads
Michael Cahill
2014-04-23
Set the TXN_ERROR flag for errors in any transactional call, not just updates.
Michael Cahill
2014-04-21
Open a local session for brief cursor usage.
Susan LoVerso
2014-04-21
Expand lock period for async_get_format.
Susan LoVerso
2014-04-21
Add asyncop->get_type API and change example to use it.
Susan LoVerso
2014-04-17
Fix wrap around bug in ring buffer.
Susan LoVerso
2014-04-17
Add use of flush_gen.
Susan LoVerso
2014-04-16
Reduce time we hold the spinlock for format queue.
Susan LoVerso
2014-04-16
Changes for atomic use for flush command. Fix counts in wtperf for
Susan LoVerso
2014-04-15
Implement a ring buffer without locking.
Susan LoVerso
2014-04-14
Test with yield rather than a cond var.
Susan LoVerso
2014-04-10
Comments and minor cleanup.
Susan LoVerso
2014-04-10
Convoy racing calls to conn->async_flush.
Susan LoVerso
2014-04-10
Only allocate the configured number of async ops rather than a static
Susan LoVerso
2014-04-10
When closing the connection, automatically flush all async ops.
Susan LoVerso
2014-04-09
Use an underlying cursor for async op keys/values.
Susan LoVerso
2014-04-07
Fix unused var. Fix error path.
Susan LoVerso
2014-04-07
Merge branch 'async' of github.com:wiredtiger/wiredtiger into async
Susan LoVerso
2014-04-07
Add the uri/config/format cached queue for async ops.
Susan LoVerso
[next]