summaryrefslogtreecommitdiff
path: root/src/mongo/client/fetcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn2021-12-101-4/+14
* SERVER-57823 Open cloning cursors and determining if we are doneMoustafa Maher2021-09-141-4/+5
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...Jason Zhang2021-08-051-0/+3
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-0/+14
* SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao2021-01-281-8/+21
* 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-47921 Clean up LOG lines in clientSara Golemon2020-05-141-6/+10
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46585 Move redact to logv2Henrik Edin2020-03-101-1/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-5/+10
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-10/+10
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-32/+14
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+1
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-041-2/+2
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-011-2/+2
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-011-2/+2
* SERVER-19605 make oplog timeout configurableJudah Schvimer2017-09-131-9/+9
* SERVER-27044 Fetcher should be exception safeJack Mulrow2017-01-101-12/+11
* SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch2016-12-091-1/+1
* SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...Benety Goh2016-11-301-30/+76
* SERVER-25662 remove executor diagnostic output from Fetcher::toString() resultBenety Goh2016-10-281-1/+0
* SERVER-25662: add more diagnostics to fetcher/retry-policy toString outputScott Hernandez2016-09-261-0/+9
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-3/+4
* SERVER-25913 hold mutex while scheduling getMore in FetcherBenety Goh2016-09-011-2/+2
* SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen2016-08-031-6/+6
* SERVER-25253 test that fetcher is in shutdown after cancel is calledJudah Schvimer2016-07-271-12/+13
* SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto2016-07-261-3/+3
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-3/+3
* SERVER-25253 set Fetcher::_inShutdown immediately after locking in Fetcher::c...Judah Schvimer2016-07-251-1/+8
* SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez2016-07-231-0/+4
* SERVER-25148 Fetcher should deliver CallbackCanceled instead of ShutdownInPro...Benety Goh2016-07-191-1/+1
* Revert "SERVER-25148 Fetcher should deliver CallbackCanceled instead of Shutd...Benety Goh2016-07-191-1/+1
* SERVER-25148 Fetcher should deliver CallbackCanceled instead of ShutdownInPro...Benety Goh2016-07-191-1/+1
* SERVER-23750: wait outside of the DataReplicator mutexScott Hernandez2016-07-111-0/+12
* SERVER-24418 Make Message and BufBuilder use SharedBuffer for memory managementMathias Stearn2016-06-221-1/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-14/+32
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-23134 added retry support for scheduling remote commands on a task exe...Benety Goh2016-05-161-21/+31
* SERVER-22774 Copied BackgroundSync::_fetcherCallback logic to OplogFetcherBenety Goh2016-04-081-0/+16
* SERVER-22913 create SyncSourceResolvermatt dannenberg2016-03-071-9/+0
* SERVER-18154 migrated fetcher_test from repl::ReplicationExecutor to executor...Benety Goh2016-02-221-1/+1