summaryrefslogtreecommitdiff
path: root/src/mongo/tools/bridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-28679 Set OP_MSG checksumA. Jesse Jiryu Davis2019-05-141-0/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* 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-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-3/+1
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-4/+3
* SERVER-36258 Construct ServiceContext after mongo initializers complete.Andy Schwerin2018-07-271-0/+1
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-7/+1
* SERVER-35550 Fix uassert codeJonathan Reams2018-06-191-1/+1
* SERVER-35550 Connect back to server from bridge in client threadJonathan Reams2018-06-191-35/+38
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-111-1/+1
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+1
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-2/+1
* SERVER-30992 Integrate mongobridge with ServiceEntryPointJonathan Reams2018-04-051-274/+280
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-5/+6
* SERVER-33300 Integrate TransportLayer with DBClientJonathan Reams2018-03-021-27/+49
* SERVER-28510 Add DBClient::runFireAndForgetCommand() and use it to implement ...Mathias Stearn2017-08-171-2/+7
* SERVER-28964 Close connection after seeing invalid OP_MSG flagsMathias Stearn2017-08-171-1/+1
* SERVER-30118 Stop setting messageIDs in AbstractMessagingPort::say() and call()Mathias Stearn2017-07-261-6/+6
* SERVER-6541 Delete Message::toString()Mathias Stearn2017-06-281-1/+2
* SERVER-29564 BSONObjBuilder can now be seeded with a BSONObj prefixMathias Stearn2017-06-191-2/+3
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-17/+16
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-281-1/+2
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-2/+4
* Revert "SERVER-28229: Bind to localhost by default"Kaloian Manassiev2017-04-251-2/+1
* SERVER-28229: Bind to localhost by defaultSpencer Jackson2017-04-241-1/+2
* SERVER-28303 Delete old OP_MSG codeMathias Stearn2017-03-201-3/+7
* SERVER-28094 Remove the StaticObserverAndrew Morrow2017-02-271-2/+0
* SERVER-27384 Deduplicate `class mongo::Command`.ADAM David Alan Martin2016-12-121-2/+2
* SERVER-27238 de-dup symbol logProcessDetailsForLogRotateMatt Cotter2016-12-071-3/+1
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+21
* SERVER-24162 Integrate TransportLayerSamantha Ritter2016-07-121-3/+3
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-23448 create an ASIO based MessagingPortMatt Cotter2016-05-201-10/+11
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-211-17/+10
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-20869 Add support for probabilistically discarding messages.Max Hirschhorn2015-11-101-4/+31
* SERVER-21363 Check whether to close connection after receiving response.Max Hirschhorn2015-11-101-5/+23
* SERVER-19301 Expose new MongoBridge API for network partition testing.Max Hirschhorn2015-11-061-96/+253
* SERVER-19494 Don't shutdown mongobridge on empty responseSpencer T Brody2015-07-211-2/+5
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+1
* SERVER-19035 autodetect support for OP_COMMAND in remote serversAdam Midvidy2015-06-241-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-47/+48
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-0/+1
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-0/+4
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-4/+0