summaryrefslogtreecommitdiff
path: root/src/mongo
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30648 Set GlobalLockAcquisitionTracker after we waitForLockJudah Schvimer2017-11-302-9/+12
* SERVER-27067 Remove unnecessary references to setLastOpToSystemLastOpTimeJudah Schvimer2017-11-305-66/+9
* SERVER-27067 sets client last op to system last optime if the global exclusiv...Judah Schvimer2017-11-301-6/+19
* SERVER-27067 decorates operation context with boolean when global lock is tak...Judah Schvimer2017-11-305-0/+220
* SERVER-30715 print replSetConfig in rotateLogsPavithra Vetriselvan2017-11-272-1/+22
* SERVER-28072 Construct mongodb:// URI from RS string and dbnameSara Golemon2017-11-273-43/+139
* SERVER-29921 rewrite URI parserSara Golemon2017-11-2714-109/+2293
* SERVER-29259: Ensure creation of authorization indexesSpencer Jackson2017-11-213-28/+118
* SERVER-30009: Allow JS functions to be terminated with ';'Spencer Jackson2017-11-201-0/+8
* SERVER-32030: Divide SyncTail::oplogApplication OperationContext lifetime int...Daniel Gottlieb2017-11-181-2/+3
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-11-173-26/+29
* SERVER-31101 Drop WT table on secondary after collection is droppedKatherine Walker2017-11-172-16/+32
* SERVER-31587 limit scope of OperationContext in ReplBatcherBenety Goh2017-11-171-15/+36
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-161-99/+148
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-11-154-11/+42
* SERVER-29090 Nodes provide more information on why they reject a voteJudah Schvimer2017-11-154-41/+92
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-11-151-0/+20
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-11-104-3/+75
* SERVER-19919 Remove the 250000 document limit for migrationRandolph Tan2017-11-091-2/+1
* SERVER-29293 Recipient shard to abort migration on stepdownNathan Myers2017-11-091-5/+12
* SERVER-31016 Be more explicit about some lambda return typesAndrew Morrow2017-11-022-2/+2
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-11-025-4/+24
* SERVER-30406 Test view catalog invalidation due to renaming to/from system.viewsGeert Bosch2017-11-011-5/+4
* SERVER-30482 Verify and enforce good ordering for the values for the sharding...Henrik Edin2017-11-011-0/+24
* SERVER-31624 fix featureCompatibilityVersion collation error injannaerin2017-10-311-4/+6
* SERVER-30649: Check whether each expression inside of $elemMatch is compatibl...Nick Zolnierz2017-10-303-10/+125
* SERVER-31505 Simplify Snappy compressorJonathan Reams2017-10-272-131/+17
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-10-2710-31/+62
* SERVER-21011 Fix query correctness problem related to covered matching for 2d...David Storch2017-10-267-39/+252
* SERVER-31516 Fix improper initialization of empty NamespaceString.David Storch2017-10-262-1/+13
* SERVER-31119 Make string.cpp compatible with boost 1.62Jelle van der Waa2017-10-261-1/+8
* SERVER-31046 Remove security.ldap.bind.queryPassword from parsed optionsAndrey Brindeyev2017-10-261-0/+2
* SERVER-30449 Reimplement ProjectionSpecValidator::ensurePathDoesNotConflictOr...Bernard Gorman2017-10-203-18/+134
* SERVER-31149 Enable recovery progress messagesXiangyu Yao2017-10-191-0/+1
* SERVER-31091 Make Balancer::joinCurrentRound obey the OperationContext deadliner3.4.10-rc0r3.4.10Kaloian Manassiev2017-10-182-3/+5
* SERVER-31428 correctly check collVersion epoch when short-circuiting metadata...Kevin Pulo2017-10-181-2/+6
* SERVER-31428 avoid redundant concurrent generation of new chunkMapsKevin Pulo2017-10-181-27/+52
* SERVER-30927 Use readConcern afterOpTime for initsync oplog queriesGeert Bosch2017-10-101-0/+4
* SERVER-31271 don't use nspr allocator for js threads for better ASANGabriel Russell2017-10-061-4/+9
* SERVER-30842 Don't try to set last optime for client backwards after rollbackSpencer T Brody2017-10-051-1/+17
* SERVER-29772 Add allowUnsafeRenamesDuringInitialSync server parameterJudah Schvimer2017-10-051-3/+14
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-10-046-93/+120
* SERVER-31176 Use stderr for interactive password promptsKevin Pulo2017-10-041-2/+2
* SERVER-19076 handle multiline shard keys in sh.status()Kevin Pulo2017-10-042-55/+87
* SERVER-31139 Fix invariant failure caused by text index plan enumeration bug.David Storch2017-10-034-57/+65
* SERVER-30769 Mongo shell throws 'exception during autocomplete'Mark Benvenuto2017-10-021-10/+16
* SERVER-30362 MozJS - implement resolve instead of getProperty for native typesMark Benvenuto2017-10-026-51/+39
* SERVER-31273 Use Source/Sink version of snappy functionsJonathan Reams2017-10-024-17/+241
* SERVER-29855 Pull major/minor from sys/sysmacros.hJason Carey2017-10-021-0/+4
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-025-29/+32