summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-27549 Better check for when a server has shut downRobert Guo2017-05-305-13/+55
* SERVER-29364 rpc::OpMsgReply should have owned BSON in the bodyMathias Stearn2017-05-301-1/+1
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-3013-124/+104
* SERVER-29060 Add etc/test_retrial.yml resmoke.py tag fileEddie Louie2017-05-301-0/+48
* SERVER-29061 Add buildscripts/promote_silent_failures.py script to convert si...Eddie Louie2017-05-303-13/+96
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-304-20/+47
* SERVER-28986 Improve compression negotiation loggingHannes Magnusson2017-05-301-0/+10
* SERVER-27115 Allow $match to swap across renames expressed using $map.David Storch2017-05-307-34/+449
* SERVER-29274 added optime to OpApplyFn for applyCommand_inlock()Benety Goh2017-05-301-14/+27
* SERVER-29274 add optional dropOpTime argument to mongo::dropCollection()Benety Goh2017-05-302-4/+27
* SERVER-29274 add optional dropOpTime argument to Database:dropCollection()Benety Goh2017-05-303-12/+32
* SERVER-29394 logical_clock.h should #include logical_time.hr3.5.8Kevin Pulo2017-05-301-2/+1
* SERVER-29148 Increase exec_timeout_secs for sys-perf mongos_workloads_MMAPv1 ...Henrik Ingo2017-05-291-1/+1
* SERVER-29274 Database::dropCollection() adds drop-pending collection to reaperBenety Goh2017-05-273-2/+47
* SERVER-28775 Create UnsetNodeJustin Seyster2017-05-266-1/+745
* SERVER-28938 Invalidate all cursors on collections to be renamedMaria van Keulen2017-05-263-10/+33
* Revert "SERVER-28775 Create UnsetNode"William Schultz2017-05-266-745/+1
* SERVER-28302 resmoke.py parser should accept files that don't end in .jsJonathan Abrahams2017-05-2695-2470/+2470
* SERVER-28775 Create UnsetNodeJustin Seyster2017-05-266-1/+745
* SERVER-29378 Wait for write concern with current optimeNathan Myers2017-05-261-12/+16
* SERVER-29306 Prevent C++ unit, integration and dbtests from running twice dur...Jonathan Abrahams2017-05-261-1/+26
* SERVER-21754 Partition CursorManager's structuresCharlie Swanson2017-05-2610-137/+875
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-2642-77/+1388
* SERVER-29368 Clean up on interrupted wait for range deletionNathan Myers2017-05-262-3/+15
* SERVER-28960 Fix lint.Max Hirschhorn2017-05-251-1/+1
* SERVER-28960 Avoid creating core dumps during DEATH_TESTs.Max Hirschhorn2017-05-251-0/+8
* SERVER-29349 delete shell/upgrade_check.js, which was relevant for v2.6 upgra...Dianna Hohensee2017-05-255-242/+3
* SERVER-29362 chunk_manipulation_util.js should support v3.4 currrentOp formatRandolph Tan2017-05-252-6/+2
* SERVER-28761 Implement UpdateObjectNode::apply()Tess Avitabile2017-05-258-37/+1012
* SERVER-29375 Make Enterprise Ubuntu 16.04 (Clang 3.7/libc++) use --link-model...Geert Bosch2017-05-251-1/+1
* SERVER-29274 rename dropped collection to special drop-pending nameBenety Goh2017-05-253-4/+109
* Revert "SERVER-29273 rename dropped collection to special drop-pending name"Benety Goh2017-05-253-109/+4
* SERVER-29273 rename dropped collection to special drop-pending nameBenety Goh2017-05-253-4/+109
* SERVER-29274 add DatabaseImpl::_finishDropCollectionBenety Goh2017-05-252-24/+29
* SERVER-29343 Add missing dependencyGeert Bosch2017-05-251-0/+1
* SERVER-29274 added unit test for Database with characterization tests for dro...Benety Goh2017-05-252-0/+166
* SERVER-29274 add NamespaceString::checkLengthForRename()Benety Goh2017-05-253-18/+32
* SERVER-29274 add IndexCatalog::getLongestIndexNameLength()Benety Goh2017-05-253-8/+21
* SERVER-29314 removed CommandInterface importBenety Goh2017-05-251-6/+0
* SERVER-29314 add CommandInterface to break cyclic dependency between Command ...Benety Goh2017-05-253-116/+213
* SERVER-27380 Revert "Revert "SERVER-27380 Re-enable the thin archive tool""Andrew Morrow2017-05-253-67/+93
* SERVER-29272 listCollections excludes drop-pending namespacesBenety Goh2017-05-251-1/+9
* SERVER-29343 make lookupCollectionByUUID and lookupNSSByUUID constGeert Bosch2017-05-254-13/+30
* SERVER-29220 fix lintAndrew Morrow2017-05-253-0/+84
* Revert "SERVER-27380 Re-enable the thin archive tool"Max Hirschhorn2017-05-253-88/+67
* SERVER-27380 Re-enable the thin archive toolAndrew Morrow2017-05-243-67/+88
* SERVER-29220 Default to archive based linkingAndrew Morrow2017-05-249-24/+40
* SERVER-29352 Don't run SNMP tests on macOSAndrew Morrow2017-05-241-2/+0
* SERVER-29336 Use vendored version of libfaketime when running Jepsen.Max Hirschhorn2017-05-241-2/+7
* SERVER-29348 Handle range deletion write-concern failureNathan Myers2017-05-241-6/+21