summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-28833 32-bit FTDC fixesMark Benvenuto2017-04-172-8/+4
* SERVER-25385 Eliminate checks of this against nullptrAndrew Morrow2017-04-173-11/+0
* SERVER-25210 Deadlock in Master/Slave StartupMark Benvenuto2017-04-171-2/+2
* SERVER-25868 Incomplete FTDC files on WindowMark Benvenuto2017-04-171-1/+3
* SERVER-25868 Incomplete FTDC files on WindowsMark Benvenuto2017-04-173-7/+53
* SERVER-25405 Remove redundant Windows system metricsMark Benvenuto2017-04-174-64/+79
* SERVER-25517 PerfCounterCollection shouldn't use ErrorCodes::DuplicateKeyValueMark Benvenuto2017-04-171-3/+2
* SERVER-25181 Increase default ftdc size to 200 MBBruce Lucas2017-04-171-1/+1
* SERVER-25182 fix dynamic linkingMatt Cotter2017-04-171-0/+2
* SERVER-25182 Add metric for number of CPUsMark Benvenuto2017-04-171-0/+6
* SERVER-24610 Add FTDC Collector for Windows Performance CountersMark Benvenuto2017-04-172-1/+126
* SERVER-24608 Fix lintMark Benvenuto2017-04-171-2/+2
* SERVER-24608 Add Windows performance counter collectorMark Benvenuto2017-04-175-0/+1227
* SERVER-25179 Include only subset of memory statistics in diagnostic dataMark Benvenuto2017-04-171-2/+16
* SERVER-24610 Refactor System Stats CollectorsMark Benvenuto2017-04-179-81/+331
* SERVER-24616 Add new getDiagnosticData commandMark Benvenuto2017-04-177-1/+247
* SERVER-24606 Add support for collecting information from /proc/diskstatsMark Benvenuto2017-04-174-0/+438
* SERVER-24605 Add support for collecting information from /proc/meminfoMark Benvenuto2017-04-174-0/+287