summaryrefslogtreecommitdiff
path: root/src/mongo/client/remote_command_runner_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ↵Waley Chen2016-08-031-219/+0
| | | | | | | and metadata Accidentally added this recently deleted file in the last commit: "SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS and metadata"
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ↵Waley Chen2016-08-031-0/+219
| | | | and metadata
* SERVER-25017 Remove RemoteCommandRunnerImpl filesMark Benvenuto2016-07-201-222/+0
|
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-1/+1
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-7/+11
|
* SERVER-20077 requestId field of message header should always be a signed integerWaley Chen2016-03-171-1/+1
|
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-051-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
| | | | | This change is to allow NetworkInterfaceImpl to be destroyed if startup was not called on it previously.
* 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 - ↵Benety Goh2015-07-181-0/+7
| | | | DBClientConnection::getMore() could return a null cursor
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into ↵Andy Schwerin2015-07-171-0/+3
| | | | | | | task_executor_interface library. Also, move those types into the executor namespace and remove the RemoteCommandRunner interface type.
* 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
| | | | | Also adds a shortened version of the make method, which will be used within sharding.
* SERVER-18748 Move cursor response management under queryKaloian Manassiev2015-05-311-1/+1
| | | | | | | This change moves the cursor response generation logic to be under the query library. Also it removes the dependency and calls to replication coordinator.
* SERVER-17577 query planner now makes use of separate limit and batchSize ↵David Storch2015-05-211-3/+4
| | | | fields in find command
* SERVER-18616 Rename RemoteCommandExecutor to RemoteCommandRunnerSpencer T Brody2015-05-211-0/+275