summaryrefslogtreecommitdiff
path: root/src/mongo/db/assemble_response.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29552 Fold assembleResponse into ServiceEntryPointMongodAndrew Morrow2017-06-151-531/+0
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-141-3/+4
* SERVER-29305 `DBDirectClient::call` uses OpContextADAM David Alan Martin2017-06-081-9/+4
* SERVER-29264 Move protocol agnostic logic from assemble_response to run_commandsMathias Stearn2017-06-071-140/+6
* SERVER-29264 Kill off rpc::RequestInterfaceMathias Stearn2017-06-071-18/+5
* SERVER-29253 Migrate cursor manager to the client cursor lib.ADAM David Alan Martin2017-06-051-1/+1
* SERVER-29264 Replace RequestInterface with OpMsgRequest in mongod command dis...Mathias Stearn2017-05-301-10/+16
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-1/+1
* SERVER-29249 Move mongod-specific command logic to run_commands.cppMathias Stearn2017-05-171-3/+3
* SERVER-28508 OP_MSG in egress and mongodMathias Stearn2017-04-271-1/+47
* SERVER-28749 Unify ServiceEntryPointMongod and ServiceEntryPointMongosJonathan Reams2017-04-211-62/+43
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-141-1/+1
* SERVER-28304 Profiler level 2 should not filter on sample rateNick Zolnierz2017-04-061-1/+1
* SERVER-28303 Delete old OP_MSG codeMathias Stearn2017-03-201-14/+0
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-71/+75
* SERVER-27920 Fix incorrect locking of Client contextGeert Bosch2017-02-061-1/+1
* SERVER-4786 Allow specifying sample rate of slow queriesEvan Broder2017-01-261-2/+6
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-0/+655