summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/generic_servers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61616 Add allowedWithTenant() command propertySara Golemon2021-12-201-6/+25
* SERVER-59294 Check action type for oidResetErwin Pe2021-09-301-2/+10
* SERVER-59130 Convert generic server commands to IDLSara Golemon2021-08-231-242/+202
* SERVER-47198 rotateLogs: tolerate unexpectedly missing or unexpectedly existi...Billy Donahue2021-06-281-4/+5
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-03-051-1/+2
* Revert "SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumber"Bynn Lee2021-02-251-2/+1
* SERVER-43762 tighten the overload set for BSONObjBuilder::appendNumberBynn Lee2021-02-221-1/+2
* SERVER-19470 logRotate - Currently rotates both audit log and server logShreyas Kalyan2020-12-111-4/+12
* SERVER-51136 Test resuming multiple index builds for rollbackGregory Noma2020-11-031-1/+4
* SERVER-51275 Synchronize starting the parallel shell with rollback in Rollbac...Gregory Noma2020-10-081-0/+3
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-9/+3
* SERVER-46954 Make shutdown command on mongos accept timeoutSecsPavi Vetriselvan2020-04-151-41/+0
* SERVER-46584 Move rotateLogs into a log_util header under logv2.Henrik Edin2020-03-051-3/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-0/+1
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+2
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-071-1/+1
* SERVER-40506 hostInfo & FTDC to report container vCPUBilly Donahue2020-02-051-1/+1
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-3/+3
* SERVER-43746 logv2 Tee and RamLogGabriel Russell2019-10-161-21/+37
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+0
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-8/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+1
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-6/+6
* SERVER-38994 step down on SIGTERMJason Carey2019-03-151-2/+5
* SERVER-16571 Use Actual Memory Constraint vs. Total System Memory When They D...Matt Lord2019-03-081-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-1/+1
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-7/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-12/+7
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+0
* SERVER-33889 Strip out commands and libraries from embeddedAndrew Morrow2018-04-021-0/+193
* SERVER-33980 Reduce dependencies for embedded commandsAndrew Morrow2018-03-291-0/+178