summaryrefslogtreecommitdiff
path: root/src/mongo/client/fetcher.cpp
AgeCommit message (Expand)Author
2024-05-23SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)Matt Kneiser
2023-10-07SERVER-77158 apply performance-move-const-arg clang tidy rule for clientMatt Boros
2023-10-04SERVER-81602 remove fmtMessage from LOGV2 statementsBilly Donahue
2023-09-26SERVER-80550 Make NamespaceStringUtil::deserialize no longer use default seri...Mathis Bessa
2023-09-23SERVER-81059 bulk-revert of include of boost iif.hppBilly Donahue
2023-08-17SERVER-73658 RemoteCommandRequest to use DatabaseNameMathis Bessa
2023-08-02SERVER-65920 Remove NamespaceString ctors with default parameter for tenantIdMathis Bessa
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2023-04-14SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-12-10SERVER-61950 Make Fetcher::join() interruptible.Max Hirschhorn
2021-09-14SERVER-57823 Open cloning cursors and determining if we are doneMoustafa Maher
2021-09-08SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue
2021-08-05SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...Jason Zhang
2021-07-29SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin
2021-01-28SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...Cheahuychou Mao
2020-08-14SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson
2020-08-13Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...LaMont Nelson
2020-08-05SERVER-49694: fix latency measurement in RSM; change latency measurement for ...LaMont Nelson
2020-05-14SERVER-47921 Clean up LOG lines in clientSara Golemon
2020-04-26SERVER-47735 change mongo source over to logv2Billy Donahue
2020-03-10SERVER-46585 Move redact to logv2Henrik Edin
2020-02-21SERVER-45567 removing util/log.h where I canGabriel Russell
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1
2019-04-09SERVER-40476 remove mongoutils::strBilly Donahue
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2019-01-11SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue
2018-11-15SERVER-35682 kill existing SharedPromise typeMathias Stearn
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-07-30SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn
2017-12-04SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue
2017-12-01Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev
2017-12-01SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue
2017-09-13SERVER-19605 make oplog timeout configurableJudah Schvimer
2017-01-10SERVER-27044 Fetcher should be exception safeJack Mulrow
2016-12-09SERVER-24128 reject embedded null bytes in namespace string parsingDavid Storch
2016-11-30SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...Benety Goh
2016-10-28SERVER-25662 remove executor diagnostic output from Fetcher::toString() resultBenety Goh
2016-09-26SERVER-25662: add more diagnostics to fetcher/retry-policy toString outputScott Hernandez
2016-09-02SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert
2016-09-01SERVER-25913 hold mutex while scheduling getMore in FetcherBenety Goh
2016-08-03SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...Waley Chen
2016-07-27SERVER-25253 test that fetcher is in shutdown after cancel is calledJudah Schvimer
2016-07-26SERVER-24615 Add support for OperationContext in EgressMetadataHookMark Benvenuto
2016-07-26SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh
2016-07-25SERVER-25253 set Fetcher::_inShutdown immediately after locking in Fetcher::c...Judah Schvimer
2016-07-23SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlockScott Hernandez
2016-07-19SERVER-25148 Fetcher should deliver CallbackCanceled instead of ShutdownInPro...Benety Goh