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
/
executor
/
connection_pool_test.cpp
Age
Commit message (
Expand
)
Author
2024-09-13
SERVER-92568 add cancellation to ConnectionPool::get (#25235) (#27019)
James Bronsted
2024-05-28
SERVER-90610: Enable tidy check misc-unused-alias-decls (#22297)
Stephanie
2024-02-09
SERVER-72055 NetworkInterfaceTL returns a retryable error when waiting to acq...
Alex Li
2023-09-07
SERVER-80193 Replace Session Tag dependencies with boolean for EgressTagClose...
Alex Li
2023-08-24
SERVER-80191 Replace Session tags for internal client with Client bool
Alex Li
2023-07-01
SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0
Daniel Moody
2023-06-13
SERVER-77195 Make executor::ConnectionPool close current generation connectio...
George Wangensteen
2023-03-15
SERVER-73610 Introduce Connection-Leasing from ConnectionPool and NetworkInte...
George Wangensteen
2022-06-27
SERVER-43155 Queries which exceed `maxTimeMS` may return `NetworkInterfaceExc...
Varun Ravichandran
2022-01-14
SERVER-55816: Clamp negative timeouts in connection pools' connections
Tyler Seip
2021-09-24
Revert "SERVER-55816: Clamp negative timeouts in connection pools' connections"
sergey.galtsev
2021-09-21
SERVER-55816: Clamp negative timeouts in connection pools' connections
Tyler Seip
2021-09-08
SERVER-59782 migrate makeGuard calls to ScopeGuard
Billy Donahue
2020-08-14
SERVER-49371 Revived original recursive ICE and applied to stack overflow tests
Reo Kimura
2020-08-07
Revert "SERVER-49371 Revived original recursive ICE and applied to stack over...
Kaloian Manassiev
2020-08-07
SERVER-49371 Revived original recursive ICE and applied to stack overflow tests
Reo Kimura
2020-06-17
SERVER-48511 Improve ConnectionPool error messages
Amirsaman Memaripour
2020-03-26
SERVER-47139 Introduce GuaranteedExecutor class
Ben Caimano
2019-07-27
SERVER-41772 Apply clang-format 7.0.1 to the codebase
clang-format-7.0.1
2019-07-24
SERVER-42286 Return connections inline, spawn connections out-of-line
Ben Caimano
2019-07-01
SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()
Ben Caimano
2019-06-19
SERVER-41602 Activate followBusiestNode in ShardingTaskExecutor
Ben Caimano
2019-06-13
SERVER-35797 Add timeout value to NetworkInterfaceExceededTimeLimit messages
Alya Berciu
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-05-29
SERVER-41318 Return SemiFutures for ConnectionPool
Ben Caimano
2019-04-26
SERVER-40819 Use ConnectionPool shared_ptr for full lifetime management
Ben Caimano
2019-04-05
SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface
Ben Caimano
2019-04-03
Revert "SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface"
Benety Goh
2019-04-02
SERVER-39814 Add OutOfLineExecutor to ConnectionPool factory interface
Ben Caimano
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-12-20
SERVER-35688 Make ConnectionPool support transport::ConnectSSLMode
Mathias Stearn
2018-12-11
SERVER-36415 Allow dropConnections to take in a HostAndPort in EgressTagCloser
Jonathan
2018-12-07
SERVER-38183 add tryGet to exec connpool
Jason Carey
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-04-13
SERVER-33821 Implement NetworkInterfaceTL and AsyncDBClient
Jonathan Reams
2018-02-15
SERVER-32601 add socket tagging/close to egress
Jason Carey
2017-06-02
SERVER-29237 add maxConnecting in asio connpool
Jason Carey
2017-04-20
SERVER-28853 Properly test that host timeouts are delayed in connection_pool_...
samantharitter
2017-04-13
SERVER-28664 Use pool connections in MRU order
Andrew Morrow
2016-12-13
SERVER-27388 Add NetworkInterfaceExceededTimeLimit
Jason Carey
2016-12-08
SERVER-27232 Fix early timeout in ASIO connpool
Jason Carey
2016-09-27
SERVER-25218 add more information to connPoolStats
Matt Cotter
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2015-11-04
SERVER-20546 Abort if connections are returned to connection pool in an unkno...
samantharitter
2015-09-09
SERVER-19769 Fixups for Connection Pooling
Jason Carey
2015-09-01
SERVER-19769 Pool connections in NetworkInterfaceASIO
Jason Carey