summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2017-06-1410-22/+130
* Import wiredtiger: 6da948fe3d4dd7262cbd0528d66867f276ce811d from branch mongo...r3.2.14-rc1r3.2.14Alex Gorrod2017-06-0843-1091/+1361
* SERVER-28924 Change DatabasesCloner to use 'nameOnly' version ofWilliam Schultz2017-06-021-2/+4
* SERVER-27701 fix race in AsyncResultsMerger error handlingr3.2.14-rc0David Storch2017-05-262-2/+45
* SERVER-29365 make no-op applyOps wait for majority writeConcern before returningDianna Hohensee2017-05-261-16/+25
* SERVER-29152 Do not cache logging ostream in threadlocal when in other thread...samantharitter2017-05-254-19/+48
* SERVER-26452: WCE retry on renameCollection. Address possible dassert in drop...Daniel Gottlieb2017-05-255-24/+35
* SERVER-28996 SERVER-28996 Fix memory leak in MongoURI if auth failsJonathan Reams2017-05-241-3/+3
* SERVER-28323 Don't pass JavaScript scopes a function ID numberSpencer Jackson2017-05-236-60/+35
* SERVER-22582 Wrap assert.soon bodies in try catch in replsettest.jsJudah Schvimer2017-05-221-9/+9
* SERVER-28100 ReplSetTest.awaitNodesAgreeOnPrimary() accepts an optional expec...Benety Goh2017-05-191-31/+30
* SERVER-25764 Interrupt javascript periodically.Jonathan Reams2017-05-046-12/+45
* SERVER-28014 Add logging to expose non-SSL connections when SSL is preferred ...samantharitter2017-05-044-1/+28
* SERVER-22053 Insertion of Array with undefined/null componentsWaley Chen2017-05-042-7/+35
* SERVER-23684 Busy wait for socket to become closed in stream testAndrew Morrow2017-05-041-1/+5
* SERVER-26781 Building with openssl 1.1.0Marek Skalický2017-05-032-15/+30
* SERVER-25335 SERVER-26489 avoid group and other permissions when creating .db...Kevin Pulo2017-05-031-2/+12
* SERVER-28710 Unify error handling between send and sendmsg pathsAndrew Morrow2017-05-011-9/+1
* SERVER-22921 Log network interface ASIO response at log level 2samantharitter2017-05-011-0/+3
* SERVER-28787 Invariant failure with QueryOption_AwaitDataNick Zolnierz2017-04-212-14/+6
* SERVER-27231 added disableMaxSyncSourceLagSecs failpoint to turn off re-evalu...Benety Goh2017-04-212-17/+32
* SERVER-26741 Retain temp collections when node restarted w/o --replSet.Max Hirschhorn2017-04-191-4/+9