| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-23 | SERVER-81059 bulk-revert of include of boost iif.hpp | Billy Donahue | |
| 2023-07-01 | SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0 | Daniel Moody | |
| 2022-07-27 | SERVER-68246 rewrite calls to boost::optional get and is_initialized | Billy Donahue | |
| 2020-08-14 | SERVER-49694: fix latency measurement in RSM; change latency measurement for ↵ | LaMont Nelson | |
| command responses to Microseconds | |||
| 2020-08-13 | Revert "SERVER-49694: fix latency measurement in RSM; change latency ↵ | LaMont Nelson | |
| measurement for command responses to Microseconds" This reverts commit b2c1fa4f121fdb6cdffa924b802271d68c3367a3. | |||
| 2020-08-05 | SERVER-49694: fix latency measurement in RSM; change latency measurement for ↵ | LaMont Nelson | |
| command responses to Microseconds | |||
| 2020-07-09 | SERVER-48205 fixed log messages | Reo Kimura | |
| 2020-07-09 | SERVER-48205 Rewrote toString() functions using fmtlib, locally untested | Reo Kimura | |
| 2020-07-09 | SERVER-48205 Descriptive details added to toString() functions | Reo Kimura | |
| 2020-04-17 | SERVER-44954 Streamable RSM uses exhaust isMaster | jannaerin | |
| 2020-03-25 | Revert "SERVER-44954 Streamable RSM uses exhaust isMaster" | jannaerin | |
| This reverts commit 8124a8d047ce142f6d6defc089e5e71192721a5c. | |||
| 2020-03-25 | SERVER-44954 Streamable RSM uses exhaust isMaster | jannaerin | |
| 2019-06-06 | SERVER-41133 Add TE::scheduleRemoteCommandOnAny | Jason Carey | |
| Add support for a mode for the task executor where rather than targetting a single host, we target any of a set of hosts. This should behave identically to scheduleRemoteCommand, except that we concurrently get() connections from the connection pool for each host, preferring the first which is available | |||
| 2019-04-09 | SERVER-40476 remove mongoutils::str | Billy Donahue | |
| Rename utils/mongoutils/str.h => utils/str.h Rename namespace mongoutils::str => str Rename mongo::strcasecmp => str::caseInsensitiveCompare. | |||
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2018-07-30 | SERVER-33135 Remove metadata accessors from command reply APIs | Mathias Stearn | |
| Now that OP_COMMAND is dead, all remaining implementations return the same BSONObj for data and metadata. | |||
| 2017-02-28 | SERVER-28134 Move operator<<(ostream, RemoteCommandRequest/Response) into ↵ | Mathias Stearn | |
| executor namespace This avoids clang errors if unittest.h is included before these headers. | |||
| 2016-08-18 | SERVER-24508 BSONObj::ComparatorInterface | David Storch | |
| BSONObj instances should now be compared via the comparator interface's evaluate() method. This preferred over using BSONObj::woCompare() directly. If the comparison doesn't require any database semantics (e.g. there is no collation), there is a global instance of the SimpleBSONObjComparator which should be used for BSONObj comparisons. If the comparison requires special semantics, then callers must instantiate their own comparator object. | |||
| 2016-08-03 | SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ↵ | Waley Chen | |
| and metadata | |||
| 2016-05-16 | SERVER-23134 added retry support for scheduling remote commands on a task ↵ | Benety Goh | |
| executor | |||
| 2015-08-18 | SERVER-19420 implement connection hook API in NetworkInterfaceASIO | Adam Midvidy | |
| 2015-07-17 | SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into ↵ | Andy Schwerin | |
| task_executor_interface library. Also, move those types into the executor namespace and remove the RemoteCommandRunner interface type. | |||
