summaryrefslogtreecommitdiff
path: root/src/mongo/client/fetcher.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn2021-12-101-2/+11
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-09-211-0/+1
* SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...Jason Zhang2021-09-201-0/+10
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-281-1/+4
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-141-1/+1
* Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson2020-08-131-1/+1
* SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson2020-08-051-1/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-081-2/+1
* SERVER-29476 Fix ODR violation in fetcherSara Golemon2017-12-081-3/+2
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-7/+4
* SERVER-28814 eliminate unnecessary includes of server_selection_metadata.hMathias Stearn2017-05-121-1/+0
* SERVER-28814 Add and use ReadPreferenceSetting::secondaryPreferredMetadata()Mathias Stearn2017-05-121-1/+1
* SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...Benety Goh2016-11-301-9/+23
* SERVER-25253 test that fetcher is in shutdown after cancel is calledJudah Schvimer2016-07-271-0/+12
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-2/+2
* SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez2016-07-231-0/+5
* SERVER-23750: wait outside of the DataReplicator mutexScott Hernandez2016-07-111-0/+3
* SERVER-23750: enable slaveOk/Secondary read preference for fetch/oplogFetcherScott Hernandez2016-06-171-1/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-7/+17
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+20
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-9/+6
* SERVER-20977 fetcher killCursors cleanupBenety Goh2015-10-221-3/+1
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-0/+11
* Revert "SERVER-18265 set proper timeout for find/getmore repl commands"Eric Milkie2015-09-031-11/+0
* SERVER-18265 set proper timeout for find/getmore repl commandsEric Milkie2015-09-031-0/+11
* 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/+6
* SERVER-18153 request and return replication metadatamatt dannenberg2015-06-261-2/+3
* SERVER-18042: add killCursors support to FetcherScott Hernandez2015-06-251-0/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-149/+141
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-7/+18
* SERVER-18901 Move Fetcher and QueryFetcher to mongo/client/Daniel Alabi2015-06-111-0/+186