summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-071-4/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42717 Ensure OpMsg with a checksum has a bodyJonathan Reams2019-09-052-6/+26
* SERVER-42822 Add RPC protocol fuzzerJonathan Reams2019-08-152-0/+133
* SERVER-42657 Make DataType<BSONObj> noexcept safeJonathan Reams2019-08-071-0/+29
* SERVER-42485 Make wall clock times in replication structures required after 4.2Jason Chan2019-08-056-26/+15
* SERVER-42485 Remove FCV checks gating reporting wall clock times in ReplicationJason Chan2019-08-051-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2721-260/+220
* SERVER-42164 Allowed ErrorCode::is{Category} to take a StatusBen Caimano2019-07-231-1/+1
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-60/+20
* SERVER-40737 Use epoch as default OpTimeAndWallTime wallTime valueMaria van Keulen2019-06-112-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-105-14/+16
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-41220 Avoid WT include if unavailableA. Jesse Jiryu Davis2019-05-232-3/+19
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-147-35/+241
* SERVER-40659 Add regression tests for wall clock time transmissionMaria van Keulen2019-04-191-0/+1
* SERVER-40078 Report lastCommitted wall clock timeMaria van Keulen2019-04-166-30/+80
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-099-10/+10
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-5/+5
* SERVER-39350 Make `opMsgRequestFromAnyProtocol` return owned request messagesKaloian Manassiev2019-04-032-1/+5
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-286-12/+14
* SERVER-39905 Migrate object_check set param to IDLSara Golemon2019-03-023-25/+47
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1366-66/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-112-2/+2
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-072-2/+2
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-26/+22
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2267-679/+828
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-0/+1
* SERVER-36606: Add large OP_MSG audit integration testingSpencer Jackson2018-09-171-0/+71
* SERVER-5261 Include authentication information in currentOp outputJonathan Reams2018-09-147-168/+216
* SERVER-36299 Add integration test for exhaust with OP_MSGWilliam Schultz2018-09-071-0/+131
* Revert "SERVER-36299 Add integration test for exhaust with OP_MSG"William Schultz2018-09-061-121/+0
* SERVER-36299 Add integration test for exhaust with OP_MSGWilliam Schultz2018-09-061-0/+121
* SERVER-36105 Implement server support for exhaust cursors in OP_MSGWilliam Schultz2018-08-211-0/+1
* SERVER-36463 bypass validation of dummy signatures for isMaster on the unauth...Misha Tyulenev2018-08-132-2/+16
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-308-58/+17
* SERVER-33135 collapse rpc libsMathias Stearn2018-07-301-44/+6
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-3021-1279/+43
* SERVER-36020 Redesign CursorResponseBuilder to allow usage of DocumentSequenceGregory Noma2018-07-241-0/+4
* Fix error codesGeert Bosch2018-07-121-1/+1
* SERVER-35460 Replaced CommandReplyBuilder with direct usage of ReplyBuilderIn...Anthony Roy2018-07-059-25/+149
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-022-12/+11
* SERVER-35115 Separate dbclientinterface.h into several parts, one per class.Henrik Edin2018-06-296-6/+8
* SERVER-32198 Add support for an optional `vWanted` to StaleConfigInfoKaloian Manassiev2018-06-271-4/+14
* SERVER-35691 Cleanup StaleConfigInfo serializationKaloian Manassiev2018-06-272-8/+6
* SERVER-35691 Make all code paths returning StaleConfig error go through the S...Kaloian Manassiev2018-06-222-1/+9
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-0/+1
* SERVER-35272 Remove dependencies on ssl_manager and transport_layer from embe...Henrik Edin2018-06-071-1/+1
* SERVER-35115 Decouple DBDirectClient from networking clientsMathias Stearn2018-05-311-2/+2
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-19/+17