summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/server_status.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-21757 ServerStatus advisoryHostFQDNs should be optionalJonathan Reams2016-08-241-2/+26
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-49/+50
|
* SERVER-14062 Add OperationContext to ServerStatusSectionKaloian Manassiev2014-11-251-2/+4
|
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-4/+4
|
* SERVER-13640: split up ServerStatus into a libraryEliot Horowitz2014-05-061-51/+0
|
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-7572 Remove includes of security header filesSpencer T Brody2012-12-231-0/+1
|
* SERVER-7572 Fix compile by removing last caller of ServerStatusMetricField ↵Spencer T Brody2012-12-201-1/+1
| | | | that was passing an adminOnly field
* SERVER-7572 Update auth checking of serverStatus sub-sectionsSpencer T Brody2012-12-201-12/+8
|
* rewrite sererStatus caommands to be modularEliot Horowitz2012-10-261-0/+137
allow any code to register sections or metrics without touching core code have same core serverStatus code for mongos and mongod