summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29517 Fix data race by making ViewGraph::_idCounter non-static.r3.4.5-rc4r3.4.5David Storch2017-06-082-2/+1
* Import wiredtiger: 04a157830061d57309a2f8fe99e9979203ac71bf from branch mongo...r3.4.5-rc3Alex Gorrod2017-06-0843-1091/+1360
* Import tools: 4d4d96583c40a25a4ee7e2d038d75181a300ec3c from branch v3.4Thomas Schubert2017-06-075-28/+94
* Import tools: 1fa8108e8fdd955f7e12550bf2e5a56471c3c73e from branch v3.4Thomas Schubert2017-06-0627-456/+631
* SERVER-29420 Use SSL headers from toolchain when building tools on OS XAndrew Morrow2017-06-051-0/+2
* SERVER-29352 Don't run SNMP tests on macOSAndrew Morrow2017-06-031-2/+0
* SERVER-28109 Configure Mac OS X Builders to use toolchain OpenSSL headersMark Benvenuto2017-06-031-2/+2
* SERVER-28924 Change databasesCloner to use the 'nameOnly' version of listData...William Schultz2017-06-021-2/+4
* SERVER-29356 Increase the amount of memory available for tests running on Cod...Eddie Louie2017-06-021-70/+2
* SERVER-29355 Increase amount of memory available for tests running on Linux D...Eddie Louie2017-06-021-22/+2
* SERVER-29353 Increase amount of memory available for tests running on UBSan b...Eddie Louie2017-06-021-4/+2
* SERVER-22076 Run jstestfuzz on additional buildersYves Duhem2017-06-011-80/+30
* SERVER-28460 Run Jepsen's "register" test with pv0 in Evergreen.r3.4.5-rc2Max Hirschhorn2017-05-261-0/+38
* SERVER-28461 Run Jepsen's "set" test in Evergreen.Max Hirschhorn2017-05-261-11/+53
* SERVER-29336 Use vendored version of libfaketime when running Jepsen.Max Hirschhorn2017-05-261-2/+7
* SERVER-29112 Jepsen evergreen test doesnt create report fileWilliam Schultz2017-05-261-8/+11
* SERVER-28221 Run the "register" test from jepsen-io/mongodb.Max Hirschhorn2017-05-261-9/+44
* SERVER-28535 Don't set hang_analyzer_processes for jepsen* tasks.Max Hirschhorn2017-05-261-6/+10
* SERVER-27448 Run Jepsen tests once a dayJonathan Abrahams2017-05-261-19/+0
* SERVER-25917 add initialsync fuzzer suiteRobert Guo2017-05-264-2/+125
* SERVER-26485 ensure JS hooks always have a loggerRobert Guo2017-05-261-83/+67
* SERVER-27158 shutdown fixtures when a job finishesRobert Guo2017-05-262-6/+33
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-264-20/+47
* Import wiredtiger: 78109ca3fea602885a62fc2872fc553450168149 from branch mongo...r3.4.5-rc1Alex Gorrod2017-05-183-6/+10
* SERVER-28996 SERVER-28996 Fix memory leak in MongoURI if auth failsJonathan Reams2017-05-171-4/+4
* SERVER-29164 Ensure CatalogCache::getCollectionRoutingInfo does not throwKaloian Manassiev2017-05-171-1/+8
* SERVER-28841 Fix ScopedCollectionMetadata destructor racesNathan Myers2017-05-166-60/+61
* SERVER-28810 Re-try range deletions, backport to 3.4Nathan Myers2017-05-161-14/+18
* SERVER-29214 Clean up connection pointers when we destroy them from the poolsamantharitter2017-05-161-0/+1
* SERVER-28484 Remove timestamp from Linux package versions and filenamesRamon Fernandez2017-05-151-17/+49
* SERVER-29066 Implicitly create the database in findAndModifyr3.4.5-rc0Kaloian Manassiev2017-05-052-30/+44
* SERVER-28427 Implement timeouts for the TicketHolderGeert Bosch2017-05-0516-86/+279
* SERVER-28952 Update test for absence of covered plans over multikey indices i...David Storch2017-05-051-3/+6
* SERVER-28952 fix distinct planning for multikey indicesDavid Storch2017-05-052-7/+150
* SERVER-29068 Retry operations in set_feature_compatibility_version.js after n...Jonathan Reams2017-05-051-1/+10
* SERVER-29016: make ShardRegistry::reload interruptibleMisha Tyulenev2017-05-051-2/+5
* SERVER-26781 Building with openssl 1.1.0Marek Skalický2017-05-042-10/+38
* SERVER-29018 Reject mongos getMore on view after batchSize 0 findJames Wahlin2017-05-032-0/+22
* SERVER-27570: Enforce stricter checks on top level command BSON objectsSpencer Jackson2017-05-037-33/+173
* SERVER-28490 Check the state after acquiring the lock in bgsync.Siyuan Zhou2017-05-021-4/+11
* SERVER-27727 Some auxiliary file changes needed after backporting to v3.4Eddie Louie2017-05-022-86/+0
* SERVER-28416 Hang analyzer GDB on ARM can run "thread apply all bt"Jonathan Abrahams2017-05-021-7/+0
* SERVER-28416 Split mongo pretty printers into separate fileJonathan Abrahams2017-05-023-315/+329
* SERVER-28416 Fix BSONObj pretty printer used in hang_analyzer to support big ...Jonathan Abrahams2017-05-021-2/+8
* SERVER-28416 Continue on error in mongodb-uniqstack in hang_analyzerJonathan Abrahams2017-05-021-6/+12
* SERVER-28291 use frame.pc() rather than frame.name() for stack dedupingMathias Stearn2017-05-021-4/+4
* SERVER-27727 Dump raw stacks to a file so we have them if we need themMathias Stearn2017-05-021-3/+20
* SERVER-27727 Note location where thread is marked idleMathias Stearn2017-05-0232-47/+54
* SERVER-27727 Hide idle threads in hang analyzer (extras)Mathias Stearn2017-05-0228-117/+105
* SERVER-27727 Hide idle threads in hang analyzer (core only)Mathias Stearn2017-05-028-3/+143