index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
client
/
fetcher.cpp
Age
Commit message (
Expand
)
Author
2024-05-23
SERVER-90645 Enable tidy check misc-unused-using-decls (#22430)
Matt Kneiser
2023-10-07
SERVER-77158 apply performance-move-const-arg clang tidy rule for client
Matt Boros
2023-10-04
SERVER-81602 remove fmtMessage from LOGV2 statements
Billy Donahue
2023-09-26
SERVER-80550 Make NamespaceStringUtil::deserialize no longer use default seri...
Mathis Bessa
2023-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-08-17
SERVER-73658 RemoteCommandRequest to use DatabaseName
Mathis Bessa
2023-08-02
SERVER-65920 Remove NamespaceString ctors with default parameter for tenantId
Mathis Bessa
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-04-14
SERVER-75733 Return StringData in NSS::ns, DatabaseName::db
Matt Broadstone
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-12-10
SERVER-61950 Make Fetcher::join() interruptible.
Max Hirschhorn
2021-09-14
SERVER-57823 Open cloning cursors and determining if we are done
Moustafa Maher
2021-09-08
SERVER-59782 migrate makeGuard calls to ScopeGuard
Billy Donahue
2021-08-05
SERVER-54206 SERVER-54208 Create a non-blocking API for the Fetcher class (or...
Jason Zhang
2021-07-29
SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...
jannaerin
2021-01-28
SERVER-53404 Make tenant migration donor copy the recipient's cluster time si...
Cheahuychou Mao
2020-08-14
SERVER-49694: fix latency measurement in RSM; change latency measurement for ...
LaMont Nelson
2020-08-13
Revert "SERVER-49694: fix latency measurement in RSM; change latency measurem...
LaMont Nelson
2020-08-05
SERVER-49694: fix latency measurement in RSM; change latency measurement for ...
LaMont Nelson
2020-05-14
SERVER-47921 Clean up LOG lines in client
Sara Golemon
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-03-10
SERVER-46585 Move redact to logv2
Henrik Edin
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-11
SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-type
Billy Donahue
2018-11-15
SERVER-35682 kill existing SharedPromise type
Mathias Stearn
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-07-30
SERVER-33135 Remove metadata accessors from command reply APIs
Mathias Stearn
2017-12-04
SERVER-32070 migrate some easy stdx::bind to lambdas
Billy Donahue
2017-12-01
Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"
Kaloian Manassiev
2017-12-01
SERVER-32070 migrate some easy stdx::bind to lambdas
Billy Donahue
2017-09-13
SERVER-19605 make oplog timeout configurable
Judah Schvimer
2017-01-10
SERVER-27044 Fetcher should be exception safe
Jack Mulrow
2016-12-09
SERVER-24128 reject embedded null bytes in namespace string parsing
David Storch
2016-11-30
SERVER-27052 make Fetcher single-use only - cannot be restarted after failing...
Benety Goh
2016-10-28
SERVER-25662 remove executor diagnostic output from Fetcher::toString() result
Benety Goh
2016-09-26
SERVER-25662: add more diagnostics to fetcher/retry-policy toString output
Scott Hernandez
2016-09-02
SERVER-24991 log redaction for bson, client, auth, catalog
Thomas Schubert
2016-09-01
SERVER-25913 hold mutex while scheduling getMore in Fetcher
Benety Goh
2016-08-03
SERVER-24067 TaskExecutor RemoteCommandCallbackArgs should include elapsedMS ...
Waley Chen
2016-07-27
SERVER-25253 test that fetcher is in shutdown after cancel is called
Judah Schvimer
2016-07-26
SERVER-24615 Add support for OperationContext in EgressMetadataHook
Mark Benvenuto
2016-07-26
SERVER-25281 renamed Fetcher lifecycle functions
Benety Goh
2016-07-25
SERVER-25253 set Fetcher::_inShutdown immediately after locking in Fetcher::c...
Judah Schvimer
2016-07-23
SERVER-23476: logging before wait/join DR::_waitOnAndResetAll_inlock
Scott Hernandez
2016-07-19
SERVER-25148 Fetcher should deliver CallbackCanceled instead of ShutdownInPro...
Benety Goh
[next]