summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* BUMP 3.0.0-rc8r3.0.0-rc8Ramon Fernandez2015-02-051-1/+1
* SERVER-17179 check for primary step down in clonerBenety Goh2015-02-051-0/+32
* SERVER-17117 propagate kill notifications to CachedPlanStageDavid Storch2015-02-053-9/+41
* SERVER-17181 Correctly invalidate RocksDB cursor when restoring to a deleted docIgor Canadi2015-02-052-6/+30
* SERVER-15308 SERVER-17150 cancel current command on the primary when the node...Benety Goh2015-02-0510-11/+120
* SERVER-16792: fix smoke.py --small-oplog-rs so it worksScott Hernandez2015-02-051-7/+0
* SERVER-17173 Emulate listCollections/listIndexes in 3.0 mongos when communica...Andy Schwerin2015-02-052-42/+135
* SERVER-17164 Don't start elections while coming out of RECOVERING stateSpencer T Brody2015-02-044-2/+39
* SERVER-17172 initialize _lastLoc from _loc on WiredTigerRecordStore::Iterator...Eric Milkie2015-02-042-3/+33
* Import wiredtiger-wiredtiger-mongodb-2.8-rc7-105-g92325a3.tar.gz from wiredti...Dan Pasette2015-02-0450-605/+703
* SERVER-17167 restore multiline functionality in shellBenety Goh2015-02-042-61/+73
* SERVER-17167 restore multiline functionality in shellBenety Goh2015-02-041-1/+4
* SERVER-17094 WiredTiger background jobs for maintaining local.oplog.* capped ...Benety Goh2015-02-045-38/+74
* SERVER-17161 Fix Rocks build broken with getSnapshotId()Igor Canadi2015-02-045-15/+46
* SERVER-17126 Improve rocks engineIgor Canadi2015-02-047-56/+28
* SERVER-17133 Fail verbosely when RocksDB's disk format changesIgor Canadi2015-02-041-1/+29
* SERVER-17132 make findAndModify behave correctly with concurrent writesDavid Storch2015-02-043-9/+70
* SERVER-17123 Wait for the BackgroundSync thread to stop before enabling write...Spencer T Brody2015-02-043-8/+30
* SERVER-17114 capped cursor should die when falling off the back of collectionEric Milkie2015-02-043-1/+46
* SERVER-17017 test two node rs with one voter up can electScott Hernandez2015-02-041-0/+47
* SERVER-17132 Need to restoreState on early return in UpdateStageMathias Stearn2015-02-041-0/+2
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-74-gdf96add.tar.gz from wiredtig...Dan Pasette2015-02-041-4/+4
* SERVER-17132 use snapshot id in DeleteStage, and re-check predicateDavid Storch2015-02-043-4/+19
* SERVER-17132: WiredTiger recovery unit txn id needs to start > 0Eliot Horowitz2015-02-041-1/+1
* SERVER-17132: fix debug build includeEliot Horowitz2015-02-041-0/+1
* SERVER-17132: Added SnapshotId and Snapshotted and use them in query to make ...Eliot Horowitz2015-02-0457-217/+302
* SERVER-17132 Update and Delete stages need to forceFetchAllLocs after saveStateMathias Stearn2015-02-042-0/+10
* SERVER-17115 Avoid deadlocks in oplog back-pressure when the WiredTiger cache...Michael Cahill2015-02-023-8/+11
* SERVER-17129 check canAcceptWrites before implicitly creating ns for legacy u...Eric Milkie2015-02-021-0/+4
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-73-g97b55e3.tar.gz from wiredtig...Dan Pasette2015-01-2910-177/+141
* SERVER-17108 log node's config HostAndPort when loading a new replicaset configEric Milkie2015-01-291-1/+8
* SERVER-17017 permit elections when no other nodes are upEric Milkie2015-01-292-2/+7
* SERVER-17097 SERVER-16951 Fix rocks compilation error due to change in Recove...Igor Canadi2015-01-292-2/+2
* post 3.0.0-rc7Ramon Fernandez2015-01-281-1/+1
* BUMP 3.0.0-rc7r3.0.0-rc7Ramon Fernandez2015-01-281-1/+1
* SERVER-17083: don't start background capped thread in repairEliot Horowitz2015-01-281-0/+6
* SERVER-16773: Increase TCMalloc default cache size to 1GEliot Horowitz2015-01-281-1/+1
* SERVER-17091 do not attempt to create replSetUpdatePosition commands while re...matt dannenberg2015-01-286-7/+19
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-54-g1077219.tar.gz from wiredtig...Dan Pasette2015-01-282-4/+4
* Import wiredtiger-wiredtiger-mongodb-2.8-rc6-53-gd38a68b.tar.gz from wiredtig...Dan Pasette2015-01-284-8/+32
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-2723-75/+222
* SERVER-16951: Improve TicketHolder and add semaphore versionEliot Horowitz2015-01-274-62/+252
* SERVER-17082 Don't assume WT_ROLLBACK means dupKey errorMathias Stearn2015-01-271-7/+1
* SERVER-17030 More WCE handling for index buildsMathias Stearn2015-01-276-45/+13
* SERVER-17031 Don't handle SIGQUIT on the signal handling threadMathias Stearn2015-01-272-4/+3
* SERVER-16984 Do not rely on ShardedConnectionInfo::get() if not doing normal ...Randolph Tan2015-01-272-6/+6
* SERVER-16984 UpdateLifecycleImpl can return empty collectionMetadata even if ...Randolph Tan2015-01-271-1/+2
* SERVER-15704, SERVER-17071: Use resetMyLastApplied and re-enable resync.jsScott Hernandez2015-01-276-2/+18
* SERVER-17080 shut down applier thread properly, if in the middle of applying ...Eric Milkie2015-01-272-0/+13
* SERVER-17053 restart transaction on WCE retryEric Milkie2015-01-274-15/+11