summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29196 set batchSize for getMores in collection clonerSERVER-29196_collection_cloner_getmore_batchsizeJason Chan2017-06-061-0/+1
* SERVER-29192 Prevent 'silentfail' status for dynamic testsYves Duhem2017-06-053-7/+8
* SERVER-28300 Implement mock libraries to test logical session cacheSamantha Ritter2017-06-058-0/+849
* SERVER-28300 Implement the logical session cacheSamantha Ritter2017-06-057-8/+440
* SERVER-28300 Add interfaces for logical session cache supporting typesSamantha Ritter2017-06-055-0/+251
* SERVER-28300 Make PeriodicRunnerASIO more resilientsamantharitter2017-06-052-3/+9
* SERVER-29441 Clean up declaration of the cpuprofiler libraryAndrew Morrow2017-06-052-40/+38
* SERVER-29327: Prevent DBDirectClient from storing MaxTimeMS on cursorsSpencer Jackson2017-06-053-14/+23
* SERVER-29443 Fix iOS and tvOS compilesAndrew Morrow2017-06-052-1/+5
* SERVER-29420 Use SSL headers from toolchain when building tools on OS XAndrew Morrow2017-06-051-0/+2
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-0513-53/+44
* SERVER-29442 Reduce --jobs for Solaris compile to avoid OOM failures.Max Hirschhorn2017-06-051-1/+3
* SERVER-29342 Fix build on windosNathan Myers2017-06-022-4/+1
* SERVER-29433 Improve logging during ReplicaSetFixture initializationSpencer T Brody2017-06-021-3/+5
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-0213-159/+352
* SERVER-28596 Upload hanging or failing tests in compile_all to S3Jonathan Abrahams2017-06-022-6/+60
* SERVER-28743: Have WiredTiger data structures be --groupCollections aware.Daniel Gottlieb2017-06-0219-894/+1934
* SERVER-28293 Verify mongod processes $logicalTime like mongosJack Mulrow2017-06-021-26/+28
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-026-6/+249
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-0211-79/+2173
* SERVER-24783 resmoke.py now prints running tests when encountering timeoutsPeter Mauldin2017-06-024-20/+66
* SERVER-29094 enable causally_consistent_jscore_passthrough for Windows 2008R2Misha Tyulenev2017-06-021-1/+1
* SERVER-29333 replace incorrect use of getStatusFromCommandResult in ShardServ...Dianna Hohensee2017-06-021-6/+24
* SERVER-29334 remove dotted field name check from BSONObj::okForStorageDianna Hohensee2017-06-024-100/+11
* SERVER-29396 Fix logical clock unit test for kMaxAcceptableLogicalClockDriftS...Kevin Pulo2017-06-021-3/+3
* SERVER-29396 maxAcceptableLogicalClockDriftSecs must be positiveKevin Pulo2017-06-022-15/+15
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-0112-343/+152
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-0112-152/+343
* SERVER-29274 make reaper mandatory in Database::dropCollection()Benety Goh2017-06-015-121/+99
* SERVER-29246 idl compiler supports dots in pathnamesGabriel Russell2017-06-011-2/+2
* SERVER-29315 Fix lint issue.ADAM David Alan Martin2017-06-011-2/+2
* SERVER-29315 Fix `clonable_ptr_test` in UBSANADAM David Alan Martin2017-06-012-28/+30
* SERVER-29002: Fixed typo in IndexBoundsBuilder::simpleRegexAnne Lim2017-06-011-1/+1
* SERVER-29283 Fix circular shared_ptr dependency in the periodic runnersamantharitter2017-06-014-62/+153
* SERVER-29210: Manage WiredTiger checkpoints in MongoDB.Daniel Gottlieb2017-06-012-2/+56
* SERVER-27310 Add support for zlib wire protocol compressionHannes Magnusson2017-06-019-3/+293
* SERVER-29411 link with a max line length that's less then the actual windows ...Gabriel Russell2017-05-311-1/+1
* SERVER-29197 initial sync now builds capped indexes correctlyEric Milkie2017-05-312-22/+61
* SERVER-28837 Do not attempt to subtract negative cursorTimeoutMillis.Justin Seyster2017-05-311-2/+7
* SERVER-29274 applyCommand_inlock() passes optime from oplog entry to mongo::d...Benety Goh2017-05-311-1/+1
* SERVER-29270 Oplog query for first/last entry should not use a blocking sortJames Wahlin2017-05-314-5/+6
* SERVER-26027: Updating log statement to include exit code on tear down in sit...Cristopher Stauffer2017-05-312-6/+8
* SERVER-29356 Increase the amount of memory available for tests running on Cod...Eddie Louie2017-05-311-72/+2
* SERVER-29355 Increase amount of memory available for tests running on Linux D...Eddie Louie2017-05-311-24/+2
* SERVER-29353 Increase amount of memory available for tests running on UBSan b...Eddie Louie2017-05-311-6/+2
* SERVER-28302 Add empty executor to mongos_test.ymlJonathan Abrahams2017-05-311-0/+2
* SERVER-29274 Database::dropCollection() renames collection using provided dro...Benety Goh2017-05-312-28/+128
* SERVER-29351 remove redundant use of BSONObj::storageValidEmbedded from modif...Dianna Hohensee2017-05-304-50/+60
* SERVER-29389 Increase verbosity for causally_consistent_jscore_passthrough suiteJack Mulrow2017-05-301-0/+16
* SERVER-29254 Moved MinValid into ReplicationProcessJudah Schvimer2017-05-3038-627/+1208