summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-29568: Create opensslCipherConfig setParameterSpencer Jackson2017-07-112-0/+32
* SERVER-28997: Limit SCRAM-SHA-1 cache's use of Secure MemorySpencer Jackson2017-07-1112-72/+735
* SERVER-28052 Make SHA1Hash a full fledged classRandolph Tan2017-07-1110-301/+377
* SERVER-26952: Cache SCRAM-SHA-1 ClientKeySpencer Jackson2017-07-1125-332/+514
* SERVER-28578 When doing an upgrade from PV0 to PV1, we should not return from...Matthew Russotto2017-06-272-8/+15
* Import wiredtiger: b8f590dea0400666ef26e21adf11c5997bb5ef1b from branch mongo...r3.2.15-rc0r3.2.15Alex Gorrod2017-06-272-4/+30
* SERVER-25789 Reset WiredTiger sessions before caching.Michael Cahill2017-06-221-2/+5
* SERVER-27347 For table drop, only close relevant URIs.Don Anderson2017-06-216-23/+80
* Import wiredtiger: 534677a2eab033bf817588704417bb25f0d19551 from branch mongo...Thomas Schubert2017-06-208-46/+72
* SERVER-26002 Fix compile on 3.2Jonathan Reams2017-06-201-2/+2
* SERVER-26002 Fix lint on 3.2Jonathan Reams2017-06-191-10/+11
* SERVER-29237 add maxConnecting in asio connpoolJason Carey2017-06-156-6/+249
* SERVER-28877 Fix cancel race which can cause crashes during elections.Matthew Russotto2017-06-153-0/+92