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
/
include
/
connection.h
Age
Commit message (
Expand
)
Author
2014-10-03
Formatting cleanups after the wt_off_t change.
Keith Bostic
2014-10-02
Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...
Mark Benvenuto
2014-09-11
Add a spin_destroy call for the new reconfig_lock, sort the lists of locks.
Keith Bostic
2014-09-11
Add a new lock to serialize reconfigure.
Alex Gorrod
2014-09-06
Write a new version of config-collapse that merges nested structures
Keith Bostic
2014-08-27
Merge branch 'develop' into lsm-shared-workers
Alex Gorrod
2014-08-21
Refactor to remove layering violations. #1170
Susan LoVerso
2014-08-20
Add log_size configuration for checkpoints. #1170
Susan LoVerso
2014-08-11
Make dynamic eviction workers the default. #1143
Alex Gorrod
2014-08-06
Merge branch 'develop' into lsm-shared-workers
Alex Gorrod
2014-08-06
Lint
Alex Gorrod
2014-08-05
Merge branch 'develop' into dynamic-evict-workers
Alex Gorrod
2014-08-01
Move eviction worker fields from cache into the connection, so they are alway...
Michael Cahill
2014-08-01
Move session creation out of worker threads: the session open can race with c...
Michael Cahill
2014-08-01
Bump the number of slots for internal sessions: we have a lot more than 2 now.
Michael Cahill
2014-07-30
whitespace
Keith Bostic
2014-07-30
Make the eviction server thread start/stop like the rest of the server
Keith Bostic
2014-07-17
Start shifting to having shared worker threads for LSM trees.
Alex Gorrod
2014-07-01
Merge branch 'develop' into split-memory-management
Keith Bostic
2014-06-25
Fix build warning and comment in header file.
Alex Gorrod
2014-06-25
Add new statistics_log=(on_close=bool) option.
Alex Gorrod
2014-06-25
Change from using separate fields to define stat states to flags.
Alex Gorrod
2014-06-25
Use a split generation number to determine when memory replaced by a split ca...
Michael Cahill
2014-05-21
First attempt to add a sweep thread to close data handles only after
Keith Bostic
2014-03-25
Add top layer of functions. Split files.
Susan LoVerso
2014-03-24
First bits of async code
Susan LoVerso
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-20
__open_directory_sync can sync the wrong directory if the application
Keith Bostic
2013-12-19
Rework the pthread spinlock logging code.
Keith Bostic
2013-12-13
We need to handle static "location ID" variables with both multiple
Keith Bostic
2013-12-11
Add spinlock statistics for __wt_spin_trylock() calls.
Keith Bostic
2013-12-11
Make spinlock stats work across open/close of the WT_CONNECTION.
Keith Bostic
2013-11-30
Track connection & session data handle sweeps consistently, move
Keith Bostic
2013-11-21
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-18
Merge branch 'develop' into java-auto-close2
Don Anderson
2013-11-18
Null out closed handles in Java, and detect nulled handles on use. refs #485.
Don Anderson
2013-11-15
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-14
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-13
Change compaction to not block checkpoints: during the part of compaction
Keith Bostic
2013-11-13
Have pages point at their spinlock rather than keep an index into an array. ...
Michael Cahill
2013-11-08
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-07
Use fewer than 256 page locks to see whether L1 cache performance improves.
Michael Cahill
2013-11-05
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-11-01
lint, cleanup, style.
Keith Bostic
2013-11-01
Do a full-barrier when spinlock logging is configured, it cuts down on
Keith Bostic
2013-10-24
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-10-21
Add clear to the connection statistics configuration and remove "clear"
Keith Bostic
2013-10-21
Merge branch 'develop' into fine-grained-durability
Michael Cahill
2013-10-19
API change: rework "run-time" and "tree-walk" statistics configuration.
Keith Bostic
2013-10-17
Replace the per-btree handle spinlock with an array of 256 spinlocks in
Keith Bostic
[next]