summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-34557 Restrict transactions to only run against replica set primariesWilliam Schultz2018-05-024-1/+20
* SERVER-33031 make doTxn a test commandPavi Vetriselvan2018-05-011-1/+8
* SERVER-34596 remove Command::parseNsBilly Donahue2018-05-016-24/+8
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-307-13/+15
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-306-8/+9
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-307-15/+13
* SERVER-34572 Write commands in transactions must check for pending catalog ch...Tess Avitabile2018-04-301-16/+10
* SERVER-34138 Allow change stream to be opened against non-existent DB and col...Bernard Gorman2018-04-291-7/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-277-13/+15
* SERVER-34698 cleanup physical structure of CmdAuthenticateBilly Donahue2018-04-272-115/+109
* SERVER-34483 Avoid taking DBLocks when clearing in-memory database cache in F...Esha Maharishi2018-04-261-21/+2
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-262-2/+2
* Revert "SERVER-28871 remove obsolete Command::isUserManagementCommand"Denis Khodyakov2018-04-251-0/+60
* SERVER-28871 remove obsolete Command::isUserManagementCommandBilly Donahue2018-04-241-60/+0
* SERVER-34263 Use WT specific data format version for new unique idxr3.7.6Sulabh Mahajan2018-04-241-4/+1
* SERVER-34578 remove CommandInvocation::secondaryAllowedBilly Donahue2018-04-232-8/+0
* SERVER-34100 - Make the Chunk object not expose implementation details of the...Martin Neupauer2018-04-231-8/+8
* SERVER-34600 uassert if using getParameter to read uninitialized fCVMaria van Keulen2018-04-231-0/+4
* SERVER-34243 Use MODE_IS for listCollectionsGeert Bosch2018-04-201-7/+11
* SERVER-34533 killOp available on embedded.Henrik Edin2018-04-191-1/+1
* SERVER-34370 Change commands to use AutoGetDb to get database to trigger a Da...jannaerin2018-04-183-2/+15
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+3
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-0/+1
* SERVER-29725 mongoe applicationHenrik Edin2018-04-183-28/+87
* SERVER-8237 disable autoIndexId:false for replicated collectionsEric Milkie2018-04-171-3/+10
* SERVER-34216 single-parse write_commandsDaniel Gottlieb2018-04-173-222/+252
* SERVER-33783 Make shards and mongos do full routing/filtering metadata refres...Martin Neupauer2018-04-161-4/+14
* SERVER-34216 write_commands move transaction checksBilly Donahue2018-04-161-45/+16
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-164-13/+1
* SERVER-33356 Ensure shards' persisted collection cache picks up collection UU...Esha Maharishi2018-04-161-5/+15
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-3/+0
* SERVER-34459 Clear in-memory database versions on setFCV downgrade on shard p...Esha Maharishi2018-04-131-2/+22
* SERVER-34437 Remove snapshot query option from clonerjannaerin2018-04-131-1/+0
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-131-1/+1
* SERVER-34435 Change Versioning class to databaseVersion namespace and related...Esha Maharishi2018-04-131-1/+1
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-132-0/+19
* SERVER-33781 upgrade/downgrade config.chunks metadata with a new history field.Martin Neupauer2018-04-131-0/+41
* SERVER-34446: Remove normalization of SCRAM-SHA-256 prinicpal namesSpencer Jackson2018-04-131-7/+0
* SERVER-34401: Add support for {forAllDBs: true} to usersInfoSpencer Jackson2018-04-132-5/+15
* Revert "SERVER-34157 prevent writes to system collections"Kyle Suarez2018-04-132-19/+0
* SERVER-34157 prevent writes to system collectionsKyle Suarez2018-04-132-0/+19
* SERVER-33115 prevent writes to unreplicated collections in a transactionKyle Suarez2018-04-132-3/+41
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+3