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