| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-38251 Remove cloneCollection command | Zach Yam | 2019-06-21 | 1 | -170/+0 |
* | SERVER-39339 Remove `stdx/memory.h` | ADAM David Alan Martin | 2019-06-10 | 1 | -1/+1 |
* | SERVER-40023 remove background index support from IndexBuilder | Benety Goh | 2019-03-07 | 1 | -1/+0 |
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
* | SERVER-30815 Remove the mongodmain library | Andrew Morrow | 2018-11-27 | 1 | -1/+0 |
* | SERVER-36204 Deprecate cloneCollection command | Xiangyu Yao | 2018-11-26 | 1 | -0/+10 |
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -26/+28 |
* | SERVER-36015 Remove references to system.namespaces and system.indexes | Dianna Hohensee | 2018-08-29 | 1 | -3/+2 |
* | SERVER-36257 Remove copyDB and clone commands | Maria van Keulen | 2018-08-07 | 1 | -1/+0 |
* | SERVER-35115 Separate dbclientinterface.h into several parts, one per class. | Henrik Edin | 2018-06-29 | 1 | -1/+1 |
* | SERVER-34628 Really remove appendCommandStatus | Mathias Stearn | 2018-05-08 | 1 | -6/+2 |
* | SERVER-30775 remove dbname from CommandHelpers::parseNsFullyQualified | Billy Donahue | 2018-03-27 | 1 | -1/+1 |
* | SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge... | Henrik Edin | 2018-02-14 | 1 | -1/+1 |
* | SERVER-32894 Disallow creation of system.indexes | Tess Avitabile | 2018-02-08 | 1 | -6/+15 |
* | SERVER-33136 const-ify the command auth accessors | Billy Donahue | 2018-02-06 | 1 | -1/+1 |
* | SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement" | Billy Donahue | 2018-01-31 | 1 | -3/+2 |
* | Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement" | Judah Schvimer | 2018-01-31 | 1 | -2/+3 |
* | SERVER-32958 slaveOk,slaveOverrideOk replacement | Billy Donahue | 2018-01-31 | 1 | -3/+2 |
* | SERVER-32958 Command::help() returns std::string | Billy Donahue | 2018-01-30 | 1 | -6/+6 |
* | SERVER-32646 CommandHelpers | Billy Donahue | 2018-01-16 | 1 | -2/+2 |
* | SERVER-31805 provide option to Cloner to preserve UUIDs | Judah Schvimer | 2017-11-08 | 1 | -1/+2 |
* | SERVER-31061 Add `mongo+srv://` support for URIs. | ADAM David Alan Martin | 2017-10-31 | 1 | -3/+2 |
* | SERVER-29731 get errmsg out of BasicCommand api | Mathias Stearn | 2017-07-13 | 1 | -7/+7 |
* | SERVER-29731 convert all direct subclasses of Command to BasicCommand | Mathias Stearn | 2017-07-13 | 1 | -2/+2 |
* | SERVER-29260 Make BSONObj argument to Command::run() const& | Mathias Stearn | 2017-05-17 | 1 | -1/+1 |
* | SERVER-28701 Remove queryOptions argument from Command::run() | Mathias Stearn | 2017-04-12 | 1 | -1/+0 |
* | SERVER-27938 Rename all OperationContext variables to opCtx | Maria van Keulen | 2017-03-07 | 1 | -4/+4 |
* | SERVER-23103 Move assembleResposne to its own library | Andrew Morrow | 2016-12-14 | 1 | -1/+0 |
* | SERVER-24991 log redaction for commands, concurrency, exec, index | Thomas Schubert | 2016-09-02 | 1 | -2/+2 |
* | SERVER-25488 merge ClientBasic and Client | Kyle Suarez | 2016-08-08 | 1 | -1/+1 |
* | SERVER-24611 Implement ClientMetadata class | Mark Benvenuto | 2016-08-04 | 1 | -1/+1 |
* | SERVER-23243 Remove time-keeping from listener | Waley Chen | 2016-06-13 | 1 | -1/+1 |
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -2/+2 |
* | SERVER-23259 Report planSummary in diagnostic log and profiler | James Wahlin | 2016-04-26 | 1 | -1/+0 |
* | SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m... | Andy Schwerin | 2016-04-20 | 1 | -1/+0 |
* | Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit... | Eric Milkie | 2016-04-19 | 1 | -0/+1 |
* | SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m... | Andy Schwerin | 2016-04-18 | 1 | -1/+0 |
* | SERVER-20224 commands that write support writeConcern | Judah Schvimer | 2016-04-12 | 1 | -0/+4 |
* | SERVER-23024 remove isWriteCommandForConfigServer method | Misha Tyulenev | 2016-03-15 | 1 | -3/+0 |
* | SERVER-21958 Fix lint error | Andy Schwerin | 2015-12-21 | 1 | -2/+1 |
* | SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is... | Andy Schwerin | 2015-12-21 | 1 | -1/+1 |
* | SERVER-16609: Move storage_options to its own library | Geert Bosch | 2015-10-09 | 1 | -1/+1 |
* | SERVER-17464: check for interrupts (like during shutdown) in cloner | Scott Hernandez | 2015-07-20 | 1 | -1/+2 |
* | SERVER-18579: Clang-Format - reformat code, no comment reflow | Mark Benvenuto | 2015-06-20 | 1 | -85/+86 |
* | SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T> | Andrew Morrow | 2015-06-10 | 1 | -2/+2 |
* | SERVER-18227 Fix minor typos | Mathias Stearn | 2015-05-15 | 1 | -2/+2 |
* | SERVER-18227 Add bypassDocumentValidation option to commands that need it | Mathias Stearn | 2015-05-14 | 1 | -0/+8 |
* | SERVER-18111 Check userAllowedWriteNS() in cloneCollection cmd parsing | Jason Rassi | 2015-04-28 | 1 | -3/+5 |
* | SERVER-15860 Switch replication metadata ops to be replication-specific, rath... | matt dannenberg | 2015-04-17 | 1 | -2/+1 |
* | SERVER-17817 Make AuthorizationSession a decoration of ClientBasic. | Andy Schwerin | 2015-04-16 | 1 | -1/+1 |