summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/server_status.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-2/+0
* SERVER-65987 ServerStatusMetric API refreshDaniel Morilha2022-06-301-1/+0
* SERVER-59876 Ensure hostname is progated for internal sasl authMark Benvenuto2021-09-161-249/+19
* SERVER-54263: Add tenantMigrations serverStatus sectionAndrew Shuvalov2021-03-111-3/+3
* SERVER-44570 Add tripwire assertions (tassert)Kevin Pulo2020-11-021-0/+1
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-1/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-43746 logv2 Tee and RamLogGabriel Russell2019-10-161-13/+0
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+4
* SERVER-38493 Enable cURL connection poolingSara Golemon2019-03-021-0/+16
* SERVER-38381 Fix some override qualifiersADAM David Alan Martin2018-12-191-6/+8
* SERVER-38193 Make AssertionCount use AtomicInt32Mathias Stearn2018-11-301-5/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-34199 Remove serverStatus timing section from FTDCMark Benvenuto2018-10-111-1/+16
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-071-95/+0
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* 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-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
* SERVER-31613 disallow afterClusterTime on some commandsMisha Tyulenev2017-10-261-1/+3
* SERVER-30136 Move session stats tracking to the service entry point. At the s...Henrik Edin2017-09-151-5/+6
* SERVER-29687 Add sock.h header where needed for non-ssl buildsAndrew Morrow2017-08-231-0/+1
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+4
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
* SERVER-29403 Implement TransportLayerASIOJonathan Reams2017-06-171-0/+3
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-011-9/+21
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* Revert "SERVER-25151 Honor 'ssl' option in URIs passed to the shell"samantharitter2016-09-131-1/+1
* SERVER-25151 Honor 'ssl' option in URIs passed to the shellsamantharitter2016-09-131-1/+1
* SERVER-24991 log redaction for commands, concurrency, exec, indexThomas Schubert2016-09-021-1/+1
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-241-15/+25
* SERVER-25402 Fewer binaries depend on interpolated version infoAndrew Morrow2016-08-151-1/+1
* SERVER-25466 Add MessageCompressor stats to server statusJonathan Reams2016-08-101-0/+2
* SERVER-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-2/+2
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-4/+5
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23243 Replace the easy-to-remove usages of Listener::getElapsedTimeMil...Waley Chen2016-04-251-11/+15
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+3
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-2421 SERVER-17739 Add FQDN canonicalization for serverStatus and SPNsSpencer Jackson2015-10-141-1/+9
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-233/+229