summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2714-342/+134
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-251-1/+1
* Revert "SERVER-41980 Prepared transactions should not acquire ticket on prima...Ian Boros2019-07-231-1/+1
* SERVER-41980 Prepared transactions should not acquire ticket on primary.Suganthi Mani2019-07-211-1/+1
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-032-2/+2
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-1012-31/+32
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto2019-06-054-16/+59
* SERVER-36099 Trim FTDC connection pool statsA. Jesse Jiryu Davis2019-05-212-3/+47
* SERVER-40531 Fix LintMark Benvenuto2019-04-181-1/+2
* SERVER-40531 FTDC decompressor should not use exceptionsMark Benvenuto2019-04-181-12/+40
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-094-4/+4
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-063-43/+15
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-288-16/+18
* SERVER-40142 Coverity analysis defect 112101: Double freeMark Benvenuto2019-03-221-3/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-033-3/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1351-51/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38464 Add setParameter for custom FTDC data directoryMark Benvenuto2019-01-247-77/+54
* SERVER-38930 Switch new custom SCPs to use cpp_class methodSara Golemon2019-01-123-16/+9
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-6/+6
* SERVER-38565 Convert FTDC options to IDLMark Benvenuto2018-12-187-229/+265
* SERVER-38310 Oplog information collection stalls FTDCMark Benvenuto2018-12-131-3/+2
* SERVER-37625 Add oplog earliest time to FTDCMark Benvenuto2018-11-151-2/+3
* SERVER-37625 Add oplog earliest time to FTDCMark Benvenuto2018-11-151-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2251-1071/+1173
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2018-10-111-1/+3
* SERVER-36697 Utilize TickSource for transactions timing metricsWilliam Schultz2018-10-021-1/+1
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-08-239-32/+257
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-227-33/+41
* SERVER-35000 Distinguish readSource noTimestamp from readSource unsetXiangyu Yao2018-06-121-0/+3
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-1/+2
* SERVER-31400 Record netstat metrics in ftdcBruce Lucas2018-05-081-0/+15
* SERVER-34226 Implement FreeMonController - Registration pieceMark Benvenuto2018-04-121-1/+1
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-0/+3
* SERVER-33563 add RAII-style class to opt out of replication's use of Parallel...Benety Goh2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-022-3/+2
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-022-2/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-022-3/+2
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-02-201-0/+1
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-151-0/+127
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* Revert "SERVER-32875 Don't stall ftdc due to running out of tickets"Kelsey Schubert2018-02-121-1/+0
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32875 Don't stall ftdc due to running out of ticketsBruce Lucas2018-01-311-0/+1
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2