summaryrefslogtreecommitdiff
path: root/src/mongo/client/fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26182 Avoid putting OP_REPLY batches >16MB into a single BSONObjCharlie Swanson2016-11-081-31/+142
* SERVER-20977 fetcher killCursors cleanupBenety Goh2015-10-221-24/+16
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-2/+14
* Revert "SERVER-18265 set proper timeout for find/getmore repl commands"Eric Milkie2015-09-031-14/+2
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-2/+14
* SERVER-19001 Move RemoteCommandRequest/RemoteCommandResponse into task_execut...Andy Schwerin2015-07-171-0/+4
* SERVER-19307 added elapsedMillis to fetcher QueryResponseBenety Goh2015-07-101-0/+1
* SERVER-19307 added 'first' to fetcher QueryResponse to indicate if the curren...Benety Goh2015-07-091-0/+7
* SERVER-19068: treat NumberLong()/$numberLong as long long, alwaysScott Hernandez2015-07-071-6/+4
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-2/+7
* SERVER-18042: add killCursors support to FetcherScott Hernandez2015-06-251-3/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-231/+226
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-15/+27
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-111-0/+299