summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/establish_cursors.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-2/+3
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-32/+124
* Revert "SERVER-46255 Use killOperations to cleanup dangling remote requests"Nick Zolnierz2020-04-281-124/+32
* SERVER-46255 Use killOperations to cleanup dangling remote requestsNick Zolnierz2020-04-281-32/+124
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-1/+1
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-15/+14
* SERVER-33597 Make allow_partial_results.js, return_partial_shards_down.js sta...Cheahuychou Mao2019-10-011-0/+9
* SERVER-42908 Add ErrorCodes to retryable errors to match driversBen Caimano2019-09-091-6/+2
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-091-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37191 writeConcern for $outNick Zolnierz2018-10-311-7/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36911: Ensure that cluster aggregations that fail clean up cursorsNick Zolnierz2018-10-041-15/+24
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-7/+7
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-6/+18
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-051-20/+25
* Revert "SERVER-33323 Use the IDL to serialize the ARM"William Schultz2018-04-051-25/+20
* SERVER-33323 Use the IDL to serialize the ARMCharlie Swanson2018-04-041-20/+25
* SERVER-33083 Check that Response is valid before accessing optional fieldMathias Stearn2018-02-051-5/+8
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-101/+64
* SERVER-28874 make allowPartialResults option only apply if exhausted retries ...Esha Maharishi2017-11-031-2/+11
* SERVER-28875 make the ARS take a RetryPolicyEsha Maharishi2017-09-131-1/+6
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+4
* SERVER-28870 make ClusterClientCursorParams::RemoteCursor store the ShardIdEsha Maharishi2017-04-241-2/+4
* SERVER-27937 pull apart the AsyncResultsMerger logic into (1) establishing th...Esha Maharishi2017-03-301-0/+162