summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-175-56/+94
* Revert "SERVER-21930 - Restart oplog query if oplog entries are out of order"Scott Hernandez2015-12-175-88/+56
* SERVER-21930 - Restart oplog query if oplog entries are out of orderScott Hernandez2015-12-175-56/+88
* SERVER-21868 Shutdown may not be handled correctly in oplog application.Siyuan Zhou2015-12-171-4/+14
* SERVER-21923 Propagate ReplSetTest.awaitSecondaryNodes timeout valuesKamran Khan2015-12-171-1/+1
* SERVER-21920 Use next_random_sample_size when sampling the oplog.Max Hirschhorn2015-12-162-6/+20
* Import wiredtiger-wiredtiger-mongodb-3.2-rc4-75-gdecd916.tar.gz from wiredtig...Dan Pasette2015-12-1626-164/+378
* SERVER-21772 correctly profile and log findAndModify operationsDavid Storch2015-12-156-64/+128
* SERVER-21772 remove dead method CurOp::setDbProfileLevelDavid Storch2015-12-151-4/+0
* Revert "SERVER-20991 Change WiredTiger caching strategy on Windows"Mark Benvenuto2015-12-152-4/+0
* SERVER-21724 Let backup role read system.profileSpencer Jackson2015-12-151-0/+4
* SERVER-21890 Allow realm to be set in SSPI shellSpencer Jackson2015-12-153-0/+15
* SERVER-21706 error when mapReduce outputs to config or admin dbMisha Tyulenev2015-12-141-0/+8
* SERVER-21050 Make the 'causedBy' reports more descriptiveKaloian Manassiev2015-12-142-6/+2
* SERVER-21050 Lower verbose WT loggingKaloian Manassiev2015-12-142-4/+4
* SERVER-21795: Do not reschedule more than one liveness timeout callback at a ...Scott Hernandez2015-12-143-4/+12
* SERVER-21870: Add space between "supports" and "snapshots" in error messageHannes Magnusson2015-12-131-1/+1
* SERVER-21854 Add request id to RemoteCommandRequestKaloian Manassiev2015-12-115-37/+82
* SERVER-21768 Remove the 'numCollections' field from dbHash's responseJonathan Abrahams2015-12-111-1/+0
* SERVER-21750 clean up getMore logging and profilingDavid Storch2015-12-114-2/+39
* SERVER-21848 CSRS catalog manager should not allow batch writes greater than 1Kaloian Manassiev2015-12-111-3/+12
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-45/+0
* SERVER-21847 log range of oplog entries read from sync sourceBenety Goh2015-12-111-1/+10
* SERVER-21644 Invariant failure iter != _lockMap.end() in legacy_dist_lock_man...Randolph Tan2015-12-101-3/+5
* SERVER-21545 Correctly roll back updating collection optionsCharlie Swanson2015-12-103-7/+17
* SERVER-21786 increase test coverage of the s/query directoryDavid Storch2015-12-103-0/+156
* SERVER-21248 speed up shell test function responsible for mongo program shutdownBenety Goh2015-12-101-14/+16
* SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklist aggreg...Jonathan Abrahams2015-12-102-0/+15
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-096-16/+10
* SERVER-21600 add integration test for killCursors commandDavid Storch2015-12-099-1/+88
* SERVER-21637 add a test for 3.2 shell / 3.0 server find compatibilityDavid Storch2015-12-091-11/+12
* SERVER-21638 log when an idle mongos cursor times out at the default logLevelDavid Storch2015-12-091-0/+5
* SERVER-21426:Add writeConcern support to benchRundalyd2015-12-081-1/+13
* SERVER-21050 Catalog manager retry should consider write error detailsKaloian Manassiev2015-12-082-10/+83
* SERVER-21050 Make dist lock timeouts uniformKaloian Manassiev2015-12-0816-43/+41
* SERVER-21366 Periodically yield when applying migration deletionsKaloian Manassiev2015-12-081-19/+45
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-082-1164/+1274
* SERVER-21667 do not set lastop on clients used by replication on secondariesEric Milkie2015-12-081-1/+1
* SERVER-21719 Add initiateTimeout rsOption for ShardingTestJonathan Abrahams2015-12-081-2/+7
* SERVER-21715 call JS_SetGCParametersBasedOnAvailableMemoryr3.2.0-rc6r3.2.0Jason Carey2015-12-021-0/+3
* SERVER-21728 Disable extra JS ThreadsJason Carey2015-12-021-0/+5
* SERVER-21726 do not log no-op updates in all cases, not just for inplace-supp...Eric Milkie2015-12-021-0/+5
* SERVER-21729 Log oplog stones when sampling at log-level 0.Max Hirschhorn2015-12-021-4/+39
* SERVER-21717 Be more graceful in JS OOMJason Carey2015-12-024-14/+18
* SERVER-21711 make currentJSExceptionToStatus more robustJason Carey2015-12-021-0/+5
* Import wiredtiger-wiredtiger-mongodb-3.2-rc4-70-g197eef0.tar.gz from wiredtig...Michael Cahill2015-12-028-58/+67
* SERVER-21690 TextOrStage should fetch doc when RecordId first observedJason Rassi2015-12-013-29/+39
* Import wiredtiger-wiredtiger-mongodb-3.2-rc4-56-g7a4f325.tar.gz from wiredtig...Michael Cahill2015-12-018-70/+80
* SERVER-21646 limit concurrency of writes to replicated capped collectionsMathias Stearn2015-11-302-5/+21
* SERVER-21645 RS rollback should set _oplog_highestSeenMathias Stearn2015-11-302-8/+84