summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32446 check if CSRS is initiated when reading isMaster response setNam...Misha Tyulenev2018-01-311-1/+7
* SERVER-31462 Register Database::AddCollectionChange in the correct orderXiangyu Yao2018-01-302-6/+8
* Revert "SERVER-32446 check if CSRS is initiated when reading isMaster respons...Misha Tyulenev2018-01-301-3/+0
* SERVER-32446 check if CSRS is initiated when reading isMaster response setNam...Misha Tyulenev2018-01-291-0/+3
* SERVER-32569 allow config servers and shard replica sets to start in non-clus...Misha Tyulenev2018-01-298-12/+53
* SERVER-31818 Add server parameter to disable MarkThreadIdleMark Benvenuto2018-01-171-0/+7
* SERVER-32410 Validate User::CredentialData during authSara Golemon2018-01-125-5/+36
* Import wiredtiger: 46c2f8fd9b678f4e876bd4fbc888d0040b628045 from branch mongo...Luke Chen2018-01-127-59/+53
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2018-01-116-43/+48
* SERVER-32001 Fix unindexing of rollback in unique partial indexesGeert Bosch2018-01-031-0/+1
* SERVER-30702 Stop printing stack traces on massert failuresMathias Stearn2017-12-211-3/+2
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-1316-5/+379
* SERVER-31380 Add metrics related to tcmalloc acquiring and decommitting memor...Mark Benvenuto2017-12-044-1/+93
* SERVER-30009: Allow JS functions to be terminated with ';'r3.2.18-rc0r3.2.18Spencer Jackson2017-11-201-0/+8
* SERVER-32030: Divide SyncTail::oplogApplication OperationContext lifetime int...Daniel Gottlieb2017-11-181-5/+10
* SERVER-31589 Replaces OpContext pts with ReplicationCoordinator ptrs.Pavithra Vetriselvan2017-11-179-22/+26
* SERVER-31101 Drop WT table on secondary after collection is droppedKatherine Walker2017-11-172-10/+21
* SERVER-31587 limit scope of OperationContext in ReplBatcherBenety Goh2017-11-171-13/+34
* SERVER-31590 Release unused cursors in the cache before awaiting oplog deletionDon Anderson2017-11-175-4/+24
* SERVER-31440 Fix Connpool HostTimeout raceJason Carey2017-11-161-95/+152
* SERVER-30482 Verify and enforce good ordering for the values for the sharding...Henrik Edin2017-11-011-0/+24
* SERVER-23440 Rename duplicate metadata_test testsGeert Bosch2017-10-302-2/+2
* SERVER-29937 Make sure liveness timeouts cannot be missedJudah Schvimer2017-10-304-14/+45
* SERVER-29649 Add startupWarning for replset running with --nojournal when wri...Katherine Walker2017-10-301-0/+20
* SERVER-31516 Fix improper initialization of empty NamespaceString.David Storch2017-10-272-1/+14
* SERVER-31149 Enable recovery progress messagesXiangyu Yao2017-10-191-0/+1
* SERVER-29772 Add allowUnsafeRenamesDuringInitialSync server parameterJudah Schvimer2017-10-052-3/+28
* SERVER-29651 Interrupts are caught in implscope functions or by the deadline ...Ted Tuckman2017-10-046-95/+121
* 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-53/+85
* SERVER-29287 PCRE 8.41Mark Benvenuto2017-10-02130-540/+775
* SERVER-30166 Replace string with explicit std::string. Enables compulation wh...Steven Green2017-10-026-29/+248
* SERVER-29855 Pull major/minor from sys/sysmacros.hJason Carey2017-10-021-0/+4
* SERVER-30361 Do not accept map/sequence for scalar config valueSara Golemon2017-09-222-0/+81
* Import wiredtiger: 827b48a34227243c809d41fac3dc909ed46b0c5e from branch mongo...r3.2.17-rc0r3.2.17Kelsey Thomas Schubert2017-09-2027-188/+370
* SERVER-30971: Own "scope" BSONObj in mapReduceSpencer Jackson2017-09-201-2/+2
* SERVER-22512 Remove unnecessary calls to stopBalancerKaloian Manassiev2017-09-202-4/+4
* SERVER-26389 Make javascript periodic interrupts disabled by defaultJonathan Reams2017-09-152-5/+9
* SERVER-23191 group should pass an owned BSONObj to the reduce functionJonathan Reams2017-09-111-1/+2
* SERVER-30943 Check return value of JS_Enumerate in ObjectWrapper/ValueWriterJonathan Reams2017-09-081-1/+6
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-309-3/+79
* Merge pull request zyd_com/SERVER-30636Nathan Myers2017-08-291-2/+3
* SERVER-29714 Added more detailed error logging in validate_locale.cpp to bett...Tyler Kaye2017-08-211-5/+8
* SERVER-30049 applyOperation_inlock() allows exceptions from Collection::inser...Benety Goh2017-08-111-5/+1
* SERVER-30124 Move statics from populateDocumentWithQueryFields.Justin Seyster2017-08-081-3/+9
* SERVER-30333 Uassert if chunk metadata references an invalid shardKaloian Manassiev2017-07-281-0/+3
* SERVER-26227 Increase waitForState timeouts in replicaset testsJudah Schvimer2017-07-211-1/+1
* SERVER-29540 awaitNodesAgreeOnPrimary logs why it retriesr3.2.16-rc0r3.2.16Judah Schvimer2017-07-141-0/+16
* SERVER-30132 Storage Node Watchdog needs to check journal directoryMark Benvenuto2017-07-131-1/+1
* SERVER-29947 Implement Storage Node WatchdogMark Benvenuto2017-07-121-0/+1