summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32198 Get rid of CollectionShardingState::collectionIsShardedKaloian Manassiev2018-06-071-8/+10
* SERVER-35463 Mark listCommands as pre-authSara Golemon2018-06-061-0/+3
* SERVER-35387 Ensure retried commitTransaction command waits for writeConcernJudah Schvimer2018-06-051-0/+6
* SERVER-35382 _isSelf requiresAuth falseBilly Donahue2018-06-051-3/+6
* SERVER-33078 convertToCapped size is not checked for float -> long long overflowDianna Hohensee2018-06-041-1/+1
* SERVER-34517 do not check for userId in cursors within sessions during getMor...Misha Tyulenev2018-06-011-1/+2
* Revert "Revert "SERVER-34653 don't parse if early auth-checks can reject.""Billy Donahue2018-05-316-2/+20
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-2/+2
* SERVER-33889 Remove more commands from embeddedAndrew Morrow2018-05-301-1/+1
* SERVER-35286: Pass the oplog NamespaceString when getting the collection.Daniel Gottlieb2018-05-301-1/+1
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-305-7/+7
* SERVER-28524 remove group commandKyle Suarez2018-05-302-288/+0
* SERVER-35070: Timestamp index completions individually.Daniel Gottlieb2018-05-291-6/+4
* SERVER-35253 Fix dbHash cmd to acquire IX locks inside multi-stmt txn.Max Hirschhorn2018-05-291-9/+14
* SERVER-35181 Corrected function signatures for CpuProfilerCommandBen Caimano2018-05-291-2/+2
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-1/+14
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ...Bernard Gorman2018-05-252-6/+22
* SERVER-34779 Add hook for checking dbhash while a test is running.Max Hirschhorn2018-05-251-0/+20
* Revert "SERVER-34653 don't parse if early auth-checks can reject."Louis Williams2018-05-256-20/+2
* SERVER-34653 don't parse if early auth-checks can reject.Billy Donahue2018-05-256-2/+20
* SERVER-34999 Deprecate clone and copydb commandsMaria van Keulen2018-05-242-2/+18
* SERVER-35019 Correct interruptibility in MultiIndexBlock destructorLouis Williams2018-05-221-3/+4
* SERVER-33639 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-05-221-18/+1
* SERVER-34778 Add support for dbHash command inside multi-stmt txn.Max Hirschhorn2018-05-171-1/+44
* SERVER-32825 Add upgrade/downgrade infrastructure for timestamp safe unique i...nehakhatri52018-05-181-0/+2
* SERVER-33889 Separate sleep from shell_commands so the capi unittests don't d...Henrik Edin2018-05-173-92/+132
* SERVER-34963 Fix linking on dynamic community builds.ADAM David Alan Martin2018-05-162-2/+7
* SERVER-32942: Let users listcollections their own collectionsSpencer Jackson2018-05-161-9/+28
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-1614-102/+26
* SERVER-34730 Delete NetworkInterfaceASIOJonathan Reams2018-05-161-0/+2
* SERVER-34947 Make getLastError available in embedded.Henrik Edin2018-05-161-1/+1
* SERVER-34735 Extract structured data from X509 subject namesSara Golemon2018-05-151-7/+7
* SERVER-34903 Allow killCursors within a transactionTess Avitabile2018-05-151-0/+8
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-157-18/+14
* SERVER-33959 Avoid deadlock during global cursor registrationCharlie Swanson2018-05-152-137/+145
* SERVER-34968 Wrap sizeOnDisk calculation in writeConflictRetry loopMaria van Keulen2018-05-141-1/+3
* SERVER-19904 Avoid massert on field of incorrect type.Fox Lady2018-05-111-0/+19
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-5/+18
* SERVER-34653 mark some commands as requiresAuth==falseBilly Donahue2018-05-092-0/+8
* SERVER-34888 Do not store subject name without validationSara Golemon2018-05-091-0/+5
* SERVER-34772 ban creation of tailable cursors in transactionsIan Boros2018-05-081-0/+5
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-0851-826/+418
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-086-20/+16
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-054-4/+3
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-053-34/+36
* SERVER-34506 TLASIO test for isJustForContinuationJason Carey2018-05-041-0/+48
* SERVER-34211 restore cached oplog pointer if restartCatalog exits earlyKyle Suarez2018-05-031-0/+12
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-037-12/+10
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-033-7/+6
* SERVER-34653 Add 'AuthorizationSession::isAuthenticated()'Billy Donahue2018-05-022-4/+2