summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_runner_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-141-1/+1
* SERVER-20560 Standalone Perf Test for the Networking InterfaceRobert Guo2015-09-291-10/+0
* SERVER-19275 downconvert find/getMore in NetworkInterfaceASIOAdam Midvidy2015-09-011-118/+35
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-1/+1
* SERVER-18772 Add ntoreturn to LiteParsedQueryMisha Tyulenev2015-08-121-0/+4
* SERVER-19691 Allow NetworkInterface to be destroyed if not startedKaloian Manassiev2015-07-311-4/+8
* SERVER-19439 implement ConnectionHook API in NetworkInterfaceImplAdam Midvidy2015-07-311-3/+5
* SERVER-19355 add skip support to the new find/getMore path in mongosDavid Storch2015-07-301-1/+1
* SERVER-19307 fixed crash in getMore downconversion - DBClientConnection::getM...Benety Goh2015-07-181-0/+7
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+3
* SERVER-19307 downconvert find/getMore based on wire protocol versionBenety Goh2015-07-161-19/+32
* SERVER-19276 NULL pointer crash in Chunk::_getExtremeKeyRandolph Tan2015-07-161-0/+7
* SERVER-19307 fixed missing metadata in remote command responseBenety Goh2015-07-091-1/+1
* SERVER-19010 support sending and receiving metadata in RemoteCommandRunnermatt dannenberg2015-06-261-5/+11
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-202/+191
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-1/+5
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-13/+9
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-311-1/+1
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-3/+4
* SERVER-18616 Rename RemoteCommandExecutor to RemoteCommandRunnerSpencer T Brody2015-05-211-0/+275